.elementor-kit-13{--e-global-color-primary:#652F83;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}/* Start custom CSS */.season-checklist {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.season-checklist__title{
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 4px;
}

.season-checklist__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
}

.season-checklist__left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 0;
}

.season-checklist__label{
  line-height: 1.2;
}

.season-checklist__tick {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.season-checklist__item.is-done {
  opacity: 0.65;
  background: rgba(0,0,0,.04);
}

.season-checklist__item.is-done .season-checklist__label {
  text-decoration: line-through;
}

.season-checklist__action{
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.18);
  text-decoration: none;
  font-weight: 600;
}

.season-checklist__progress{
  margin-top: 6px;
  font-size: 0.95em;
  opacity: 0.8;
}/* End custom CSS */