:root{
  --navy:#06325c;
  --deep:#005e9c;
  --blue:#0a7fbd;
  --cyan:#15a9d4;
  --ice:#eef8ff;
  --paper:#ffffff;
  --line:#c9e4f3;
  --muted:#60798c;
  --text:#17364d;
  --lecture:#005e9c;
  --workshop:#009f9b;
  --field:#2379c8;
  --other:#7c8a99;
  --shadow:0 22px 55px rgba(0,61,105,.16);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans",sans-serif;color:var(--text);background:linear-gradient(180deg,#f3fbff 0%,#ecf7fd 42%,#ffffff 100%);min-height:100vh}.poster-hero{position:relative;background:#0061a1;overflow:hidden}.poster-image{display:block;width:100%;height:auto}.hero-glass{position:absolute;left:clamp(18px,5vw,72px);bottom:clamp(18px,4vw,52px);display:inline-flex;gap:14px;align-items:center;padding:12px 18px;border:1px solid rgba(255,255,255,.50);border-radius:999px;background:rgba(0,51,96,.34);color:#fff;box-shadow:0 14px 40px rgba(0,36,75,.20);backdrop-filter:blur(12px)}.hero-glass span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:850}.hero-glass b{font-size:14px}.wrap{max-width:1180px;margin:0 auto;padding:28px 22px 76px}.portal-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:end;margin:0 0 24px;padding:24px;border:1px solid rgba(171,218,239,.85);border-radius:30px;background:rgba(255,255,255,.84);box-shadow:var(--shadow);backdrop-filter:blur(12px)}.portal-intro h1{margin:3px 0 8px;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,4vw,48px);font-weight:600;line-height:1.05}.portal-intro p{margin:0;color:var(--muted);line-height:1.55}.eyebrow{color:var(--blue)!important;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}.quick-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;min-width:min(480px,100%)}.quick-facts div{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fff,#f4fbff);padding:13px 14px}.quick-facts b{display:block;color:var(--deep);font-size:12px;text-transform:uppercase;letter-spacing:.10em}.quick-facts span{display:block;margin-top:5px;font-weight:800;color:#163d5b}.tabs{position:sticky;top:0;z-index:10;display:flex;gap:10px;padding:10px 0 16px;background:linear-gradient(180deg,rgba(243,251,255,.98),rgba(243,251,255,.86));backdrop-filter:blur(10px)}.tab{border:1px solid var(--line);border-radius:999px;padding:12px 22px;background:#fff;color:var(--deep);font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(0,86,141,.08)}.tab.active{color:#fff;background:linear-gradient(90deg,var(--deep),#158bc4);border-color:transparent}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:20px 0 16px}.section-title h2{margin:0;color:var(--navy);font-size:30px;letter-spacing:.01em}.section-title p{margin:0;color:var(--muted);font-size:14px;max-width:590px;text-align:right}.day-card{position:relative;margin:0 0 20px;padding:22px;border:1px solid rgba(186,224,241,.96);border-radius:30px;background:rgba(255,255,255,.95);box-shadow:0 15px 34px rgba(0,70,118,.10);overflow:hidden}.day-card:before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(180deg,#006bac,#29b8d3)}.day-head{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start;padding-left:8px;margin-bottom:18px}.date{font-size:25px;font-weight:900;color:var(--navy)}.weekday{margin-top:4px;font-size:12px;text-transform:uppercase;color:var(--blue);letter-spacing:.16em;font-weight:900}.meals{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.meal{border:1px solid var(--line);background:#f2fbff;border-radius:999px;padding:8px 12px;color:#2d5874;font-size:13px;white-space:nowrap}.meal b{color:var(--deep)}.sessions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-left:8px}.session{text-align:left;border:1px solid #d2e9f4;background:linear-gradient(180deg,#fff,#f8fdff);border-radius:22px;padding:16px;min-height:154px;display:flex;flex-direction:column;justify-content:space-between;color:inherit;appearance:none;font:inherit;width:100%}.session.clickable{cursor:pointer;transition:.18s ease}.session.clickable:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(0,85,140,.14);border-color:#9bd3eb}.session.disabled{cursor:default;background:linear-gradient(180deg,#fbfdff,#f4f9fc);opacity:.92}.session-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:13px}.time{font-size:13px;color:#49677b;font-weight:800}.pill{border-radius:999px;padding:6px 10px;color:white;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;white-space:nowrap}.Lecture{background:var(--lecture)}.Workshop{background:var(--workshop)}.Field{background:var(--field)}.Ceremony,.Transfer,.Rest,.Study,.Registration,.Departure,.Fellowship,.Dinner,.Free,.Community,.Arrangement{background:var(--other)}.session h3{margin:0 0 10px;font-size:17px;line-height:1.25;color:#123a59}.venue{color:#5e7485;font-size:13px;line-height:1.4}.detail-hint{margin-top:12px;color:var(--deep);font-size:12px;font-weight:900;letter-spacing:.03em}.disabled .detail-hint{color:#8295a4}.hidden{display:none!important}.modal{position:fixed;inset:0;z-index:50;background:rgba(3,23,44,.62);display:none;align-items:center;justify-content:center;padding:22px}.modal.show{display:flex}.modal-card{width:min(1040px,100%);max-height:92vh;overflow:auto;border-radius:32px;background:#fff;box-shadow:0 34px 100px rgba(0,22,45,.40);border:1px solid rgba(255,255,255,.9)}.modal-hero{display:grid;grid-template-columns:44% 56%;min-height:320px;background:linear-gradient(135deg,#e9f8ff,#ffffff 48%,#f4fbff)}.media-main{aspect-ratio:4/3;align-self:stretch;min-height:310px;background:#e8f6fc;display:flex;align-items:center;justify-content:center;padding:20px}.media-main img{width:100%;height:100%;object-fit:cover;border-radius:22px;box-shadow:0 24px 45px rgba(0,66,110,.20)}.modal-info{padding:30px 32px 25px;position:relative;display:flex;flex-direction:column;justify-content:center}.close{position:absolute;top:18px;right:18px;border:1px solid #c8e1ee;background:white;color:var(--deep);width:38px;height:38px;border-radius:999px;font-size:22px;cursor:pointer}.modal-info h2{margin:22px 46px 14px 0;color:var(--navy);font-size:32px;line-height:1.08}.detail-meta{display:flex;gap:8px;flex-wrap:wrap}.detail-meta span{border:1px solid var(--line);background:var(--ice);border-radius:999px;padding:7px 10px;color:#4b6273;font-size:13px;font-weight:800}.detail-panel{margin:18px 30px 0;border:1px solid #cce6f3;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f8fdff)}.detail-block{padding:20px 22px}.detail-block+.detail-block{border-top:1px solid #d9edf6}.block-label{color:var(--deep);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:12px;margin-bottom:8px}.detail-block p{margin:0;color:#29485e;line-height:1.65;font-size:15px}.participant-panel{margin:18px 30px 30px;border:1px dashed #96cfe7;border-radius:24px;padding:18px;background:#f4fbff}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.panel-head h3{margin:0;color:var(--navy)}.login-btn,.download-btn,.submit-btn,.login-form button{border:0;border-radius:999px;background:linear-gradient(90deg,var(--deep),#1595ca);color:white;font-weight:900;padding:10px 16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.download-btn.disabled{background:#a7b5bf;cursor:default}.login-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-bottom:14px}.login-form input{border:1px solid #cde5f0;border-radius:999px;padding:11px 14px;font:inherit}.student-area{display:none}.student-area.show{display:block}.comment-box{border:1px solid #d2e9f4;background:#fff;border-radius:20px;padding:15px;margin:15px 0 18px}.comment-box h4,.media-section h4{margin:0 0 8px;color:var(--navy);font-size:17px}.comments-list{display:grid;gap:8px;margin:8px 0}.comment-item{border-left:3px solid var(--blue);background:#f7fcff;border-radius:12px;padding:9px 11px;font-size:14px;color:#33546a}.comment-item b{color:var(--navy)}textarea{width:100%;min-height:86px;border:1px solid #cde5f0;border-radius:17px;padding:12px;font:inherit;color:var(--text);resize:vertical;margin:8px 0 10px;background:#fff}.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.asset{border:1px solid #d3e9f4;border-radius:18px;overflow:hidden;background:#fff}.thumb{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dff4fb,#9bd9ef);color:#0d5888;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.video{background:linear-gradient(135deg,#e8f6ff,#6bb5dc)}.asset-body{padding:11px;display:flex;gap:10px;justify-content:space-between;align-items:center}.asset-title{font-size:13px;font-weight:900;color:#284a60;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-btn{padding:7px 10px;font-size:12px;background:linear-gradient(90deg,#0b6da6,#1aa1c5)}.note{color:var(--muted);font-size:13px;margin-top:10px;line-height:1.45}@media (max-width:980px){.portal-intro{grid-template-columns:1fr}.quick-facts{min-width:0}}@media (max-width:860px){.hero-glass{position:static;margin:12px 14px 0;border-radius:22px;display:flex;justify-content:space-between}.quick-facts{grid-template-columns:1fr}.sessions{grid-template-columns:1fr}.day-head{grid-template-columns:1fr}.meals{justify-content:flex-start}.section-title{display:block}.section-title p{text-align:left;margin-top:8px}.modal-hero{grid-template-columns:1fr}.media-main{min-height:230px}.modal-info h2{font-size:26px}.media-grid{grid-template-columns:1fr}.login-form{grid-template-columns:1fr}}
/* Daily information chips: hotel, address and meals */
.daily-info{max-width:760px;}
.data-error{border:1px solid #cfe5f0;border-radius:18px;background:#fff;padding:18px;}
@media (max-width: 780px){.day-head{grid-template-columns:1fr}.meals{justify-content:flex-start}.daily-info{max-width:100%;}}

/* Compact daily information card: hotel, address, lunch and dinner */
.day-head{grid-template-columns:minmax(210px,.7fr) minmax(320px,1fr);align-items:start;}
.daily-info-card{justify-self:end;width:min(620px,100%);border:1px solid rgba(174,218,238,.9);border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f5fbff 100%);box-shadow:0 10px 24px rgba(0,88,140,.08);padding:12px 14px;text-align:left;}
.daily-row{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:baseline;margin:0;line-height:1.38;}
.daily-row+.daily-row{margin-top:6px;padding-top:6px;border-top:1px solid rgba(205,231,243,.75);}
.daily-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--deep);white-space:nowrap;}
.daily-value{min-width:0;color:#234a63;font-size:13px;font-weight:650;overflow-wrap:anywhere;}
.daily-hotel .daily-value{font-size:14px;font-weight:850;color:#123a59;}
.daily-address .daily-value{color:#47677b;font-weight:650;}
.daily-meals{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;}
.daily-mini{border:1px solid rgba(205,231,243,.9);border-radius:14px;background:#fff;padding:8px 10px;display:flex;justify-content:space-between;gap:8px;align-items:center;min-width:0;}
.daily-mini span{font-size:11px;text-transform:uppercase;letter-spacing:.10em;font-weight:900;color:var(--deep);}
.daily-mini b{min-width:0;text-align:right;font-size:13px;color:#24485f;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media (max-width:860px){.day-head{grid-template-columns:1fr}.daily-info-card{justify-self:start;width:100%;margin-top:10px}.daily-row{grid-template-columns:68px minmax(0,1fr)}}
@media (max-width:520px){.daily-meals{grid-template-columns:1fr}.daily-mini b{text-align:left;white-space:normal}.daily-mini{align-items:flex-start;flex-direction:column;gap:3px}}


/* Revision: one plain daily card; hotel name and address in two text lines, no nested capsules */
.day-head{grid-template-columns:minmax(210px,.72fr) minmax(360px,1fr);align-items:start;}
.daily-info-card{justify-self:end;width:min(650px,100%);border:1px solid rgba(188,224,240,.82);border-radius:18px;background:rgba(248,253,255,.92);box-shadow:none;padding:13px 16px;text-align:left;}
.daily-hotel-block{display:block;margin:0;padding:0 0 10px;border-bottom:1px solid rgba(204,230,242,.9);}
.daily-name{font-size:15px;font-weight:850;color:#123a59;line-height:1.35;overflow-wrap:anywhere;}
.daily-address-line{margin-top:3px;font-size:13px;font-weight:600;color:#557087;line-height:1.35;overflow-wrap:anywhere;}
.daily-meal-line{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:9px;font-size:13px;color:#37586e;line-height:1.35;}
.daily-meal-line span{white-space:nowrap;}
.daily-meal-line b{color:var(--deep);font-weight:900;}
@media (max-width:860px){.day-head{grid-template-columns:1fr}.daily-info-card{justify-self:start;width:100%;margin-top:10px}.daily-meal-line span{white-space:normal}}

/* Clean schedule layout: reduce capsule styling and restore visual hierarchy */
.day-card{
  border-radius:24px;
  border-color:rgba(198,226,239,.78);
  box-shadow:0 12px 28px rgba(0,70,118,.08);
  background:rgba(255,255,255,.97);
}
.day-card:before{
  width:4px;
  background:#0a7fbd;
}
.day-head{
  grid-template-columns:minmax(260px,.62fr) minmax(380px,1fr);
  gap:28px;
  align-items:start;
  padding-left:8px;
  margin-bottom:20px;
}
.date{
  font-size:25px;
  letter-spacing:.005em;
}
.weekday{
  letter-spacing:.18em;
}
.daily-info-card{
  justify-self:stretch;
  width:100%;
  border:0;
  border-left:1px solid rgba(181,215,231,.95);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:2px 0 2px 22px;
  text-align:left;
}
.daily-hotel-block{
  border:0;
  padding:0;
  margin:0 0 11px;
}
.daily-kicker{
  margin:0 0 4px;
  color:var(--deep);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.daily-name{
  font-size:15px;
  line-height:1.35;
  font-weight:850;
  color:#123a59;
}
.daily-address-line{
  margin-top:2px;
  font-size:13px;
  line-height:1.45;
  font-weight:560;
  color:#59758b;
}
.daily-meal-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px 26px;
  margin-top:0;
  padding-top:10px;
  border-top:1px solid rgba(204,230,242,.75);
  font-size:13px;
  color:#3b5b70;
}
.daily-meal-line span{
  white-space:normal;
}
.daily-meal-line b{
  color:var(--deep);
  font-weight:900;
}
.sessions{
  gap:14px;
}
.session{
  border-color:rgba(210,232,242,.92);
  border-radius:18px;
  background:#fff;
  box-shadow:none;
  padding:18px 18px 17px;
  min-height:158px;
}
.session.clickable:hover{
  transform:translateY(-2px);
  box-shadow:0 15px 28px rgba(0,80,132,.11);
  border-color:#9fd2e9;
}
.session-top{
  justify-content:flex-start;
}
.session-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 12px;
  margin-bottom:14px;
  color:#516f84;
  font-size:13px;
  font-weight:800;
}
.session-meta .time{
  color:#46677d;
  font-size:13px;
  font-weight:850;
}
.session-type{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#6d7f8f;
  font-size:11px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.session-type:before{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
  opacity:.68;
}
.session-type.Lecture{color:var(--lecture);background:transparent;}
.session-type.Workshop{color:var(--workshop);background:transparent;}
.session-type.Field{color:var(--field);background:transparent;}
.session-type.Ceremony,
.session-type.Transfer,
.session-type.Rest,
.session-type.Study,
.session-type.Registration,
.session-type.Departure,
.session-type.Fellowship,
.session-type.Dinner,
.session-type.Free,
.session-type.Community,
.session-type.Arrangement{color:#7a8792;background:transparent;}
.session h3{
  font-size:17px;
  line-height:1.32;
  margin-bottom:12px;
}
.venue{
  font-size:13px;
  color:#5d7486;
}
.detail-hint{
  margin-top:13px;
  font-size:12px;
  color:var(--deep);
}
.pill{display:none;}
@media (max-width:860px){
  .day-head{grid-template-columns:1fr;gap:14px;}
  .daily-info-card{border-left:0;border-top:1px solid rgba(204,230,242,.78);padding:14px 0 0;margin-top:2px;}
}

/* Final adjustment: place daily accommodation/meals under the date, left aligned */
.day-head{
  display:block;
  padding-left:8px;
  margin-bottom:18px;
}
.daily-info-card{
  justify-self:start;
  width:auto;
  max-width:760px;
  margin-top:12px;
  border:1px solid rgba(188,224,240,.82);
  border-radius:16px;
  background:rgba(248,253,255,.92);
  box-shadow:none;
  padding:12px 14px;
  text-align:left;
}
.daily-hotel-block{
  margin:0 0 9px;
  padding:0 0 9px;
  border-bottom:1px solid rgba(204,230,242,.82);
}
.daily-kicker{
  margin:0 0 4px;
  font-size:10px;
  letter-spacing:.14em;
  color:var(--deep);
  text-transform:uppercase;
  font-weight:900;
}
.daily-name{
  font-size:14px;
  line-height:1.35;
  font-weight:850;
  color:#123a59;
}
.daily-address-line{
  margin-top:2px;
  font-size:13px;
  line-height:1.4;
  color:#5b768a;
  font-weight:560;
}
.daily-meal-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px 24px;
  margin-top:0;
  padding-top:0;
  border-top:0;
  font-size:13px;
  line-height:1.35;
  color:#3b5b70;
}
.daily-meal-line span{white-space:normal;}
.sessions{padding-left:8px;}
@media (max-width:860px){
  .day-head{display:block;}
  .daily-info-card{width:100%;max-width:100%;margin-top:12px;border:1px solid rgba(188,224,240,.82);padding:12px 14px;}
}

/* User revision: daily accommodation and meal information should be plain text, not capsules/cards. */
.daily-info-card{
  display:block;
  width:auto;
  max-width:820px;
  margin-top:12px;
  padding:0;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#36566c;
}
.daily-hotel-block{
  margin:0 0 6px;
  padding:0;
  border:0 !important;
}
.daily-kicker{
  margin:0 0 4px;
  color:#0a6fa7;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.daily-name{
  margin:0;
  color:#123a59;
  font-size:14px;
  font-weight:850;
  line-height:1.35;
}
.daily-address-line{
  margin-top:2px;
  color:#557087;
  font-size:13px;
  font-weight:560;
  line-height:1.4;
}
.daily-meal-line{
  display:flex;
  flex-wrap:wrap;
  gap:6px 22px;
  margin-top:6px;
  padding:0;
  border:0 !important;
  color:#3d5e73;
  font-size:13px;
  line-height:1.35;
}
.daily-meal-line span{
  display:inline;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  white-space:normal;
}
.daily-meal-line b{
  color:var(--deep);
  font-weight:900;
}
@media (max-width:860px){
  .daily-info-card{width:100%;max-width:100%;margin-top:12px;padding:0;border:0 !important;background:transparent !important;}
}

/* Final hard override: daily information must sit directly under the date and align left. */
.day-card .day-head{
  display:block !important;
  grid-template-columns:none !important;
  justify-content:start !important;
  align-items:start !important;
  text-align:left !important;
  padding-left:8px !important;
  margin-bottom:18px !important;
}
.day-card .day-head > div:first-child{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  text-align:left !important;
  margin:0 !important;
  padding:0 !important;
}
.day-card .daily-info-card{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  justify-self:start !important;
  align-self:start !important;
  margin:10px 0 0 0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:left !important;
}
.day-card .daily-hotel-block,
.day-card .daily-kicker,
.day-card .daily-name,
.day-card .daily-address-line,
.day-card .daily-meal-line,
.day-card .daily-meal-line span{
  text-align:left !important;
  margin-left:0 !important;
  padding-left:0 !important;
  border:0 !important;
  background:transparent !important;
}
.day-card .daily-meal-line{
  display:flex !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  gap:6px 22px !important;
  width:100% !important;
}


/* Strict layout revision: date and daily information must use one left-aligned text flow. */
.day-card{
  padding:22px 24px 26px !important;
}
.day-card .day-head{
  display:block !important;
  grid-template-columns:none !important;
  padding-left:8px !important;
  margin:0 0 22px 0 !important;
  text-align:left !important;
}
.day-card .day-title-block{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
}
.day-card .date,
.day-card .weekday{
  text-align:left !important;
}
.day-card .daily-info-card{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:14px 0 0 0 !important;
  padding:0 !important;
  border:0 !important;
  border-left:0 !important;
  border-top:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:left !important;
  justify-self:start !important;
  align-self:start !important;
}
.day-card .daily-kicker{
  display:block !important;
  margin:0 0 6px 0 !important;
  padding:0 !important;
  text-align:left !important;
  color:#006bac !important;
  font-size:11px !important;
  letter-spacing:.16em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}
.day-card .daily-hotel-block,
.day-card .daily-name,
.day-card .daily-address-line{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  padding-left:0 !important;
  text-align:left !important;
  border:0 !important;
  background:transparent !important;
}
.day-card .daily-name{
  margin-top:0 !important;
  font-size:15px !important;
  font-weight:850 !important;
  color:#123a59 !important;
  line-height:1.35 !important;
}
.day-card .daily-address-line{
  margin-top:3px !important;
  font-size:13px !important;
  color:#557087 !important;
  line-height:1.4 !important;
}
.day-card .daily-meal-line{
  display:flex !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  flex-wrap:wrap !important;
  gap:6px 22px !important;
  width:100% !important;
  margin:8px 0 0 0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  text-align:left !important;
}
.day-card .daily-meal-line span{
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  white-space:normal !important;
  border:0 !important;
  background:transparent !important;
}
.day-card .sessions{
  padding-left:8px !important;
}
