/* Styles métier : chaque champ de config.php peut être ciblé avec .tbi-xxxxx. */

.tbi-callsign {
    min-block-size: clamp(1.625rem, 1.8vw, 1.875rem);
    padding-inline: clamp(0.65rem, 0.8vw, 0.9rem);
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tbi-email {
    cursor: pointer;
}

.tbi-comments {
    line-height: 1.35;
    opacity: 0.72;
}

.tbi-bday::before {
    content: "Date : ";
}

.tbi-label {
    margin-right: 0.25rem;
}
