
.ui-datepicker td.solas-date-booked a{opacity:.35;pointer-events:none}


/* End date is auto-calculated */
.solas-enddate-locked{background:#f6f7f7;border-color:#dcdcde;color:#50575e;cursor:not-allowed;}

.solas-booking-projection{margin:.5rem 0;padding:.85rem 1rem;border:1px solid #dcdcde;background:#f6f7f7}
.solas-booking-projection--warning{background:#fff8e5;border-color:#dba617}
.solas-booking-projection--error{background:#fcf0f1;border-color:#d63638}
.solas-booking-projection p{margin:.35rem 0}
.solas-booking-projection ul{margin:.35rem 0 .35rem 1.2rem}

.solas-creative-preview{margin:.75rem 0 0;padding:.85rem 1rem;border:1px solid #dcdcde;background:#fff}
.solas-creative-preview__head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:.65rem;font-size:14px}
.solas-creative-preview__frame{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#f6f7f7;border-radius:8px;min-height:120px}
.solas-creative-preview__frame--header_superbanner,.solas-creative-preview__frame--header_leaderboard,.solas-creative-preview__frame--header_billboard{aspect-ratio:97/25;width:100%;max-width:970px}
.solas-creative-preview__frame--header_superbanner{aspect-ratio:49/6}
.solas-creative-preview__frame--footer_mpu{aspect-ratio:1/1;max-width:250px}
.solas-creative-preview__image{display:block;width:100%;height:100%;object-fit:cover}
.solas-creative-preview__fallback{padding:14px;text-align:center}
.solas-creative-preview__fallback-heading{font-weight:700;margin-bottom:4px}
.solas-creative-preview__fallback-url{font-size:12px;opacity:.7}
.solas-creative-preview__note{margin:.55rem 0 0;font-size:12px;opacity:.75}

.gform_wrapper .gfield.solas-creative-preview-field,
.gform_wrapper .solas-creative-preview-field{
  width:100%;
  max-width:100%;
}

.gform_wrapper .solas-creative-preview-field__inner{
  width:100%;
  max-width:100%;
}

.gform_wrapper .solas-creative-preview-field__inner .solas-preview-card{
  width:100%;
  max-width:none;
}

.solas-renewal-form__hidden-field{display:none !important}
.solas-renewal-form__summary-field{margin-bottom:1rem}
.solas-renewal-form__booking-field{margin-bottom:1rem}

.solas-renewal-screen{margin:.25rem 0 1rem;padding:1.1rem 1.2rem;border:1px solid #dcdcde;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.solas-renewal-screen__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:1rem}
.solas-renewal-screen__eyebrow{margin:0 0 .35rem;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#646970}
.solas-renewal-screen__title{margin:0 0 .35rem;font-size:clamp(24px,3.2vw,34px);line-height:1.1}
.solas-renewal-screen__intro{margin:0;max-width:60ch;color:#50575e}
.solas-renewal-screen__chip{display:inline-block;padding:.35rem .75rem;border:1px solid #c3d9f2;border-radius:999px;background:#f0f6fc;color:#0a4b78;font-size:12px;font-weight:600}
.solas-renewal-screen__summary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:18px;align-items:start}
.solas-renewal-screen__creative-frame{display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:120px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#f6f7f7}
.solas-renewal-screen__creative-frame .solas-creative-preview__frame{margin:0;border:0;border-radius:0;background:transparent}
.solas-renewal-screen__details{display:flex;flex-direction:column;gap:12px}
.solas-renewal-screen__facts{display:grid;gap:10px;margin:0}
.solas-renewal-screen__facts dt{font-size:12px;color:#646970}
.solas-renewal-screen__facts dd{margin:3px 0 0;font-weight:600;color:#1d2327}
.solas-renewal-screen__checklist{padding:.9rem 1rem;border:1px solid #dcdcde;border-radius:12px;background:#f7fbff}
.solas-renewal-screen__section-title{margin:0 0 .55rem;font-size:15px;line-height:1.35}
.solas-renewal-screen__list{margin:0;padding-left:1.1rem;color:#1d2327}
.solas-renewal-screen__list li{margin:.2rem 0;line-height:1.5}
.solas-renewal-screen__help{margin:0;color:#50575e;font-size:13px;line-height:1.5}
.solas-renewal-screen__actions{margin:0}
.solas-renewal-screen__empty{padding:16px;text-align:center;color:#50575e;font-size:13px}

.solas-booking-projection--renewal-intro{background:#f7fbff;border-color:#b8d6ea}

@media (max-width: 782px){
  .solas-renewal-screen{padding:1rem}
  .solas-renewal-screen__summary{grid-template-columns:1fr}
}
