.elementor-571062 .elementor-element.elementor-element-e3ae239{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-571062 .elementor-element.elementor-element-43d0b3e .elementor-toc__header-title{text-align:start;}.elementor-571062 .elementor-element.elementor-element-43d0b3e .elementor-toc__header{flex-direction:row;}.elementor-571062 .elementor-element.elementor-element-43d0b3e{--item-text-hover-decoration:underline;}/* Start custom CSS for html, class: .elementor-element-e60a618 *//* Thredbo vertical drop comparison chart, add to global Additional CSS */

.vdrop-chart {
  margin: 5px 0;
  padding: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e6edf3;
  box-shadow: 0 6px 8px rgba(15, 36, 57, 0.08);
}

.vdrop-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  color: #16334f;
}

.vdrop-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 14px;
}

.vdrop-label {
  width: 110px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  color: #16334f;
}

.vdrop-track {
  flex-grow: 1;
  background-color: #f0f4f8;
  border-radius: 8px;
  padding: 3px;
}

.vdrop-bar {
  height: 34px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 12px;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.vdrop-bar-thredbo {
  background: linear-gradient(90deg, #1e6fd9 0%, #3fa9f5 100%);
}

.vdrop-bar-perisher {
  background: linear-gradient(90deg, #0fa3a3 0%, #3fd6c6 100%);
}

.vdrop-bar-charlotte {
  background: linear-gradient(90deg, #5ec6e8 0%, #a9e4f5 100%);
  color: #16334f;
}

.vdrop-note {
  margin-top: 16px;
  font-size: 13px;
  color: #5a7185;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .vdrop-chart {
    padding: 18px;
  }
  .vdrop-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .vdrop-label {
    width: auto;
  }
  .vdrop-track {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43ed5e3 *//* Thredbo founding timeline, add to global Additional CSS */
/* Designed to sit on a cream page background, not pure white */

.thredbo-timeline {
  margin: 5px 0;
  padding: 15px;
  border-radius: 10px;
  background-color: #fffdf8;
  border: 1px solid #e8ddc9;
  box-shadow: 0 6px 18px rgba(60, 45, 20, 0.06);
}

.timeline-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px;
  color: #2b2118;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #efe6d3;
}

.timeline-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.timeline-year {
  flex-shrink: 0;
  width: 64px;
  font-weight: 700;
  font-size: 16px;
  color: #b5541e;
  padding-top: 2px;
}

.timeline-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4a3f30;
}

@media (max-width: 480px) {
  .thredbo-timeline {
    padding: 18px;
  }
  .timeline-item {
    flex-direction: column;
    gap: 4px;
  }
  .timeline-year {
    width: auto;
  }
}/* End custom CSS */