/* ==================================================
   RADIO SAMOS - CATEGORY BLOCK FINISHING
   ================================================== */

/* Τίτλος ενότητας: Κοινωνία, Υγεία κ.λπ. */
.home-category-feature-block h2,
.home-category-feature-block .block-title {
    margin: 0 0 14px;
    padding-bottom: 10px;

    color: #171717;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;

    border-bottom: 3px solid #171717;
}

/* Lead κύριας είδησης */
.home-category-feature .category-lead-summary,
.home-category-feature .category-lead-summary * {
    color: #555 !important;
    text-decoration: none !important;
    font-size: 0.96rem;
    line-height: 1.5;
}

/* Αν έχει απομείνει anchor από το περιεχόμενο,
   δεν το αφήνουμε να λειτουργεί σαν σύνδεσμος */
.home-category-feature .category-lead-summary a {
    pointer-events: none;
    cursor: default;
}

/* Ημερομηνίες */
.home-category-feature .category-news-date,
.home-category-feature .category-news-date a {
    color: #888 !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    line-height: 1.3;
}

.home-category-feature .category-news-date a {
    pointer-events: none;
    cursor: default;
}

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

    .home-category-feature-block h2,
    .home-category-feature-block .block-title {
        margin-bottom: 10px;
        padding-bottom: 8px;
        font-size: 1.3rem;
    }
}