
.single-product .summary .gy-credit-box,
.gy-credit-box {
  direction: rtl;
  clear: both !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 20px !important;
  box-sizing: border-box;
  font-family: inherit;
  color: #111827;
  background: #ffffff;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
  container-type: inline-size;
  container-name: ghestyarbox;
}
.gy-credit-box,
.gy-credit-box * {
  box-sizing: border-box;
  font-family: inherit !important;
}
.gy-credit-box img {max-width: 100%; height: auto;}
.gy-credit-mounted {position: relative !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; z-index: 1;}

.gy-credit-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fb 100%);
  border-bottom: 1px solid #e9eef5;
  text-align: right;
}
.gy-credit-head-body {flex: 1; min-width: 0; text-align: right;}
.gy-credit-head-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dbe3ef;
  color: #334155;
  box-shadow: 0 4px 12px rgba(15,23,42,.04);
}
.gy-credit-head-icon svg {width: 20px; height: 20px; display: block;}
.gy-credit-box .gy-credit-head h3 {
  margin: 0 0 3px !important;
  color: #0f172a !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.75 !important;
  text-align: right !important;
}
.gy-credit-box .gy-credit-head p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  text-align: right !important;
}

.gy-credit-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: #ffffff;
}
.gy-credit-row {
  width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e9edf4;
  box-shadow: 0 1px 0 rgba(15,23,42,.02);
}
.gy-credit-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .95fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.gy-credit-provider {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
}
.gy-provider-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 7px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  overflow: hidden;
}
.gy-provider-avatar img {max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; object-fit: contain;}
.gy-provider-avatar svg {width: 22px; height: 22px; display: block;}
.gy-credit-provider-meta {min-width: 0; display: flex; flex-direction: column; gap: 3px; align-items: flex-start; flex: 1 1 auto;}
.gy-credit-name-wrap {display: flex; align-items: center; gap: 8px; flex-wrap: wrap; min-width: 0;}
.gy-credit-box .gy-credit-name {
  display: block;
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gy-credit-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #15803d;
  font-size: 11px;
  font-weight: 800;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 999px;
  padding: 3px 9px;
  white-space: nowrap;
}
.gy-credit-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(34,197,94,.55);
  animation: gyPulse 1.7s infinite;
}
@keyframes gyPulse {
  0% {box-shadow: 0 0 0 0 rgba(34,197,94,.55)}
  70% {box-shadow: 0 0 0 8px rgba(34,197,94,0)}
  100% {box-shadow: 0 0 0 0 rgba(34,197,94,0)}
}

.gy-credit-price-stock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.gy-credit-price-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 100%;
}
.gy-credit-box .gy-credit-price,
.gy-credit-box .gy-credit-price * {
  color: #111827 !important;
  font-style: normal !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}
.gy-credit-box .gy-credit-monthly,
.gy-credit-box .gy-credit-monthly * {
  font-style: normal !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}
.gy-credit-box .gy-credit-price {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
  font-variant-numeric: tabular-nums !important;
  font-feature-settings: "tnum" 1 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-amount,
.gy-credit-box .gy-credit-price .amount,
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-amount,
.gy-credit-box .gy-credit-monthly b .amount {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 4px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-amount bdi,
.gy-credit-box .gy-credit-price .amount bdi,
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-amount bdi,
.gy-credit-box .gy-credit-monthly b .amount bdi {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
.gy-credit-box .gy-credit-price .currency,
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-currencySymbol,
.gy-credit-box .gy-credit-monthly b .currency {
  display: inline-block !important;
  font-size: .62em !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #6b7280 !important;
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
  vertical-align: baseline !important;
}
.gy-credit-installments {
  display: inline-flex;
  align-items: center;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}
.gy-credit-box .gy-credit-monthly {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}
.gy-credit-box .gy-credit-monthly b {
  color: #475569 !important;
  font-size: inherit !important;
  font-weight: 600 !important;
}

.gy-credit-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  align-self: center;
  min-width: 152px;
  flex-wrap: nowrap;
}
.gy-add-to-cart {
  appearance: none;
  border: 0 !important;
  border-radius: 13px !important;
  background: #0f172a !important;
  color: #ffffff !important;
  padding: 11px 16px !important;
  min-height: 42px;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15,23,42,.10) !important;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.gy-add-to-cart:hover {transform: translateY(-1px); box-shadow: 0 10px 24px rgba(15,23,42,.14) !important;}
.gy-add-to-cart.gy-disabled,
.gy-add-to-cart:disabled {background: #94a3b8 !important; cursor: not-allowed; opacity: .75; transform: none; box-shadow: none !important;}
.gy-credit-toggle-details {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  appearance: none;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0 !important;
  border-radius: 12px;
  border: 1px solid #dbe3ef;
  background: #ffffff !important;
  color: #475569 !important;
  box-shadow: 0 2px 10px rgba(15,23,42,.04);
  cursor: pointer;
  transition: all .18s ease;
}
.gy-credit-toggle-details:hover,
.gy-credit-toggle-details:focus,
.gy-credit-toggle-details:focus-visible {
  background: #f8fafc !important;
  color: #334155 !important;
  border-color: #cbd5e1;
  outline: none !important;
}
.gy-credit-toggle-details:focus,
.gy-credit-toggle-details:focus-visible {box-shadow: 0 0 0 3px rgba(99,102,241,.12) !important;}
.gy-credit-toggle-details .gy-toggle-chevron {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform .18s ease;
}
.gy-credit-row.is-details-open .gy-credit-toggle-details .gy-toggle-chevron {transform: rotate(225deg) translate(-1px, -1px);}

.gy-credit-details {
  margin-top: 10px;
  padding: 12px 14px;
  border-top: 1px dashed #e2e8f0;
  background: #f8fafc;
  border-radius: 12px;
  text-align: right;
  direction: rtl;
}
.gy-credit-details-label {font-size: 12px; font-weight: 800; color: #475569; margin-bottom: 8px; text-align: right;}
.gy-credit-feature-list {list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 8px; text-align: right;}
.gy-credit-feature-list li {display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 10px; border-radius: 10px; background: #ffffff; border: 1px solid #e5e7eb; font-size: 12px; color: #334155;}
.gy-credit-feature-list li strong {color: #111827; font-size: 12px; font-weight: 700;}
.gy-credit-features,
.gy-credit-feature-empty {display: block; color: #64748b; font-size: 12px; line-height: 1.8; text-align: right;}

.gy-cash-seller {direction: rtl; display: flex; align-items: center; gap: 9px; clear: both; margin: 12px 0; padding: 12px 14px; border-radius: 14px; background: #f8fafc; border: 1px solid #e2e8f0; color: #334155;}
.gy-cash-icon {display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 26px; border-radius: 9px; background: #334155; color: #ffffff; font-weight: 800;}
.gy-loading-gif {width: 22px; height: 22px; display: inline-block; vertical-align: middle;}
.gy-credit-fallback-template {display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important;}

/* Medium summary widths */
@container ghestyarbox (max-width: 640px) {
  .gy-credit-main {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "provider provider"
      "price actions";
    align-items: center;
    gap: 10px 12px;
  }
  .gy-credit-provider {grid-area: provider;}
  .gy-credit-price-stock {grid-area: price;}
  .gy-credit-actions {grid-area: actions; min-width: 144px;}
  .gy-credit-box .gy-credit-price {font-size: 19px !important;}
}

/* Premium app-like mobile */
@container ghestyarbox (max-width: 500px) {
  .gy-credit-box {
    border-radius: 18px;
    margin: 14px 0 16px !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.045);
  }
  .gy-credit-head {
    padding: 13px 14px;
    gap: 10px;
    align-items: flex-start;
  }
  .gy-credit-head-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 12px;
  }
  .gy-credit-head-icon svg {width: 18px; height: 18px;}
  .gy-credit-box .gy-credit-head h3 {font-size: 15px !important; line-height: 1.65 !important; margin-bottom: 2px !important;}
  .gy-credit-box .gy-credit-head p {font-size: 11px !important; line-height: 1.8 !important;}
  .gy-credit-rows {padding: 9px; gap: 9px;}
  .gy-credit-row {
    padding: 11px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border-color: #e8edf5;
    box-shadow: 0 6px 18px rgba(15,23,42,.035);
  }
  .gy-credit-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "provider"
      "price"
      "actions";
    gap: 10px;
    align-items: start;
  }
  .gy-credit-provider {
    grid-area: provider;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .gy-provider-avatar {
    order: 1;
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    padding: 6px;
    border-radius: 13px;
  }
  .gy-credit-provider-meta {
    order: 2;
    min-width: 0;
    flex: 1 1 auto;
  }
  .gy-credit-name-wrap {
    justify-content: flex-start;
    gap: 6px;
  }
  .gy-credit-box .gy-credit-name {font-size: 13px !important; line-height: 1.55 !important;}
  .gy-credit-status {font-size: 10px; line-height: 1.4; padding: 2px 7px;}
  .gy-credit-status i {width: 7px; height: 7px;}

  .gy-credit-price-stock {
    grid-area: price;
    gap: 5px;
    padding: 10px 11px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #ecf1f6;
  }
  .gy-credit-price-line {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .gy-credit-box .gy-credit-price {
    font-size: 18px !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
  .gy-credit-box .gy-credit-monthly b .woocommerce-Price-currencySymbol {
    font-size: .6em !important;
    margin-right: 2px !important;
  }
  .gy-credit-installments {
    flex: 0 0 auto;
    font-size: 10px;
    padding: 2px 7px;
  }
  .gy-credit-box .gy-credit-monthly {
    font-size: 11px !important;
    line-height: 1.7 !important;
    color: #6b7280 !important;
  }
  .gy-credit-box .gy-credit-monthly b {
    font-weight: 600 !important;
    color: #475569 !important;
  }
  .gy-credit-actions {
    grid-area: actions;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  .gy-credit-toggle-details {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 11px;
    box-shadow: none;
  }
  .gy-credit-toggle-details .gy-toggle-chevron {width: 8px; height: 8px;}
  .gy-add-to-cart {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px !important;
    border-radius: 12px !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }
  .gy-credit-details {
    margin-top: 8px;
    padding: 10px 11px;
    border-radius: 11px;
  }
  .gy-credit-details-label {font-size: 11px; margin-bottom: 6px;}
  .gy-credit-feature-list {grid-template-columns: 1fr; gap: 6px;}
  .gy-credit-feature-list li {padding: 7px 9px; font-size: 11px; border-radius: 9px;}
}

@container ghestyarbox (max-width: 380px) {
  .gy-credit-head {padding: 12px;}
  .gy-credit-head-icon {width: 34px; height: 34px; flex-basis: 34px;}
  .gy-credit-box .gy-credit-head h3 {font-size: 14px !important;}
  .gy-credit-box .gy-credit-head p {font-size: 10.5px !important;}
  .gy-credit-row {padding: 10px;}
  .gy-provider-avatar {width: 40px; height: 40px; flex-basis: 40px; padding: 5px;}
  .gy-credit-box .gy-credit-name {font-size: 12.5px !important;}
  .gy-credit-box .gy-credit-price {font-size: 17px !important;}
  .gy-credit-box .gy-credit-monthly {font-size: 10.5px !important;}
  .gy-credit-actions {grid-template-columns: 32px minmax(0, 1fr); gap: 7px;}
  .gy-credit-toggle-details {width: 32px; height: 32px; min-width: 32px; min-height: 32px;}
  .gy-add-to-cart {min-height: 38px; font-size: 12px !important;}
}

/* Fallback for browsers without container query support */
@media (max-width: 500px) {
  .gy-credit-box {
    border-radius: 18px;
    margin: 14px 0 16px !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.045);
  }
  .gy-credit-head {padding: 13px 14px; gap: 10px; align-items: flex-start;}
  .gy-credit-head-icon {width: 36px; height: 36px; flex-basis: 36px; border-radius: 12px;}
  .gy-credit-head-icon svg {width: 18px; height: 18px;}
  .gy-credit-box .gy-credit-head h3 {font-size: 15px !important; line-height: 1.65 !important; margin-bottom: 2px !important;}
  .gy-credit-box .gy-credit-head p {font-size: 11px !important; line-height: 1.8 !important;}
  .gy-credit-rows {padding: 9px; gap: 9px;}
  .gy-credit-row {padding: 11px; border-radius: 16px; background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%); border-color: #e8edf5; box-shadow: 0 6px 18px rgba(15,23,42,.035);}
  .gy-credit-main {grid-template-columns: 1fr; grid-template-areas: "provider" "price" "actions"; gap: 10px; align-items: start;}
  .gy-credit-provider {grid-area: provider; align-items: center; justify-content: space-between; gap: 8px;}
  .gy-provider-avatar {order: 1; width: 42px; height: 42px; flex-basis: 42px; padding: 6px; border-radius: 13px;}
  .gy-credit-provider-meta {order: 2; min-width: 0; flex: 1 1 auto;}
  .gy-credit-name-wrap {justify-content: flex-start; gap: 6px;}
  .gy-credit-box .gy-credit-name {font-size: 13px !important; line-height: 1.55 !important;}
  .gy-credit-status {font-size: 10px; line-height: 1.4; padding: 2px 7px;}
  .gy-credit-status i {width: 7px; height: 7px;}
  .gy-credit-price-stock {grid-area: price; gap: 5px; padding: 10px 11px; border-radius: 14px; background: #f8fafc; border: 1px solid #ecf1f6;}
  .gy-credit-price-line {width: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; gap: 8px;}
  .gy-credit-box .gy-credit-price {font-size: 18px !important; line-height: 1.45 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;}
  .gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
  .gy-credit-box .gy-credit-monthly b .woocommerce-Price-currencySymbol {font-size: .6em !important; margin-right: 2px !important;}
  .gy-credit-installments {flex: 0 0 auto; font-size: 10px; padding: 2px 7px;}
  .gy-credit-box .gy-credit-monthly {font-size: 11px !important; line-height: 1.7 !important; color: #6b7280 !important;}
  .gy-credit-box .gy-credit-monthly b {font-weight: 600 !important; color: #475569 !important;}
  .gy-credit-actions {grid-area: actions; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 8px; align-items: center; width: 100%; min-width: 0;}
  .gy-credit-toggle-details {width: 34px; height: 34px; min-width: 34px; min-height: 34px; border-radius: 11px; box-shadow: none;}
  .gy-credit-toggle-details .gy-toggle-chevron {width: 8px; height: 8px;}
  .gy-add-to-cart {width: 100%; min-height: 40px; padding: 9px 12px !important; border-radius: 12px !important; font-size: 12.5px !important; font-weight: 800 !important; box-shadow: none !important;}
}
@media (max-width: 380px) {
  .gy-credit-head {padding: 12px;}
  .gy-credit-head-icon {width: 34px; height: 34px; flex-basis: 34px;}
  .gy-credit-box .gy-credit-head h3 {font-size: 14px !important;}
  .gy-credit-box .gy-credit-head p {font-size: 10.5px !important;}
  .gy-credit-row {padding: 10px;}
  .gy-provider-avatar {width: 40px; height: 40px; flex-basis: 40px; padding: 5px;}
  .gy-credit-box .gy-credit-name {font-size: 12.5px !important;}
  .gy-credit-box .gy-credit-price {font-size: 17px !important;}
  .gy-credit-box .gy-credit-monthly {font-size: 10.5px !important;}
  .gy-credit-actions {grid-template-columns: 32px minmax(0, 1fr); gap: 7px;}
  .gy-credit-toggle-details {width: 32px; height: 32px; min-width: 32px; min-height: 32px;}
  .gy-add-to-cart {min-height: 38px; font-size: 12px !important;}
}


/* ===== Ghestyar final pricing and mobile refinement 2.0.22 ===== */
.gy-credit-box .gy-credit-price,
.gy-credit-box .gy-credit-monthly,
.gy-credit-box .gy-credit-price *,
.gy-credit-box .gy-credit-monthly *{
  font-family: inherit !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-amount,
.gy-credit-box .gy-credit-price .amount,
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-amount,
.gy-credit-box .gy-credit-monthly b .amount{
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  display:inline-block !important;
  float:none !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-align:inherit !important;
  direction:rtl !important;
  unicode-bidi:isolate !important;
  vertical-align:baseline !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-amount bdi,
.gy-credit-box .gy-credit-price .amount bdi,
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-amount bdi,
.gy-credit-box .gy-credit-monthly b .amount bdi{
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:baseline !important;
  justify-content:flex-start !important;
  gap:2px !important;
  margin:0 !important;
  padding:0 !important;
  white-space:nowrap !important;
  float:none !important;
  position:static !important;
  direction:rtl !important;
  unicode-bidi:isolate !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
.gy-credit-box .gy-credit-price .currency,
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-currencySymbol,
.gy-credit-box .gy-credit-monthly b .currency{
  display:inline !important;
  float:none !important;
  position:static !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 2px 0 0 !important;
  padding:0 !important;
  letter-spacing:0 !important;
  line-height:1 !important;
  vertical-align:baseline !important;
  color:#6b7280 !important;
  font-weight:400 !important;
}
.gy-credit-box .gy-credit-price{
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1.45 !important;
}
.gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
.gy-credit-box .gy-credit-price .currency{
  font-size:.54em !important;
}
.gy-credit-box .gy-credit-monthly{
  font-size:11px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
  color:#64748b !important;
}
.gy-credit-box .gy-credit-monthly b,
.gy-credit-box .gy-credit-monthly b *{
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.7 !important;
  color:#475569 !important;
}
.gy-credit-box .gy-credit-monthly b .woocommerce-Price-currencySymbol,
.gy-credit-box .gy-credit-monthly b .currency{
  font-size:.88em !important;
  color:#64748b !important;
}
.gy-credit-actions{
  min-width:138px !important;
  gap:7px !important;
}
.gy-add-to-cart{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  min-height:38px !important;
  padding:9px 14px !important;
  font-size:12.5px !important;
  font-weight:800 !important;
  line-height:1.4 !important;
}
.gy-credit-toggle-details,
.gy-credit-toggle-details:hover,
.gy-credit-toggle-details:focus,
.gy-credit-toggle-details:focus-visible{
  color:#475569 !important;
  background:#fff !important;
}
.gy-credit-toggle-details:hover{
  background:#f8fafc !important;
  color:#334155 !important;
}

@container ghestyarbox (max-width: 500px){
  .gy-credit-rows{padding:8px !important;gap:8px !important;}
  .gy-credit-row{
    padding:10px !important;
    border-radius:16px !important;
  }
  .gy-credit-provider{
    gap:8px !important;
  }
  .gy-provider-avatar{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
    padding:6px !important;
    border-radius:12px !important;
  }
  .gy-credit-box .gy-credit-name{
    font-size:13px !important;
    line-height:1.5 !important;
  }
  .gy-credit-status{
    font-size:10px !important;
    padding:2px 7px !important;
  }
  .gy-credit-price-stock{
    gap:4px !important;
    padding:9px 10px !important;
    border-radius:13px !important;
  }
  .gy-credit-price-line{
    gap:6px !important;
    justify-content:flex-start !important;
    align-items:center !important;
    flex-wrap:wrap !important;
  }
  .gy-credit-box .gy-credit-price{
    font-size:18px !important;
    line-height:1.4 !important;
  }
  .gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
  .gy-credit-box .gy-credit-price .currency{
    font-size:.52em !important;
    margin-right:1px !important;
  }
  .gy-credit-installments{
    font-size:10px !important;
    padding:2px 7px !important;
  }
  .gy-credit-box .gy-credit-monthly,
  .gy-credit-box .gy-credit-monthly b,
  .gy-credit-box .gy-credit-monthly b *{
    font-size:10.5px !important;
    line-height:1.65 !important;
    font-weight:400 !important;
  }
  .gy-credit-box .gy-credit-monthly b,
  .gy-credit-box .gy-credit-monthly b *{
    font-weight:500 !important;
  }
  .gy-credit-actions{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    width:100% !important;
    min-width:0 !important;
    gap:8px !important;
  }
  .gy-add-to-cart{
    flex:1 1 auto !important;
    width:auto !important;
    min-height:36px !important;
    padding:8px 12px !important;
    border-radius:12px !important;
    font-size:12px !important;
    box-shadow:none !important;
  }
  .gy-credit-toggle-details{
    flex:0 0 34px !important;
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
    border-radius:11px !important;
    box-shadow:none !important;
  }
}

@container ghestyarbox (max-width: 380px){
  .gy-credit-box .gy-credit-price{
    font-size:17px !important;
  }
  .gy-credit-box .gy-credit-monthly,
  .gy-credit-box .gy-credit-monthly b,
  .gy-credit-box .gy-credit-monthly b *{
    font-size:10px !important;
  }
  .gy-add-to-cart{
    min-height:35px !important;
    font-size:11.5px !important;
  }
  .gy-credit-toggle-details{
    flex-basis:32px !important;
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
  }
}

@media (max-width: 500px){
  .gy-credit-rows{padding:8px !important;gap:8px !important;}
  .gy-credit-row{padding:10px !important;border-radius:16px !important;}
  .gy-provider-avatar{width:40px !important;height:40px !important;flex-basis:40px !important;padding:6px !important;border-radius:12px !important;}
  .gy-credit-box .gy-credit-name{font-size:13px !important;line-height:1.5 !important;}
  .gy-credit-status{font-size:10px !important;padding:2px 7px !important;}
  .gy-credit-price-stock{gap:4px !important;padding:9px 10px !important;border-radius:13px !important;}
  .gy-credit-price-line{gap:6px !important;justify-content:flex-start !important;align-items:center !important;flex-wrap:wrap !important;}
  .gy-credit-box .gy-credit-price{font-size:18px !important;line-height:1.4 !important;}
  .gy-credit-box .gy-credit-price .woocommerce-Price-currencySymbol,
  .gy-credit-box .gy-credit-price .currency{font-size:.52em !important;margin-right:1px !important;}
  .gy-credit-installments{font-size:10px !important;padding:2px 7px !important;}
  .gy-credit-box .gy-credit-monthly,
  .gy-credit-box .gy-credit-monthly b,
  .gy-credit-box .gy-credit-monthly b *{font-size:10.5px !important;line-height:1.65 !important;font-weight:400 !important;}
  .gy-credit-box .gy-credit-monthly b,
  .gy-credit-box .gy-credit-monthly b *{font-weight:500 !important;}
  .gy-credit-actions{display:flex !important;flex-direction:row !important;align-items:center !important;width:100% !important;min-width:0 !important;gap:8px !important;}
  .gy-add-to-cart{flex:1 1 auto !important;width:auto !important;min-height:36px !important;padding:8px 12px !important;border-radius:12px !important;font-size:12px !important;box-shadow:none !important;}
  .gy-credit-toggle-details{flex:0 0 34px !important;width:34px !important;height:34px !important;min-width:34px !important;min-height:34px !important;border-radius:11px !important;box-shadow:none !important;}
}

@media (max-width: 380px){
  .gy-credit-box .gy-credit-price{font-size:17px !important;}
  .gy-credit-box .gy-credit-monthly,
  .gy-credit-box .gy-credit-monthly b,
  .gy-credit-box .gy-credit-monthly b *{font-size:10px !important;}
  .gy-add-to-cart{min-height:35px !important;font-size:11.5px !important;}
  .gy-credit-toggle-details{flex-basis:32px !important;width:32px !important;height:32px !important;min-width:32px !important;min-height:32px !important;}
}
