/* ============================================================
   UNPOP — Artist Bio — v1.5.0
   ============================================================ */

.unpop-bio {
    font-family: 'Outfit', sans-serif;
    width: 100%;
}

/* Label */
.unpop-bio__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 12px;
    padding: 0;
}

/* Contenu texte */
.unpop-bio__content {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

/* Liens internes */
.unpop-bio__content a {
    color: #FB923C;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(251, 146, 60, 0.3);
}

.unpop-bio__content a:hover {
    color: rgba(251, 146, 60, 0.7);
    border-bottom-color: rgba(251, 146, 60, 0.6);
}

/* Lien "Lire plus" */
.unpop-bio__read-more {
    display: inline-block;
    margin-top: 8px;
    color: #FB923C;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition:
        color 0.25s ease,
        transform 0.2s ease;
}

.unpop-bio__read-more:hover {
    color: rgba(251, 146, 60, 0.7);
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .unpop-bio__content {
        font-size: 14px;
        line-height: 1.55;
    }
}
