  /* [int] Holiday Calendar — Template CSS */

/* ── Global Elementor kit ── */
.elementor-kit-41{--e-global-color-primary:#FEBE10;--e-global-color-secondary:#42196F;--e-global-color-text:#333333;--e-global-color-accent:#00A79C;--e-global-color-7b590e1:#6F489D;--e-global-color-c01d0f5:#F26522;--e-global-color-d195acd:#FCAF17;--e-global-color-1827f41:#00A75D;--e-global-color-08646b8:#25408F;}.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{background-color:#F8F8F8;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}

/* ── Structural layout ── */

.elementor-99001 .elementor-element-hol-outer {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
}

.elementor-99001 .elementor-element-hol-hero {
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url("/wp-content/themes/wnmu/assets/imgs/migrated/wnmu-social.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-99001 .elementor-element-hol-hero-inner {
  padding: 0;
}

.elementor-99001 .tpcore-el-page-title {
  color: #fff;
}

.elementor-99001 .elementor-element-hol-body {
  display: flex;
  justify-content: center;
}

.elementor-99001 .elementor-element-hol-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  padding: 40px 16px 60px;
}

/* ── Holiday table ── */

.int-holidays__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  font-size: 0.95rem;
}

.int-holidays__table thead tr {
  background-color: #42196F;
  color: #fff;
}

.int-holidays__table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.int-holidays__table tbody tr:nth-child(even) {
  background-color: #f0ebf8;
}

.int-holidays__table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.int-holidays__table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  color: #333;
}

.int-holidays__table tbody tr:last-child td {
  border-bottom: none;
}

/* ── Footer margin ── */
.int-holidays {
  margin-bottom: 60px;
}
