.fifth-destination .destination-verdict{
  width:min(1180px,calc(100% - 32px));
  margin:24px auto;
  padding:25px;
  border-radius:20px;
  border:2px solid #9db8dc;
  border-left:8px solid #0e5bd8;
  background:linear-gradient(135deg,#fff,#f1f6ff);
  box-shadow:0 12px 30px rgba(21,56,106,.09);
}
.fifth-destination .destination-verdict h2{margin:.2rem 0 .7rem}
.fifth-destination .provider-shortlist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:22px 0;
}
.fifth-destination .provider-shortlist .card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:2px solid #b9c9dc;
  border-top:7px solid #155bd7;
  border-radius:18px;
  background:#fff;
  padding:20px;
}
.fifth-destination .provider-shortlist .card:nth-child(2){border-top-color:#078372}
.fifth-destination .provider-shortlist .card:nth-child(3){border-top-color:#d9550d}
.fifth-destination .provider-shortlist .card:nth-child(4){border-top-color:#7c3aed}
.fifth-destination .provider-shortlist h3{margin:.2rem 0 .65rem}
.fifth-destination .provider-shortlist ul{padding-left:20px}
.fifth-destination .provider-shortlist .provider-cta{margin-top:auto}
.fifth-destination .comparison-basis{
  margin:18px 0 0;
  padding:16px 18px;
  border:2px solid #b9c9dc;
  border-radius:15px;
  background:#f8fbff;
}
.fifth-destination .source-registry{
  display:grid;
  gap:10px;
  padding:0;
  list-style:none;
}
.fifth-destination .source-registry li{
  padding:14px 16px;
  border:2px solid #c4d0df;
  border-radius:14px;
  background:#fff;
}
.fifth-destination .source-registry a{
  overflow-wrap:anywhere;
  font-weight:850;
}
.affiliate-disclosure-banner{
  width:min(1180px,calc(100% - 32px));
  margin:14px auto 20px;
  padding:12px 15px;
  border:1px solid #c6d5e8;
  border-radius:12px;
  background:#f7f9fd;
  color:#526078;
  font-size:.84rem;
  line-height:1.55;
}
.affiliate-disclosure-banner strong{color:#243954}
.affiliate-disclosure-banner a{font-weight:850}
@media(max-width:760px){
  .fifth-destination .provider-shortlist{grid-template-columns:1fr}
}
