/* ============================================================
   Smart Read More Block — smart-read-more-block.css
   ============================================================ */

.srmb-wrap {
    margin: 1.8em 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 0.75em;
}

.srmb__label {
    margin: 0 0 0.5em 0;
    font-size: 0.95em;
    color: #222;
}

.srmb__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.srmb__item {
    border-bottom: 1px dashed #e0e0e0;
    padding: 0.5em 0;
}

.srmb__item:last-child {
    border-bottom: none;
}

/* Link color — pink/magenta accent */
.srmb__item a {
    color: #e0147a;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.srmb__item a:hover,
.srmb__item a:focus {
    color: #b0005e;
    text-decoration: underline;
}

.srmb__item a em,
.srmb__item a i {
    font-style: italic;
}
