/*
 * Rayflections Masterclass — vague 8, finition des cadres Resultat.
 * DRAFT LOCAL UNIQUEMENT · charge apres la vague 7 lors de la validation.
 *
 * Ce lot ne touche ni a la grille ni aux hauteurs synchronisees : le subgrid
 * desktop et le flux naturel mobile restent entierement pilotes par Wave 7.
 */

html body.production-v2.masterclass-v2 :is(#formats, #formats-relationnel) .masterclass-format-card > small {
  padding-block: clamp(0.58rem, 0.65vw, 0.72rem) !important;
  padding-inline: clamp(0.88rem, 1vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

@media (max-width: 1024px) {
  html body.production-v2.masterclass-v2 :is(#formats, #formats-relationnel) .masterclass-format-card > small {
    padding-block: 0.62rem !important;
    padding-inline: 0.88rem !important;
  }
}
