.virgilio-builder__actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

#virgilioGenerateButton {
  width: min(440px, 100%);
  min-height: 60px;
  border: 2px solid #075b93;
  border-radius: 18px;
  background: linear-gradient(135deg, #087fc5, #006aa7);
  box-shadow: 0 9px 18px rgba(0, 91, 147, 0.26);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#virgilioGenerateButton:enabled:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 91, 147, 0.24);
}

#virgilioGenerateButton:disabled {
  border-color: #b8cbd8;
  background: #dce9f1;
  box-shadow: none;
  color: #66818f;
}

.virgilio-hero__map-link {
  margin-top: 14px !important;
  font-size: 16px;
}

.virgilio-hero__map-link a {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #075b93;
  font-weight: 900;
  text-decoration: none;
}

.virgilio-trip-summary li p {
  margin: 8px 0 0;
  color: #345363;
  font-size: 14px;
  line-height: 1.42;
}

.virgilio-route-sketch {
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid #b8d9e9;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf8eb, #dff2fb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.virgilio-route-sketch svg {
  display: block;
  width: 100%;
  height: 156px;
}

.virgilio-route-sketch rect {
  fill: rgba(255, 255, 255, 0.38);
}

.virgilio-route-sketch__grid {
  fill: none;
  stroke: rgba(0, 106, 167, 0.16);
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.virgilio-route-sketch__line {
  fill: none;
  stroke: #087fc5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.virgilio-route-sketch__start {
  fill: #0c9e66;
  stroke: #fff;
  stroke-width: 3;
}

.virgilio-route-sketch__stop circle {
  fill: #f49b1a;
  stroke: #fff;
  stroke-width: 3;
}

.virgilio-route-sketch__stop text {
  fill: #fff;
  font-family: system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-anchor: middle;
}

.virgilio-route-sketch > span {
  display: block;
  padding: 7px 12px 9px;
  color: #315667;
  font-size: 13px;
  font-weight: 800;
}

.virgilio-filter-toggles {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.virgilio-visited-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #174a67;
  font-size: 15px;
  font-weight: 800;
}

.virgilio-visited-toggle input {
  width: 20px;
  height: 20px;
  accent-color: #087fc5;
}

.virgilio-geographic-preview {
  margin: 16px 0;
  overflow: hidden;
  border: 1px solid #b8d9e9;
  border-radius: 16px;
  background: #f8fcff;
}

.virgilio-geographic-preview h4 {
  margin: 0;
  padding: 10px 13px 8px;
  color: #075b93;
  font-size: 16px;
}

.virgilio-geographic-preview p {
  margin: 0;
  padding: 8px 13px 10px;
  color: #476876;
  font-size: 13px;
  font-weight: 700;
}

.virgilio-geographic-map {
  height: 210px;
  background: #e7f3f7;
}

.virgilio-geographic-stop {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f49b1a;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.virgilio-compromise-note {
  display: grid;
  gap: 5px;
  margin: 16px 0;
  padding: 12px 14px;
  border: 1px solid #e2bd60;
  border-radius: 14px;
  background: #fff8df;
  color: #684c15;
  font-size: 14px;
  line-height: 1.4;
}

.virgilio-compromise-note strong { color: #875c00; }
