/* TEP_V100_STUDENT_PORTAL: refinamientos visuales sin modificar datos. */
.m97-product > div:first-child > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 72px;
  min-height: 26px;
  padding: 5px 10px;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
.top-actions { gap: 8px; }
.top-actions .language-switch { min-height: 38px; padding: 3px; border-radius: 9px; }
.top-actions .language-switch button { min-width: 34px; min-height: 30px; padding: 4px 7px; }
.top-actions .icon-button { width: 34px; height: 34px; padding: 0; }
.top-actions .top-avatar { width: 38px; height: 38px; min-width: 38px; min-height: 38px; }
.account-menu-head small { user-select: text; -webkit-user-select: text; cursor: text; }
.v100-entitlement-vigencies { margin-top: 14px; }
.v100-entitlement-vigencies .v100-vigency-row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--border); }
.v100-entitlement-vigencies .v100-vigency-row:first-child { border-top: 0; }
.v100-entitlement-vigencies small { display:block; color: var(--muted); margin-top: 3px; }
.v100-entitlement-vigencies strong { white-space: nowrap; }
@media (max-width: 700px) { .v100-entitlement-vigencies .v100-vigency-row { align-items: flex-start; flex-direction: column; gap: 4px; } }
