/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com
Description: Child theme de Twenty Twenty-Five
Author: Itiel
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
*/

/* Los estilos del tema se cargan desde assets/css/ mediante functions.php */

/* ── Shared layout tokens ── */
:root {
  --site-header-h: 100px;   /* header min-height */
  --site-stats-h:  295px;   /* home-stats section height (desktop) */
}

/* ── Fix overflow horizontal (100vw vs scrollbar) ── */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

.admission-contact__notice {
  display: none;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.35;
}

.admission-contact__notice.is-visible {
  display: block;
}

.admission-contact__notice.is-success {
  color: #24633d;
  background: #edf8f1;
  border-color: #c8e7d0;
}

.admission-contact__notice.is-error {
  color: #8f2d2d;
  background: #fdeeee;
  border-color: #efc6c6;
}

.admission-contact__submit.is-loading,
.admission-contact__submit:disabled {
  opacity: 0.78;
  cursor: wait;
}
