/* Base xscores button */
.xscores-menu-button{
    text-align: center;
    transition: all 0.15s ease;
    flex: 1;
    min-width: 0;
    cursor: pointer;
}
.xscores-menu-button .text{
    text-align: center;
    font-weight: 600;
}

/* Sport tab buttons (Hockey / Calcio / Tennis) */
.xscores-sport-tab{
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    color: #555;
    font-size: 14px;
}
.xscores-sport-tab .text{
    font-size: 14px;
}
.xscores-sport-tab:hover{
    background-color: #eee;
    text-decoration: none;
}
.xscores-sport-tab.xscores-menu-button-selected{
    background-color: #5c9801;
    border-color: #5c9801;
    color: #fff;
}

/* Filter group label */
.xscores-filter-label{
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* League pill buttons (Tutti / LNA / etc.) */
.xscores-league-pill{
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    flex: 0 0 auto !important;
}
.xscores-league-pill:hover{
    border-color: #5c9801;
    color: #5c9801;
    text-decoration: none;
}
.xscores-league-pill.xscores-menu-button-selected{
    background-color: #f0f5e8;
    border-color: #5c9801;
    color: #5c9801;
}

/* Calendar pill buttons (Ultime partite / Oggi / Prossime) */
.xscores-menu-calendar-button{
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    flex: 0 0 auto !important;
}
.xscores-menu-calendar-button:hover{
    border-color: #5c9801;
    color: #5c9801;
    text-decoration: none;
}
.xscores-menu-calendar-button.xscores-menu-button-selected{
    background-color: #f0f5e8;
    border-color: #5c9801;
    color: #5c9801;
}

/* HOROSCOPE */
.horoscope-list-item{
    text-align: center;
    padding: 20px;
}
.horoscope-list-item img{
    width: auto;
    max-height: 60px;
    max-width: 100%;
}

/* SEARCH */
.search_suggest_button{
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
}

/* BUTTON WHASTAPP */
.button-whatsapp:hover, .button-whatsapp u{
    text-decoration-color: #25D366 !important;
}
/* BUTTON NEWSLETTER */
.button-newsletter:hover, .button-newsletter u{
    text-decoration-color: #a50100 !important;
}
/* BUTTON ABO */
.button-abo:hover, .button-abo u{
    text-decoration-color: #df660a !important;
}

.social-button:hover {
    text-decoration: none !important;
}

.tio_annunci_big_button {
    background-color: #2e21ec;
    color: #fff;
    padding: 20px 20px;
    border-radius: 6px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
}