/*
 * OCI Schema — styles front pour la carte schema_person_card.
 * Volontairement sobre : hérite de la typo du thème, surchargeable depuis
 * la feuille du thème enfant ou les contrôles avancés Elementor.
 */

.oci-schema-card {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 0.95em;
}

.oci-schema-card__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75em;
    font-weight: 600;
    opacity: 0.65;
    margin: 0 0 0.75rem 0;
}

.oci-schema-card__body {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.oci-schema-card__avatar {
    flex: 0 0 64px;
}

.oci-schema-card__avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.oci-schema-card__content {
    flex: 1 1 auto;
    min-width: 0;
}

.oci-schema-card__name {
    font-weight: 600;
    margin: 0 0 0.15rem 0;
}

.oci-schema-card__job {
    margin: 0 0 0.5rem 0;
    opacity: 0.75;
    font-style: italic;
}

.oci-schema-card__bio {
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
}

.oci-schema-card__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.oci-schema-card__links li {
    margin: 0;
}

.oci-schema-card__links a {
    font-size: 0.85em;
    text-decoration: underline;
}
