/* Global Styles */
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
}

img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.cover {
    position: fixed;
    height: 100vh;
    overflow: hidden;
    width: 100vw;
}

.stop-scrolling {
    height: 100vh;
    overflow: hidden;
}

/* animasi icon wdp-mp3 berputar */
.audioRotate {
    -webkit-animation: wdpMP3-muter 4s linear infinite;
    -moz-animation: wdpMP3-muter 4s linear infinite;
    animation: wdpMP3-muter 4s linear infinite;
}

@-moz-keyframes wdpMP3-muter {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes wdpMP3-muter {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes wdpMP3-muter {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.audio-box {
    cursor: pointer;
}

.bank-account-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bank-account-copy .elementor-heading-title {
    margin: 0;
}

.copy-account-btn {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 92px;
    border: 0;
    border-radius: 9999px !important;
    background: #ffffff !important;
    color: #333333 !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 16px !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
    outline: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.copy-account-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;
}

.copy-account-btn:focus {
    outline: none;
}

.copy-account-btn.copied {
    background: #ffffff !important;
    color: #111111 !important;
}

.wedding-countdown {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 22px auto 24px;
    text-align: center;
}

.countdown-item {
    min-width: 78px;
    padding: 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.countdown-number {
    display: block;
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.countdown-label {
    display: block;
    margin-top: 7px;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .wedding-countdown {
        gap: 8px;
    }

    .countdown-item {
        min-width: 68px;
        padding: 12px 9px;
    }

    .countdown-number {
        font-size: 23px;
    }
}
