/* GUANO page styles */

.guanostatusonline,
.guanostatusoffline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.guanostatusonline br,
.guanostatusoffline br {
    display: none;
}

.guanostatusonline {
    background: rgba(30, 140, 50, 0.5);
    color: #eafbeb;
    border: 1px solid rgba(130, 230, 140, 0.8);
    font-size: 1rem;
    padding: 0.5rem 1.1rem;
}

.guanostatusonline::before {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #81e083;
    box-shadow: 0 0 8px 2px #66bb6a;
}

.guanostatusoffline {
    background: rgba(180, 30, 30, 0.5);
    color: #ffebee;
    border: 1px solid rgba(240, 120, 120, 0.8);
    font-size: 1rem;
    padding: 0.5rem 1.1rem;
}

.guanostatusoffline::before {
    content: '';
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #ef5350;
}

#guanostatus h3 {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(247, 251, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.6rem 0 0.15rem;
}

#guanostatus > div[style] {
    text-align: left !important;
}
