@charset "UTF-8";

/* Sanal Sunucu - Pricing (Line) custom overrides */

/* Add to cart button */
.jm-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  background: #1e66ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.18s;
}
.jm-cart-btn i {
  font-size: 16px;
  line-height: 1;
}
.cycle-order-btn:hover .jm-cart-btn,
.cycle-order-btn2:hover .jm-cart-btn {
  background: #1452d8;
}
.cycle-order-btn,
.cycle-order-btn2 {
  text-decoration: none !important;
  display: block;
  width: 100%;
}

.pricingLineCustom__slider {
  border-left: 4px solid #1e66ff !important;
}
.pricingLineCustom__info-actions .jm-cart-btn {
  font-size: 15px !important;
  padding: 13px 22px !important;
  border-radius: 12px !important;
  gap: 9px !important;
}
.pricingLineCustom__info-actions .jm-cart-btn i {
  font-size: 19px !important;
}

/*
 * JEMARS PRICING TABLE - NEW DESIGN
 * Persistent list layout for desktop breakpoints (1000px+)
 */

/* Full-width list items */
.pricing__list > [class*="col"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Base card */
.pricingLine {
  display: flex !important;
  align-items: stretch !important;
  background: #fff !important;
  border: 1.5px solid #e4ecf8 !important;
  border-left: 4px solid #1e66ff !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 18px rgba(30,38,109,0.055) !important;
  padding: 0 !important;
  gap: 0 !important;
  grid-template-columns: unset !important;
  overflow: hidden !important;
  transition: box-shadow 0.22s, border-color 0.22s !important;
}
.pricingLine:hover {
  box-shadow: 0 6px 32px rgba(30,102,255,0.13) !important;
  border-color: #e8efff !important;
}

/* Package name column */
.pricingLine__name {
  flex: 0 0 200px !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  background: linear-gradient(160deg,#f4f8ff 0%,#eef3fd 100%) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-right: 1.5px solid #e4ecf8 !important;
  padding: 22px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
.pricingLine__name-title {
  margin-bottom: 5px !important;
  flex-wrap: nowrap !important;
  gap: 5px !important;
  align-items: center !important;
  overflow: hidden !important;
}
.pricingLine__name-title span {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1e66ff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
}
.pricingLine__name-title .badge {
  font-size: 10px !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  height: auto !important;
  white-space: nowrap !important;
}
.pricingLine__name-text {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #8891b8 !important;
  line-height: 1.35 !important;
}

/* Spec items */
.pricingLine .pricingLine__item {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 16px 8px 16px 16px !important;
  border-right: 1.5px solid #e4ecf8 !important;
  min-width: 0 !important;
  overflow: hidden !important;
}
.pricingLine__item-icon {
  width: 40px !important;
  height: 40px !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#eef4ff,#dbeafe) !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  font-size: 20px !important;
  color: #1e66ff !important;
  line-height: 1 !important;
}
.pricingLine__item-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1e266d !important;
  line-height: 1.3 !important;
  margin-bottom: 4px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}
.pricingLine__item-text {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

/* Price + actions wrapper */
.pricingLine__bottom {
  display: contents; /* transparent on desktop; price/actions use their own flex sizing */
}

/* Price + actions: combined right block */
.pricingLine__price {
  flex: 0 0 140px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 20px 12px 20px 18px !important;
  border-right: none !important;
  background: linear-gradient(160deg,#f6f9ff 0%,#eef4ff 100%) !important;
}
.pricingLine__price-discount {
  font-size: 11.5px !important;
  color: #a4aac8 !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
  line-height: 1.2 !important;
}
.pricingLine__price-discount small,
.pricingLine__price-discount .small { font-size: 10px !important; }
.pricingLine__price-price {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1e266d !important;
  line-height: 1.15 !important;
  margin-bottom: 3px !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
}
.pricingLine__price-time {
  font-size: 11px !important;
}

.pricingLine__actions {
  flex: 0 0 148px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 20px 18px 20px 4px !important;
  background: linear-gradient(160deg,#f6f9ff 0%,#eef4ff 100%) !important;
}
.pricingLine__actions .badge.bg-success,
.pricingLineCustom__info-actions .badge.bg-success {
  background: #dcfce7 !important;
  color: #15803d !important;
  border-radius: 7px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  height: auto !important;
  display: inline-flex !important;
  margin-bottom: 9px !important;
  letter-spacing: 0.01em !important;
}

/* 1200-1490px — fiyat/aksiyon daralt; spec sütunlarına (OS vb.) alan bırak */
@media only screen and (min-width: 1200px) and (max-width: 1490px) {
  .pricingLine__name {
    flex: 0 0 155px !important;
    padding: 16px 14px !important;
  }
  .pricingLine__name-title span { font-size: 16px !important; }
  .pricingLine__name-text       { font-size: 11px !important; }
  .pricingLine .pricingLine__item { padding: 14px 8px 14px 12px !important; }
  .pricingLine__item-icon        { width: 32px !important; height: 32px !important; font-size: 17px !important; margin-bottom: 7px !important; border-radius: 8px !important; }
  .pricingLine__item-title       { font-size: 14px !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .pricingLine__item-text        { font-size: 10px !important; }
  .pricingLine__price            { flex: 0 0 96px !important; padding: 14px 6px 14px 12px !important; }
  .pricingLine__price-price      { font-size: 16px !important; }
  .pricingLine__price-discount   { font-size: 9.5px !important; }
  .pricingLine__price-time       { font-size: 10px !important; }
  .pricingLine__actions          { flex: 0 0 104px !important; padding: 14px 10px 14px 4px !important; }
  .pricingLine__actions .badge.bg-success {
    font-size: 10px !important;
    padding: 3px 8px !important;
    margin-bottom: 7px !important;
  }
  .pricingLine__actions .jm-cart-btn {
    font-size: 12px !important;
    padding: 8px 10px !important;
    gap: 5px !important;
    border-radius: 9px !important;
  }
  .pricingLine__actions .jm-cart-btn i { font-size: 14px !important; }
}

/* 1200-1320px — daha dar viewport'ta ek sıkıştırma */
@media only screen and (min-width: 1200px) and (max-width: 1320px) {
  .pricingLine__price   { flex: 0 0 88px !important; padding: 12px 4px 12px 10px !important; }
  .pricingLine__price-price    { font-size: 15px !important; }
  .pricingLine__price-discount { font-size: 9px !important; }
  .pricingLine__actions { flex: 0 0 98px !important; padding: 12px 8px 12px 2px !important; }
  .pricingLine__actions .jm-cart-btn {
    font-size: 11.5px !important;
    padding: 7px 8px !important;
  }
}

/* 1000-1200px */
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .pricingLine { border-radius: 12px !important; }
  .pricingLine__name {
    flex: 0 0 118px !important;
    padding: 12px 10px !important;
  }
  .pricingLine__name-title span { font-size: 13px !important; }
  .pricingLine__name-text       { font-size: 10px !important; }
  .pricingLine .pricingLine__item { padding: 10px 6px 10px 8px !important; }
  .pricingLine__item-icon        { width: 24px !important; height: 24px !important; font-size: 13px !important; margin-bottom: 5px !important; border-radius: 6px !important; }
  .pricingLine__item-title       { font-size: 12px !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .pricingLine__item-text        { font-size: 8.5px !important; letter-spacing: 0.05em !important; }
  .pricingLine__price            { flex: 0 0 90px !important; padding: 12px 4px 12px 10px !important; }
  .pricingLine__price-price      { font-size: 14px !important; }
  .pricingLine__price-discount   { font-size: 9px !important; }
  .pricingLine__actions          { flex: 0 0 100px !important; padding: 12px 8px 12px 2px !important; }
  .pricingLine__actions .badge.bg-success { font-size: 9.5px !important; padding: 3px 7px !important; margin-bottom: 7px !important; }
  .pricingLine__actions .jm-cart-btn {
    font-size: 11px !important;
    padding: 7px 8px !important;
    gap: 4px !important;
  }
  .pricingLine__actions .jm-cart-btn i { font-size: 13px !important; }
}

/* Below 1000px: card layout */
@media only screen and (max-width: 999px) {
  .pricingLine {
    flex-wrap: wrap !important;
    padding: 16px !important;
    gap: 8px !important;
    border-left: 4px solid #1e66ff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  /* Name - full width */
  .pricingLine__name {
    flex: 0 0 100% !important;
    background: linear-gradient(160deg,#f4f8ff,#eef3fd) !important;
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
  }

  /* Spec items - 2 columns, card layout */
  .pricingLine .pricingLine__item {
    flex: 0 0 calc(50% - 4px) !important;
    background: #f5f8ff !important;
    border-radius: 10px !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    padding: 12px !important;
    overflow: visible !important;
    justify-content: flex-start !important;
  }
  .pricingLine__item-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }

  /* Price + actions - combined wrapper */
  .pricingLine__bottom {
    display: flex !important;
    flex: 0 0 100% !important;
    background: linear-gradient(160deg,#f6f9ff,#eef4ff) !important;
    border-radius: 10px !important;
    align-items: center !important;
  }
  .pricingLine__price {
    flex: 1 !important;
    background: transparent !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
    padding: 12px 10px 12px 14px !important;
    align-items: flex-start !important;
  }
  .pricingLine__price-price { white-space: nowrap !important; }
  .pricingLine__actions {
    flex: 0 0 auto !important;
    background: transparent !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;
    padding: 12px 14px 12px 8px !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
  .jm-cart-btn { white-space: nowrap !important; }
}
