.elementor-12312 .elementor-element.elementor-element-add8b86{--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-12312 .elementor-element.elementor-element-9d71bc3{--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;}/* Start custom CSS for html, class: .elementor-element-a76ffce */.tw-support-box {
  max-width: 700px;
  margin: 30px auto;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffe7d1, #ffd4a8);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  font-family: "Inter", system-ui, sans-serif;
}

.tw-support-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ff7a00;
}

.tw-support-text {
  font-size: 1.1rem;
  color: #b35400;
}

.tw-support-link {
  color: #ff7a00;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 122, 0, 0.4);
  transition: 0.2s ease;
}

.tw-support-link:hover {
  color: #ff5500;
  border-bottom-color: #ff5500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d5c17d */#event-day-calendar {
    max-width: 900px;
    margin: 2.5rem auto;
    padding: 2.2rem;
    border-radius: 22px;
    background: linear-gradient(145deg, #0b1220, #0f172a);
    color: #e2e8f0;
    font-family: system-ui, sans-serif;
    box-shadow: 0 25px 60px rgba(0,0,0,0.65);
    border: 1px solid rgba(255,255,255,0.05);
}

.edc-header {
    text-align: center;
    margin-bottom: 2rem;
}

.edc-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #f8fafc;
}

.edc-sub {
    margin-top: 0.3rem;
    font-size: 1rem;
    color: #94a3b8;
}

/* Timeline Layout */
.timeline-wrapper {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1rem;
    position: relative;
}

.timeline-hours {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    font-size: 0.9rem;
    color: #64748b;
}

.timeline-events {
    position: relative;
    border-left: 2px solid rgba(255,255,255,0.1);
    padding-left: 1rem;
}

/* Event Card */
.timeline-event {
    position: absolute;
    left: 1rem;
    right: 1rem;
    padding: 1.2rem 1.4rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: 0.25s ease;
}

.timeline-event:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.55);
}

.timeline-event-time {
    font-size: 1rem;
    font-weight: 700;
    color: #38bdf8;
    margin-bottom: 0.3rem;
}

.timeline-event-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 0.2rem;
}

.timeline-event-radio a {
    color: #f87171;
    text-decoration: none;
    font-weight: 600;
}

.timeline-event-radio a:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 700px) {
    .timeline-wrapper {
        grid-template-columns: 50px 1fr;
    }
}/* End custom CSS */