#vibefly-demo-rsvp,
#vibefly-demo-rsvp * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#vibefly-demo-rsvp {
    font-family: 'Montserrat', sans-serif;
    margin: 1.25rem auto 2rem;
    max-width: 100%;
}

#vibefly-demo-rsvp .vf-container {
    background: #fffdfa;
    border: 1px solid #d7be86;
    border-radius: 28px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 24px 56px -28px rgba(96, 70, 18, 0.34);
    padding: 1.5rem;
    max-width: 32rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

@media (min-width: 640px) {
    #vibefly-demo-rsvp .vf-container {
        padding: 2rem;
    }
}

#vibefly-demo-rsvp .vf-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e4c47b 0%, #b9842d 45%, #7b5414 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.08;
}

#vibefly-demo-rsvp .vf-subtitle {
    color: #7b6650;
    text-align: center;
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
}

#vibefly-demo-rsvp .vf-guest-info {
    background: #fffaf3;
    border: 1px solid #d7be86;
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 1rem;
    margin-bottom: 1.5rem;
}

#vibefly-demo-rsvp .vf-guest-name {
    color: #4d4032;
    font-weight: 600;
}

#vibefly-demo-rsvp .vf-guest-passes {
    font-size: 0.9rem;
    color: #7b6650;
    margin-top: 0.35rem;
}

#vibefly-demo-rsvp .vf-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

#vibefly-demo-rsvp .vf-option {
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid #d7be86;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    background: #fffdfa;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 24px -20px rgba(96, 70, 18, 0.4);
}

#vibefly-demo-rsvp .vf-option:hover {
    border-color: #b8872d;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 16px 30px -22px rgba(96, 70, 18, 0.5);
    transform: translateY(-1px);
}

#vibefly-demo-rsvp .vf-option.selected-yes {
    border-color: #4ca16d;
    background: #e8f8ee;
    box-shadow: 0 14px 24px -18px rgba(46, 125, 79, 0.45);
}

#vibefly-demo-rsvp .vf-option.selected-no {
    border-color: #9c856d;
    background: #f8f3ee;
    box-shadow: 0 14px 24px -18px rgba(108, 84, 62, 0.35);
}

#vibefly-demo-rsvp .vf-option-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 0.5rem;
    display: block;
}

#vibefly-demo-rsvp .vf-option-text {
    font-weight: 600;
    color: #4d4032;
    text-align: center;
    font-size: 0.9rem;
}

#vibefly-demo-rsvp .vf-counter-section {
    margin-bottom: 1.5rem;
    animation: vfFadeIn 0.25s ease;
}

@keyframes vfFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#vibefly-demo-rsvp .vf-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    background: #fffaf3;
    border: 1px solid #d7be86;
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
}

#vibefly-demo-rsvp .vf-counter-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#vibefly-demo-rsvp .vf-counter-icon {
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #8b6323;
}

#vibefly-demo-rsvp .vf-counter-text {
    font-weight: 600;
    color: #4d4032;
    font-size: 0.9rem;
}

#vibefly-demo-rsvp .vf-counter-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#vibefly-demo-rsvp .vf-counter-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fffdfa;
    border: 1px solid #cfaa61;
    cursor: pointer;
    font-weight: 700;
    color: #8b6323;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px -12px rgba(96, 70, 18, 0.45);
}

#vibefly-demo-rsvp .vf-counter-value {
    width: 52px;
    text-align: center;
    font-weight: 700;
    color: #6f5323;
}

#vibefly-demo-rsvp .vf-message-section {
    margin-top: 1rem;
}

#vibefly-demo-rsvp .vf-message-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4d4032;
    margin-bottom: 0.5rem;
}

#vibefly-demo-rsvp .vf-message-input {
    width: 100%;
    padding: 0.85rem;
    border: 1px solid #d8c08f;
    border-radius: 18px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.92);
    color: #4d4032;
}

#vibefly-demo-rsvp .vf-message-input:focus {
    outline: none;
    border-color: #b8872d;
    box-shadow: 0 0 0 3px rgba(231, 207, 156, 0.55);
}

#vibefly-demo-rsvp .vf-submit-btn {
    width: 100%;
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

#vibefly-demo-rsvp .vf-submit-btn.disabled {
    background: #d7d0c5;
    color: #ffffff;
    cursor: not-allowed;
}

#vibefly-demo-rsvp .vf-submit-btn.confirm {
    background: radial-gradient(circle at center, #f0dca7 0%, #ddb65f 42%, #cfa042 76%, #bc8826 100%);
    border-color: #d7c29a;
    color: rgba(47, 41, 35, 0.84);
    box-shadow: 0 14px 28px -18px rgba(120, 92, 40, 0.45);
}

#vibefly-demo-rsvp .vf-submit-btn.confirm:hover {
    filter: brightness(1.03);
}

#vibefly-demo-rsvp .vf-submit-btn.decline {
    background: #8a7a6a;
    border-color: #8a7a6a;
    color: #ffffff;
}

#vibefly-demo-rsvp .vf-submit-btn.decline:hover {
    background: #6a5a4a;
}

#vibefly-demo-rsvp .vf-footer {
    text-align: center;
    font-size: 0.78rem;
    color: #8f7b64;
    margin-top: 1.25rem;
}

#vibefly-demo-rsvp .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 20px !important;
    color: #8b6323;
}

#vibefly-demo-rsvp .vf-success {
    text-align: center;
}

#vibefly-demo-rsvp .vf-success-icon,
#vibefly-demo-rsvp .vf-declined-icon {
    width: 80px;
    height: 80px;
    background: #fffdfa;
    border: 1px solid #d9bc84;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 18px 30px -20px rgba(120, 92, 40, 0.5);
}

#vibefly-demo-rsvp .vf-declined-icon {
    background: #fff8f2;
    border-color: #c7b29a;
}

#vibefly-demo-rsvp .vf-success-icon svg,
#vibefly-demo-rsvp .vf-declined-icon svg {
    width: 40px;
    height: 40px;
    color: #8b6323;
}

#vibefly-demo-rsvp .vf-success-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e4c47b 0%, #b9842d 45%, #7b5414 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.75rem;
}

#vibefly-demo-rsvp .vf-success-message {
    color: #7b6650;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

#vibefly-demo-rsvp .vf-success-summary {
    background: #fffaf3;
    border: 1px solid #d7be86;
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 1rem;
    margin-bottom: 1.25rem;
}

#vibefly-demo-rsvp .vf-success-summary-label {
    font-size: 0.85rem;
    color: #7b6650;
}

#vibefly-demo-rsvp .vf-success-summary-value {
    font-size: 1rem;
    font-weight: 700;
    color: #4d4032;
}

#vibefly-demo-rsvp .vf-qr-section {
    background: #fffaf3;
    border: 1px solid #d7be86;
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

#vibefly-demo-rsvp .vf-qr-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4d4032;
    margin-bottom: 0.75rem;
}

#vibefly-demo-rsvp .vf-qr-container {
    background: #ffffff;
    padding: 1rem;
    border: 1px solid #d7bc86;
    border-radius: 18px;
    display: inline-block;
    box-shadow: inset 0 0 0 1px rgba(222, 190, 126, 0.26);
}

#vibefly-demo-rsvp #vf-qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
}

#vibefly-demo-rsvp #vf-qr-code canvas,
#vibefly-demo-rsvp #vf-qr-code img {
    max-width: 180px;
    height: auto;
}

#vibefly-demo-rsvp .vf-qr-hint,
#vibefly-demo-rsvp .vf-screenshot-tip,
#vibefly-demo-rsvp .vf-qr-code-text {
    font-size: 0.78rem;
    color: #7b6650;
    margin-top: 0.75rem;
    text-align: center;
}

#vibefly-demo-rsvp .vf-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    background: radial-gradient(circle at center, #f0dca7 0%, #ddb65f 42%, #cfa042 76%, #bc8826 100%);
    color: rgba(47, 41, 35, 0.84);
    border: 1px solid #d7c29a;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
    box-shadow: 0 14px 28px -18px rgba(120, 92, 40, 0.45);
}
