:root{
  --cev-navy:#161542;
  --cev-red:#d91e3f;
  --cev-white:#ffffff;
  --cev-text:#262532;
  --cev-muted:#686775;
  --cev-border:rgba(22,21,66,.16);
  --cev-soft:rgba(22,21,66,.045);
  --cev-red-soft:rgba(217,30,63,.08);
  --cev-radius:3px;
}

.cev-events-view,.cev-featured,.cev-calendar-wrap,.cev-list,.cev-empty,.cev-single{box-sizing:border-box}
.cev-events-view *,.cev-featured *,.cev-calendar-wrap *,.cev-list *,.cev-empty *,.cev-single *{box-sizing:border-box}

/* Featured event */
.cev-featured{
  display:grid;
  grid-template-columns:minmax(280px,42%) 1fr;
  overflow:hidden;
  background:var(--cev-white);
  border:1px solid var(--cev-border);
  border-top:4px solid var(--cev-red);
  border-radius:var(--cev-radius);
  margin:0 0 2.4rem;
  box-shadow:0 10px 28px rgba(22,21,66,.07);
}
.cev-featured__image{display:block;min-height:310px;background-size:cover;background-position:center}
.cev-featured__body{padding:clamp(1.5rem,3vw,3rem);display:flex;flex-direction:column;justify-content:center}
.cev-eyebrow{margin:0 0 .45rem;color:var(--cev-red);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cev-featured h2,.cev-list h3,.cev-browser-title,.cev-calendar-head h2,.cev-single h1,.cev-single h2,.cev-single h3{color:var(--cev-navy)!important}
.cev-featured h2{margin:.1rem 0 .8rem;font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.05}
.cev-featured h2 a,.cev-list h3 a{color:inherit!important;text-decoration:none!important}
.cev-meta{color:var(--cev-muted);margin:.22rem 0;line-height:1.5}
.cev-featured p{color:var(--cev-text);line-height:1.65;margin:.9rem 0 0}
.cev-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.35rem}
.cev-button,.cev-view-toggle button{
  border-radius:var(--cev-radius)!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.cev-button{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.05rem;background:var(--cev-red)!important;border:1px solid var(--cev-red)!important;color:#fff!important;text-decoration:none!important;font-weight:800;line-height:1.2}
.cev-button:hover,.cev-button:focus{background:var(--cev-navy)!important;border-color:var(--cev-navy)!important;color:#fff!important}
.cev-button--secondary{background:#fff!important;color:var(--cev-navy)!important;border-color:var(--cev-navy)!important}
.cev-button--secondary:hover,.cev-button--secondary:focus{background:var(--cev-navy)!important;color:#fff!important}
.cev-featured.cev-compact{grid-template-columns:200px 1fr}
.cev-featured.cev-compact .cev-featured__image{min-height:200px}

/* Events browser heading and tabs */
.cev-browser-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:0 0 1rem;padding-bottom:.9rem;border-bottom:2px solid var(--cev-navy)}
.cev-browser-title{margin:0!important;font-size:clamp(1.35rem,2.5vw,1.85rem)!important;line-height:1.1}
.cev-view-toggle{display:inline-flex;gap:.35rem;margin:0;background:transparent;padding:0}
.cev-view-toggle button{appearance:none;border:1px solid var(--cev-navy);background:#fff;color:var(--cev-navy);padding:.62rem 1rem;cursor:pointer;font-weight:800}
.cev-view-toggle button:hover,.cev-view-toggle button:focus{background:var(--cev-soft)}
.cev-view-toggle button.is-active{background:var(--cev-red)!important;border-color:var(--cev-red)!important;color:#fff!important}

/* Calendar */
.cev-calendar-wrap{overflow:hidden;background:#fff;border:1px solid var(--cev-border);border-radius:var(--cev-radius);box-shadow:0 5px 18px rgba(22,21,66,.045)}
.cev-calendar-head{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;background:var(--cev-navy);padding:.82rem .9rem}
.cev-calendar-head h2{text-align:center;margin:0!important;color:#fff!important;font-size:1.25rem!important;letter-spacing:.02em}
.cev-calendar-head a{display:grid;place-items:center;min-height:36px;text-decoration:none!important;font-size:1.8rem;color:#fff!important;border:1px solid rgba(255,255,255,.5);border-radius:3px;line-height:1}
.cev-calendar-head a:hover,.cev-calendar-head a:focus{background:var(--cev-red);border-color:var(--cev-red)}
.cev-weekdays,.cev-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}
.cev-weekdays>div{padding:.72rem .45rem;text-align:center;font-size:.74rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase;color:var(--cev-navy);background:var(--cev-soft);border-bottom:1px solid var(--cev-border)}
.cev-day{position:relative;min-height:124px;padding:.62rem;border-right:1px solid var(--cev-border);border-bottom:1px solid var(--cev-border);background:#fff}
.cev-day:nth-child(7n){border-right:0}
.cev-day--empty{background:rgba(22,21,66,.018)}
.cev-day__num{width:30px;height:30px;display:grid;place-items:center;color:var(--cev-navy);font-weight:800;border:1px solid transparent;border-radius:3px}
.cev-day.is-today .cev-day__num{background:var(--cev-navy);color:#fff;border-color:var(--cev-navy)}
.cev-day__events{display:grid;gap:.34rem;margin-top:.45rem}
.cev-day__events a{position:relative;display:block;padding:.42rem .5rem .42rem .72rem;background:var(--cev-red-soft);border-left:3px solid var(--cev-red);border-radius:3px;color:var(--cev-navy)!important;font-size:.78rem;font-weight:750;line-height:1.25;text-decoration:none!important}
.cev-day__events a:hover,.cev-day__events a:focus{background:var(--cev-red);color:#fff!important}

/* List */
.cev-list{display:grid;gap:1rem}
.cev-list-item{display:grid;grid-template-columns:190px 1fr;gap:1.25rem;padding:1rem;background:#fff;border:1px solid var(--cev-border);border-left:4px solid var(--cev-red);border-radius:var(--cev-radius)}
.cev-list-item__image{display:block;min-height:150px;border-radius:3px;background-size:cover;background-position:center}
.cev-list h3{margin:.15rem 0 .55rem!important;line-height:1.15}
.cev-list-item p{color:var(--cev-text);line-height:1.6}
.cev-text-link{color:var(--cev-red)!important;font-weight:800;text-decoration:none!important}
.cev-text-link:hover,.cev-text-link:focus{color:var(--cev-navy)!important;text-decoration:underline!important}

/* Empty state */
.cev-empty{padding:1.4rem;background:var(--cev-soft);border:1px solid var(--cev-border);border-left:4px solid var(--cev-red);border-radius:3px;color:var(--cev-text)}
.cev-empty p{margin-top:.35rem}

/* Single event */
.cev-single{max-width:1100px;margin:3rem auto;padding:0 1.25rem}
.cev-single article{overflow:hidden;background:#fff;border:1px solid var(--cev-border);border-top:4px solid var(--cev-red);border-radius:3px}
.cev-single__hero img{display:block;width:100%;height:auto}
.cev-single__content{padding:clamp(1.5rem,4vw,3.5rem)}
.cev-single__details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1.25rem 0;margin:1.5rem 0;border-top:1px solid var(--cev-border);border-bottom:1px solid var(--cev-border)}
.cev-single__details div{display:grid;gap:.25rem}
.cev-single__details strong{color:var(--cev-navy)}
.cev-single__details span{color:var(--cev-muted)}

@media(max-width:800px){
  .cev-featured,.cev-featured.cev-compact{grid-template-columns:1fr}
  .cev-featured__image{min-height:235px}
  .cev-browser-head{align-items:flex-start;flex-direction:column}
  .cev-list-item{grid-template-columns:150px 1fr}
  .cev-single__details{grid-template-columns:1fr 1fr}
}

@media(max-width:620px){
  .cev-view-toggle{width:100%}
  .cev-view-toggle button{flex:1}
  .cev-weekdays{display:none}
  .cev-days{display:block}
  .cev-day--empty{display:none}
  .cev-day{min-height:auto;border-right:0;padding:.8rem 1rem}
  .cev-day:not(.is-today):not(.cev-day--has-events){display:none}
  .cev-day__events{margin-top:.35rem}
  .cev-list-item{grid-template-columns:1fr}
  .cev-list-item__image{min-height:210px}
  .cev-single__details{grid-template-columns:1fr}
}

/* Calendar image tiles */
.cev-day--has-events{
  min-height:164px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:0;
  overflow:hidden;
  background:var(--cev-soft);
}
.cev-day--has-image{
  background-image:linear-gradient(to bottom,rgba(22,21,66,.04) 0%,rgba(22,21,66,.10) 48%,rgba(22,21,66,.76) 100%),var(--cev-day-image);
  background-size:cover;
  background-position:center;
}
.cev-day--has-events .cev-day__num{
  position:absolute;
  z-index:2;
  top:.55rem;
  left:.55rem;
  background:rgba(255,255,255,.94);
  border-color:rgba(22,21,66,.12);
  box-shadow:0 1px 5px rgba(22,21,66,.12);
}
.cev-day--has-events.is-today .cev-day__num{
  background:var(--cev-navy);
  color:#fff;
  border-color:var(--cev-navy);
}
.cev-day--has-events .cev-day__events{
  position:relative;
  z-index:2;
  margin:0;
  padding:.55rem .6rem .62rem;
  display:grid;
  gap:.25rem;
  background:rgba(255,255,255,.94);
  border-top:3px solid var(--cev-red);
  min-height:54px;
}
.cev-day--has-image .cev-day__events{
  background:linear-gradient(to bottom,rgba(22,21,66,.80),rgba(22,21,66,.96));
  border-top-color:var(--cev-red);
}
.cev-day--has-events .cev-day__events a{
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  color:var(--cev-navy)!important;
  font-size:.8rem;
  font-weight:800;
  line-height:1.22;
}
.cev-day--has-image .cev-day__events a{
  color:#fff!important;
}
.cev-day--has-events .cev-day__events a:hover,
.cev-day--has-events .cev-day__events a:focus{
  background:transparent;
  color:var(--cev-red)!important;
  text-decoration:underline!important;
}

@media(max-width:620px){
  .cev-day--has-events{min-height:190px;margin-bottom:.7rem;border:1px solid var(--cev-border);border-radius:3px}
  .cev-day--has-events .cev-day__events{margin-top:auto}
}
