/*
 * Bloque de Reparto / Equipo técnico / Información extra. Archivo
 * nuevo y aislado — nunca se modifica assets/css/style.css.
 */

.mrs-credits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin: 2rem 0;
}

.mrs-credits__col-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(220, 226, 240, 0.55);
    margin: 0 0 0.9rem;
}

.mrs-credits__item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
}

.mrs-credits__item:last-child {
    margin-bottom: 0;
}

.mrs-credits__avatar {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(220, 226, 240, 0.55);
}

.mrs-credits__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mrs-credits__avatar svg {
    width: 22px;
    height: 22px;
}

.mrs-credits__avatar--icon {
    border-radius: 10px;
}

.mrs-credits__avatar--icon img {
    object-fit: contain;
    padding: 6px;
    background: #fff;
}

.mrs-credits__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mrs-credits__text strong {
    font-size: 0.92rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.mrs-credits__text strong a,
.mrs-credits__text small a {
    color: inherit;
    text-decoration: none;
}

.mrs-credits__text strong a:hover,
.mrs-credits__text small a:hover {
    text-decoration: underline;
}

.mrs-credits__text small {
    font-size: 0.8rem;
    color: rgba(220, 226, 240, 0.6);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

@media (min-width: 768px) {
    .mrs-credits {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
}
