/* ==================================================
   RADIO SAMOS - LIVE / ON AIR
   ================================================== */

.home-onair {
    margin: 0 !important;
    padding: 0 !important;

    text-align: right;
}

/* Κρύβουμε το παλιό artwork */
.home-onair img {
    display: none !important;
}

/* Κρύβουμε το παλιό ξεχωριστό κείμενο */
.home-onair .field--name-body {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 0;
    line-height: 0;
}

/* Το υπάρχον link γίνεται το νέο LIVE button */
.home-onair a {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    gap: 8px;

    width: auto !important;
    height: auto !important;

    padding: 11px 16px !important;

    background: #c90000;

    color: #fff !important;

    font-size: 0.82rem !important;
    font-weight: 800;
    line-height: 1 !important;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    text-decoration: none !important;

    border-radius: 7px;
}

/* Λευκή LIVE τελεία */
.home-onair a::before {
    content: "";

    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    background: #fff;

    border-radius: 50%;
}

/* Κείμενο του κουμπιού */
.home-onair a::after {
    content: "LIVE · ΑΚΟΥΣΤΕ ΤΩΡΑ";

    color: #fff;

    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;

    white-space: nowrap;
}

/* Hover */
.home-onair a:hover {
    background: #a90000;
}


/* Mobile */
@media (max-width: 767px) {

    .home-onair a {
        padding: 9px 11px !important;
    }

    .home-onair a::after {
        content: "LIVE";

        font-size: 0.76rem;
    }
}