/* Ce fichier CSS est un complément de certaines pages d'offres VPS. Certaines gammes demandent plus de 5 offres, donc ce CSS permet de les caser sans casser le responsive global. 
TODO : Fusionner avec le fichier CSS VPS principal */

.special-offer-card {
  border-radius: 18px;
  padding: 18px 0 0 0;
  min-height: unset;
  max-width: 100%;
}
.special-offer-card .head {
  padding: 12px 0 6px 0 !important;
}
.special-offer-card .c-title {
  font-size: 1.1rem !important;
  font-weight: 700;
  margin-bottom: 2px;
}
.special-offer-card .c-para {
  font-size: 0.98rem;
  margin-bottom: 0;
}
.special-offer-card .features {
  width: 100%;
  padding: 0 10px;
}
.special-offer-card .fea {
  background: #fff;
  border-radius: 10px;
  padding: 7px 10px;
  margin-bottom: 10px;
  min-height: 44px;
}
.special-offer-card .fea .icon img {
  width: 22px;
  height: 22px;
}
.special-offer-card .fea .main {
  font-size: 1rem;
  font-weight: 600;
}
.special-offer-card .fea .sub {
  font-size: 0.92rem;
}
.special-offer-card .c-footer {
  padding: 18px 0 14px 0 !important;
  background: transparent;
}
.special-offer-card .price {
  font-size: 1.6rem !important;
  font-weight: 700;
}
.special-offer-card .price-comment {
  font-size: 0.98rem;
  margin-bottom: 10px !important;
}
.special-offer-card .theme-btn {
  font-size: 1rem;
  padding: 8px 0;
  width: 90% !important;
  min-width: 120px;
  border-radius: 7px;
}
@media (min-width: 1200px) {
  .special-offer-col {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 24px;
  }
  .special-offer-col:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .special-offer-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-right: 24px;
  }
  .special-offer-col:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .special-offer-col {
    margin-right: 0 !important;
    margin-bottom: 18px;
  }
}
.special-offer-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
}
.special-offer-card .fea .icon img {
  width: 16px !important;
  height: auto !important;
  max-width: 100%;
}
.special-offer-card .fea .icon {
  padding: 12px 12px 12px 2px;
  border-right: 1px solid var(--border);
}
[dir="rtl"] .special-offer-card .fea .icon {
  padding: 12px 2px 12px 12px;
  border-right: 0;
  border-left: 1px solid var(--border);
}

.vps-selector-section { background: #f8fbff; border-radius: 12px; margin-bottom: 40px; }
.vps-row { display: flex; align-items: flex-end; }
.vps-card { display: flex; flex-direction: column; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); padding: 24px 12px; transition: box-shadow 0.2s, transform 0.2s; text-decoration: none; color: inherit; min-height: 340px; height: 100%; }
.vps-card img { max-width: 100%; max-height: 60px; object-fit: contain; margin: 0 auto 8px auto; display: block; }
.vps-card img {
  display: block;
  margin: 0 auto 12px auto;
  max-height: 60px;
  width: auto;
  object-fit: contain;
}
.vps-title { font-size: 1.2rem; font-weight: bold; margin-bottom: 8px; color: #0060fe; }
.vps-desc { font-size: 0.95rem; color: #0E2954; margin-bottom: 0; margin-top: 8px; }
.vps-row > div { display: flex; }
@media (max-width: 991px) {
  .vps-card { min-height: 300px; padding: 16px 6px; }
  .vps-card img { max-height: 48px; }
}
@media (max-width: 767px) {
  .vps-card { min-height: 220px; padding: 12px 2px; }
  .vps-title { font-size: 1rem; }
  .vps-desc { font-size: 0.85rem; }
  .vps-card img { max-height: 36px; }
}