.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   ENVELOPE
========================= */
.envelope {
  cursor: pointer;
  transition: transform 1s ease;
}

.envelope.open {
  transform: rotateX(180deg) scale(0.9);
}

/* =========================
   WRAPPER
========================= */
#rsvp-wrapper {
    max-width: 650px;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
}

/* =========================
   FORM INPUT
========================= */
#rsvp-form input,
#rsvp-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

/* =========================
   SUBMIT BUTTON
========================= */
#rsvp-form .rsvp-submit {
    width: 100%;
    padding: 16px;
    background: #c8a14a;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 14px;
}

#rsvp-form .rsvp-submit:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* =========================
   STATUS BUTTON
========================= */
.rsvp-status {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.status-btn {
    flex: 1;
    padding: 12px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    opacity: 0.6;
    transition: all 0.2s ease;
}

.status-btn.active {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.status-btn.hadir {
    background: #27ae60;
    color: #fff;
}

.status-btn.tidak-hadir {
    background: #e74c3c;
    color: #fff;
}

/* =========================
   MESSAGE CONTAINER
========================= */
.rsvp-scroll-container {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 6px;
}


#custom-alert {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#custom-alert.show {
    display: flex;
}

.custom-alert-box {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    max-width: 320px;
    text-align: center;
}

.custom-alert-box button {
    margin-top: 15px;
    padding: 8px 25px;
    background: #c8a14a;
    border: none;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}


/* =========================
   MESSAGE ITEM
========================= */
.rsvp-item {
    background: #fff7ea;
    padding: 14px 16px;
    border-radius: 14px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.rsvp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.rsvp-name {
    font-weight: 600;
    font-size: 15px;
}

/* BADGE */
.rsvp-badge {
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.rsvp-badge.hadir {
    background: #27ae60;
}

.rsvp-badge.tidak-hadir {
    background: #e74c3c;
}

.rsvp-message {
    font-size: 14px;
    color: #555;
    margin-top: 6px;
    line-height: 1.5;
}

/* =========================
   SCROLLBAR
========================= */
.rsvp-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.rsvp-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}/* End custom CSS */