.elementor-518 .elementor-element.elementor-element-28d7768{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-6db543c *//* =========================
   STAYWHERE COMPARE PAGE
   ========================= */

.swcp-page{
  max-width:1200px;
  margin:0 auto;
  padding:26px 24px 40px;
  color:#111827;
  box-sizing:border-box;
}
.swcp-page *{ box-sizing:border-box; }

.swcp-head{
  text-align:center;
  margin-bottom:20px;
}
.swcp-head h1{
  margin:0 0 8px;
  font-size:40px;
  line-height:1.1;
  font-weight:900;
  color:#0f172a;
}
.swcp-head p{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#667085;
}

.swcp-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:22px;
}
.swcp-card{
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:24px;
  padding:14px;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.swcp-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#2563eb;
  color:#fff;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
}
.swcp-card img{
  width:100%;
  aspect-ratio:1.35 / 1;
  object-fit:cover;
  display:block;
  border-radius:18px;
  background:#eef2f7;
  margin-bottom:12px;
}
.swcp-card h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.3;
  font-weight:900;
  color:#111827;
}
.swcp-meta{
  font-size:13px;
  line-height:1.5;
  color:#667085;
  margin-bottom:8px;
}
.swcp-score{
  font-size:13px;
  font-weight:700;
  color:#f97316;
  margin-bottom:10px;
}
.swcp-price{
  font-size:28px;
  line-height:1.1;
  font-weight:900;
  color:#2563eb;
  margin-bottom:14px;
}
.swcp-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.swcp-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:48px;
  border-radius:14px;
  text-decoration:none !important;
  font-size:15px;
  font-weight:800;
}
.swcp-btn-line{
  border:1px solid #d6e2ff;
  background:#fff;
  color:#2563eb !important;
}
.swcp-btn-fill{
  background:linear-gradient(180deg,#2563eb 0%, #1d4ed8 100%);
  color:#fff !important;
}

.swcp-section{
  margin-top:26px;
}
.swcp-section h2{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.2;
  font-weight:900;
  color:#0f172a;
}
.swcp-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.swcp-table td,
.swcp-table th{
  padding:16px 12px;
  border-bottom:1px solid #eef2f7;
  border-right:1px solid #eef2f7;
  text-align:center;
  font-size:14px;
  line-height:1.45;
}
.swcp-table tr:last-child td,
.swcp-table tr:last-child th{
  border-bottom:none;
}
.swcp-table td:last-child,
.swcp-table th:last-child{
  border-right:none;
}
.swcp-table th{
  width:110px;
  background:#f8fbff;
  color:#475467;
  font-weight:800;
}
.swcp-table td{
  color:#111827;
  font-weight:700;
  background:#fff;
}

.swcp-bottom{
  margin-top:24px;
}
.swcp-wide-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:56px;
  border-radius:16px;
  background:linear-gradient(180deg,#0b2258 0%, #08193f 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:17px;
  font-weight:800;
}

.swcp-empty{
  max-width:1200px;
  margin:0 auto;
  padding:26px 24px 40px;
}
.swcp-empty-box{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:120px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:24px;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
  font-size:24px;
  font-weight:900;
  color:#111827;
  text-align:center;
  padding:20px;
}

@media (max-width:768px){
  .swcp-page,
  .swcp-empty{
    max-width:430px;
    padding:18px 12px 28px;
  }
  .swcp-head h1{
    font-size:28px;
  }
  .swcp-top{
    grid-template-columns:1fr;
  }
  .swcp-card-actions{
    grid-template-columns:1fr;
  }
  .swcp-table td,
  .swcp-table th{
    padding:12px 8px;
    font-size:13px;
  }
}/* End custom CSS */