.elementor-101 .elementor-element.elementor-element-dc932d9{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-101 .elementor-element.elementor-element-dc932d9:not(.elementor-motion-effects-element-type-background), .elementor-101 .elementor-element.elementor-element-dc932d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://thisispeople.com/wp-content/uploads/2026/04/pexels-photo-326333.webp");background-size:cover;}.elementor-101 .elementor-element.elementor-element-dc932d9.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-101 .elementor-element.elementor-element-dc932d9{--width:80.856%;}}/* Start custom CSS for html, class: .elementor-element-d832e24 *//* CORNER SIGN POSITIONING */
.corner-status-sign {
    position: absolute;
    top: 12px;
    right: 30px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #00ff00;
    padding: 10px 18px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.3), inset 0 0 10px rgba(0, 255, 0, 0.1);
    z-index: 999; /* Keeps it on top of everything */
}

.status-meta {
    display: flex;
    flex-direction: column;
    text-align: left;
}

/* THE LABELS */
.status-label {
    color: #00ff00;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #00ff00;
    text-transform: uppercase;
}

.status-hours {
    color: #fff;
    font-family: 'Courier Prime', monospace;
    font-size: 12px;
    margin-top: 2px;
    opacity: 0.9;
    white-space: nowrap;
}

/* THE TINY BLINKING LED */
.tiny-led {
    height: 8px;
    width: 8px;
    background-color: #00ff00;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00;
    animation: corner-led-blink 2s infinite ease-in-out;
}

@keyframes corner-led-blink {
    0% { opacity: 1; filter: brightness(1.2); }
    50% { opacity: 0.4; filter: brightness(0.8); }
    100% { opacity: 1; filter: brightness(1.2); }
}

/* MOBILE FIX: On small phones, we center it at the top so it doesn't overlap */
@media (max-width: 768px) {
    .corner-status-sign {
        position: relative; /* Removes from corner */
        top: 0;
        right: 0;
        margin: 0 auto 30px auto; /* Centers it above title */
        width: fit-content;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccd1b84 *//* Base styling for both buttons */
.social-btn {
    font-family: 'Orbitron', sans-serif;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 12px 35px;
    border-radius: 8px;
    background: rgba(0,0,0,0.6);
    transition: 0.3s;
    display: inline-block;
}

/* INDEPENDENT BLUE GLOW (Facebook) */
.fb-glow {
    border: 2px solid #3b5998 !important;
    text-shadow: 0 0 10px #3b5998, 0 0 20px #3b5998;
    box-shadow: 0 0 10px rgba(59, 89, 152, 0.4);
}
.fb-glow:hover {
    background: rgba(59, 89, 152, 0.2);
    box-shadow: 0 0 25px #3b5998;
    transform: translateY(-3px);
}

/* INDEPENDENT MAGENTA GLOW (Instagram) */
.ig-glow {
    border: 2px solid #ff00ff !important; /* Matches your 'Open a Channel' pink */
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
}
.ig-glow:hover {
    background: rgba(255, 0, 255, 0.2);
    box-shadow: 0 0 25px #ff00ff;
    transform: translateY(-3px);
}

/* Mobile fix so they don't overlap */
@media (max-width: 600px) {
    .social-row {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .social-btn { width: 100%; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dc932d9 *//* GLOBAL MOBILE FORCE-FIX */
@media (max-width: 700px) {
    /* 1. Force everything to stack vertically */
    .elementor-widget-html, .elementor-container, .elementor-column {
        display: block !important;
        width: 100% !important;
    }

    /* 2. Shrink all neon titles so they fit on one line */
    h1, h2, [class*="neon"] {
        font-size: 26px !important;
        padding: 10px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
    }

    /* 3. Make the orange buttons and text boxes fit the screen width */
    [class*="btn"], [class*="button"], [class*="terminal"], [class*="box"] {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 18px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* 4. Fix the Logbook text size so it doesn't overlap */
    [class*="scroll"], p, span {
        font-size: 14px !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* GLOBAL MOBILE FORCE-FIX */
@media (max-width: 700px) {
    /* 1. Force everything to stack vertically */
    .elementor-widget-html, .elementor-container, .elementor-column {
        display: block !important;
        width: 100% !important;
    }

    /* 2. Shrink all neon titles so they fit on one line */
    h1, h2, [class*="neon"] {
        font-size: 26px !important;
        padding: 10px !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
    }

    /* 3. Make the orange buttons and text boxes fit the screen width */
    [class*="btn"], [class*="button"], [class*="terminal"], [class*="box"] {
        width: 100% !important;
        min-width: 100% !important;
        font-size: 18px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* 4. Fix the Logbook text size so it doesn't overlap */
    [class*="scroll"], p, span {
        font-size: 14px !important;
    }
}/* End custom CSS */