.elementor-kit-6{--e-global-color-primary:#115078;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b2e9b1f:#F5372A;--e-global-color-c1162d4:#049CE3;--e-global-color-159783f:#E3AC10;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:1.2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1em;}.elementor-kit-6 a{color:var( --e-global-color-b2e9b1f );}.elementor-kit-6 h4{font-size:1.4em;line-height:1.2em;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Default desktop height */
.spotify-embed-iframe {
    height: 232px;
}

/* Tablet */
@media (max-width: 1024px) {
    .spotify-embed-iframe {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .spotify-embed-iframe {
        height: 352px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .spotify-embed-iframe {
        height: 352px;
    }
}

/* ======================================
 GLOBAL FIXES
====================================== */

/* Hide Elementor's global form error box */
.elementor-message.elementor-message-danger:before {
    content: "" !important;
}
/* Hide Elementor's global form error message */
.elementor-message.elementor-message-danger {
    display: none !important;
}
/*Honeypot*/
#form-field-hp_field,
#form-field-hp_field-wrap,
#form-field-hp_field + .elementor-field,
.elementor-field-group-hp_field,
.elementor-field-group #form-field-hp_field {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
}

/** don't display success message
.elementor-message-success {display:none}

/* Center & style field error /* COMIC BUBBLE ERROR STYLE */
.elementor-field-group .elementor-field-error,
.elementor-field-group .elementor-message,
.elementor-field-group .elementor-error {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    max-width: 450px;

    background: #fff;
    color: #d60000;
    border: 3px solid #000;
    padding: 20px 20px;
    margin: 15px auto 0 auto !important;
    padding-top:20px;

    border-radius: 20px 20px 20px 5px; /* comic bubble shape */
    box-shadow: 4px 4px 0 #000;       /* cartoony offset shadow */

    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;

    position: relative;
}

.elementor-field-group .elementor-field-error:before,
.elementor-field-group .elementor-message:before,
.elementor-field-group .elementor-error:before {
content:""!important;
}



/* Little comic bubble tail */
.elementor-field-group .elementor-field-error::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(3px 3px 0 #000);
}

/* COMIC BUTTON */
.questioninputter .elementor-button {
    background: var(--e-global-color-b2e9b1f) !important;
    color: var(--e-global-color-159783f)!important;

    padding: 12px 35px !important;
    border: 3px solid #000 !important;
    border-radius: 10px !important;

    font-family: "Patrick Hand", "Comic Sans MS", sans-serif;
    font-size: 30px !important;
    font-weight: 600 !important;
  

    box-shadow: 2px 2px 0 #000;
    transition: 0.2s ease;
    width: auto !important;
    margin-top: 20px !important;
}

.questioninputter .elementor-button:hover {
    
    color:#000!important;
    transform: translate(-2px, -2px);
    box-shadow: 3px 3px 0 #000;
}

/* Emoji */
.elementor-field-group .elementor-message:before,
.elementor-field-group .elementor-field-error:before {
    content: "💬 ";
    font-size: 20px;
    margin-right: 6px;
}
@keyframes friendlyFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* ======================================
 SHARE POPUP FIX
====================================== */

/* Make share popup appear to the left */
.ue-social-buttons-share-list {
    left: auto !important;
    right: 100% !important;
    transform: translate(20px,12px) !important;
}


/* ======================================
 SPEECH BUBBLE + INPUT SECTION
====================================== */



/* Center form contents */
.questioninputter .elementor-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

/* ======================================
 INPUT FIELD — FULL WIDTH + STYLE
====================================== */

.questioninputter .elementor-field {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.questioninputter .elementor-field-group {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    position: relative;
}

.questioninputter  .elementor-field {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px dotted rgba(255,255,255,0.9) !important;
    padding: 10px;
    color: white;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: none;
    caret-color: white;
}

.questioninputter .elementor-field-group,
.questioninputter .elementor-field-group > .elementor-field,
.questioninputter .elementor-field-group > .elementor-field.elementor-size-md,
.questioninputter .elementor-field-group .elementor-field-textual,
.questioninputter .elementor-field-group textarea,
.questioninputter .elementor-field-group input,
.questioninputter .elementor-form-fields-wrapper,
.questioninputter .elementor-form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
}

/* Placeholder */
.questioninputter .elementor-field::placeholder {
    color: rgba(255,255,255,0.7);
    font-style:italic;
    font-weight:600;
    font-size: 22px;
}

/* Neon focus glow */
.questioninputter .elementor-field:focus {
    outline: none;
    border-bottom: 1px dotted #fff !important;
    box-shadow:
        0 0 15px rgba(255, 255, 255, 0.8),
        0 0 30px rgba(255, 255, 255, 0.6),
        0 0 45px rgba(255, 255, 255, 0.4),
        0 0 60px rgba(255, 255, 255, 0.25);
    transition: box-shadow 0.15s ease-out;
}

/* Auto-expand field without showing scrollbars */
#form-field-questionis234 {
    max-height: 400px;
    overflow: hidden !important;
    resize: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
#form-field-questionis234::-webkit-scrollbar {
    display: none !important;
}


/* ======================================
 BUTTON STYLES
====================================== */
.questioninput button {
    margin-top: 8px;
    padding: 14px 40px;
    font-size: 18px;
    border-radius: 40px;
    border: 2px solid white;
    background: transparent;
    color: white;
    cursor: pointer;
    transition: all .3s ease;
    letter-spacing: 1px;
}

.questioninput button:hover {
    background: white;
    color: #0b0f19;
    box-shadow: 0 0 20px rgba(255,255,255,0.7);
    transform: translateY(-2px);
}


/* ======================================
 RESPONSIVE
====================================== */

@media (max-width:768px) {

    .questioninput .elementor-field {
        font-size: 20px;
        padding: 14px 6px;
    }

    .questioninput .elementor-field::placeholder {
        font-size: 20px;
    }

    .questioninput button {
        width: 100%;
        margin-top: 28px;
        padding: 16px;
        font-size: 18px;
    }

    .questioninput .elementor-field-group {
        width: 100% !important;
    }
}

@media (max-width:420px) {
    .questioninput .elementor-field {
        font-size: 18px;
    }
}

/* Ensure keyboard focus scrolls cleanly */
.questioninput .elementor-field:focus {
    scroll-margin-top: 120px;
}




/* Comic-style section title (optional) */
.latest-title {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    font-family: "Bangers", sans-serif;
    text-shadow: 3px 3px 0 #000;
    margin-bottom: 30px;
}


/* -------------------------------
   COMIC STYLE FOR UC POST LIST
   ------------------------------- */

/* Wrapper (optional centering) */
.uc_post_list {
    max-width: 900px;
    margin: 0 auto;
}

/* Each individual post row */
.uc_post_list_box {
    background: #ffffff;
    padding: 14px 18px;
    margin: 6px 0;

    border: 3px solid #000;              /* comic outline */
    border-radius: 12px!important;

    font-size: 1.2em;
    font-weight: 800;
    font-family: "Comic Neue", "Bangers", "Luckiest Guy", sans-serif;
    font-style:italic;
    color: #000;

    /* printed-style drop shadow */
    box-shadow: 2px 2px 0 #000;
    border-radius:12px;

    transition: transform 0.18s ease-out,
                box-shadow 0.18s ease-out;
}

@media (max-width:768px) {
   .uc_post_list_box h3,
.uc_post_list_box p,
.uc_post_list_box div {
    font-size: 1em!important;
    line-height:1.2em!important;
}

.questioninputter .elementor-field::placeholder {
    color: rgba(255,255,255,0.7);
    font-style:italic;
    font-weight:600;
    font-size: 20px;
}
    
}

/* Hover "pop" effect */
.uc_post_list_box:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0 #000;
    cursor: pointer;
}

/* The inner text wrapper */
.uc_post_list_content_inside {
    padding: 0;
    margin: 0;
}

/* If your title is inside a <h3> or just plain text */
.uc_post_list_box h3,
.uc_post_list_box p,
.uc_post_list_box div {
    font-size: 22px;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    color: #000;
}

.simple-reveal {
    position: relative;
    text-align: center;
}

/* Hide the checkbox */
.rev-toggle {
    display: none;
}

/*.mq-reveal-section {
    display: none;
}

.mq-reveal-section.revealed {
    display: block;
}*/
/* Content hidden by default */
.rev-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* When checked → reveal fully */
.rev-toggle:checked ~ .rev-content {
    max-height: 2000px; /* enough space for accordion */
}

/* Button styling */
.rev-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 6px;
    background: #fff;
    border: solid 3px black;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s;
}

/* Hover */
.rev-btn:hover {
    background: #f0f0f0;
}

/* Change button text when opened */
.rev-toggle:checked + .rev-content + .rev-btn::after {
    content: "Close Details";
}

.rev-btn::after {
    content: "Details";
}/* End custom CSS */