﻿/* ==========================================================================
   ISHOST — ثبت / انتقال دامنه (ishost112)
   صفحه فروش: hero قوی + لیست قیمت کارت‌مانند + فرم انتقال فشرده
   ========================================================================== */

body.ishost-domain-register .ish-breadcrumb,
body.ishost-domain-register .master-breadcrumb,
body.ishost-domain-register .primary-content > h1:not(.ish-domain__title),
body.ishost-domain-register .primary-content > .header-lined,
body.ishost-domain-register .primary-content > .card > .card-header,
body.ishost-domain-register #main-body > .container > h1:not(.ish-domain__title) {
    display: none !important;
}

body.ishost-domain-register .primary-content > .card {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ishost-domain-register .primary-content > .card > .card-body {
    padding: 0 !important;
}

body.ishost-domain-register .primary-content {
    padding-top: 0.35rem;
    background:
        radial-gradient(ellipse 90% 48% at 80% -10%, rgba(245, 180, 0, 0.11), transparent 55%),
        radial-gradient(ellipse 70% 42% at 10% 0%, rgba(13, 62, 163, 0.09), transparent 58%);
}

#order-standard_cart.ish-domain-rtl {
    --ish-blue: #0d3ea3;
    --ish-gold: #f5b400;
    --ish-ink: #0f172a;
    --ish-muted: #64748b;
    --ish-line: #e5eaf1;
    direction: rtl !important;
    text-align: right;
    max-width: 1000px;
    margin: 0 auto 2.75rem;
    float: none !important;
    width: 100% !important;
    padding: 0.75rem 1rem 0;
    box-sizing: border-box;
    font-family: "Vazir", "IRANSans", "IRANYekan", Tahoma, Arial, sans-serif;
}

#order-standard_cart.ish-domain-rtl,
#order-standard_cart.ish-domain-rtl input,
#order-standard_cart.ish-domain-rtl select,
#order-standard_cart.ish-domain-rtl button,
#order-standard_cart.ish-domain-rtl .btn,
#order-standard_cart.ish-domain-rtl textarea {
    font-family: "Vazir", "IRANSans", "IRANYekan", Tahoma, Arial, sans-serif;
}

#order-standard_cart.ish-domain-rtl .cart-sidebar,
#order-standard_cart.ish-domain-rtl .sidebar-categories,
#order-standard_cart.ish-domain-rtl .categories-collapsed {
    display: none !important;
}

#order-standard_cart.ish-domain-rtl .cart-body,
#order-standard_cart.ish-domain-rtl .ish-domain {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart.ish-domain-rtl .domain-checker-container,
#order-standard_cart.ish-domain-rtl .domain-checker-bg {
    background: none !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.ish-domain *,
.ish-domain *::before,
.ish-domain *::after {
    box-sizing: border-box;
}

/* —— Hero search panel —— */
/* نوار گرادیان به‌صورت لایه background است تا با گوشه‌های باکس بریده شود
   (overflow باید visible بماند تا منوی «بیشتر» باز شود) */
.ish-domain__hero {
    position: relative;
    margin: 0 0 1.35rem;
    padding: 1.5rem 1.6rem 1.55rem;
    border-radius: 22px;
    border: 1px solid rgba(13, 62, 163, 0.14);
    background:
        linear-gradient(90deg, #0d3ea3 0%, #f5b400 50%, #0d3ea3 100%) top center / 100% 3px no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), #fff 55%),
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(245, 180, 0, 0.1), transparent 50%),
        radial-gradient(ellipse 60% 70% at 0% 100%, rgba(13, 62, 163, 0.07), transparent 50%);
    background-color: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 22px 48px -32px rgba(13, 62, 163, 0.55);
    overflow: visible;
}

.ish-domain__hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 1.3rem;
}

.ish-domain__hero-main {
    min-width: 0;
    flex: 1 1 auto;
}

.ish-domain__title {
    margin: 0;
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    font-weight: 800;
    color: var(--ish-ink);
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: right;
}

.ish-domain__lead {
    margin: 0.35rem 0 0;
    max-width: 34rem;
    font-size: 0.9rem;
    font-weight: 450;
    line-height: 1.7;
    color: #6b7a90;
    text-align: right;
}

.ish-domain__tabs {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.22rem;
    border-radius: 12px;
    background: rgba(241, 245, 249, 0.95);
    border: 1px solid #e2e8f0;
    flex: 0 0 auto;
}

.ish-domain__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.35rem 0.95rem;
    border-radius: 9px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    text-decoration: none !important;
    border: none;
    background: transparent;
    cursor: default;
    transition: background 0.14s ease, color 0.14s ease, box-shadow 0.14s ease;
}

a.ish-domain__tab {
    cursor: pointer;
}

a.ish-domain__tab:hover:not(.is-active) {
    color: var(--ish-blue);
    background: rgba(13, 62, 163, 0.06);
}

.ish-domain__tab.is-active {
    background: #0d3ea3;
    color: #fff;
    box-shadow: 0 8px 18px -12px rgba(13, 62, 163, 0.75);
}

/* —— Search bar —— */
.ish-domain__form {
    margin: 0;
}

.ish-domain__searchbar {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.55rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ish-domain__field {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 0.95rem;
    border-radius: 12px;
    border: 1px solid #e8eef6;
    background: #fff;
    direction: ltr;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ish-domain__field:focus-within {
    border-color: rgba(13, 62, 163, 0.45);
    box-shadow: 0 0 0 3px rgba(13, 62, 163, 0.12);
}

.ish-domain__input,
#order-standard_cart.ish-domain-rtl #inputDomain,
#order-standard_cart.ish-domain-rtl #inputTransferDomain,
#order-standard_cart.ish-domain-rtl #inputAuthCode {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 1.08rem !important;
    font-weight: 650 !important;
    color: var(--ish-ink) !important;
    text-align: left !important;
    padding: 0 !important;
    direction: ltr !important;
}

/* placeholder فارسی راست‌چین در اینپوت LTR — متن تایپ‌شده چپ می‌ماند */
.ish-domain__input::placeholder {
    color: #94a3b8 !important;
    font-weight: 500 !important;
    direction: rtl;
    text-align: right;
}

.ish-domain__tld-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 34px;
    padding: 0 0.7rem;
    border-radius: 9px;
    background: rgba(13, 62, 163, 0.09);
    color: var(--ish-blue);
    font-size: 0.95rem;
    font-weight: 800;
    direction: ltr;
    letter-spacing: 0.01em;
}

.ish-domain__btn,
#order-standard_cart.ish-domain-rtl #btnCheckAvailability,
#order-standard_cart.ish-domain-rtl #btnTransferDomain {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    height: 56px !important;
    min-width: 132px;
    margin: 0 !important;
    padding: 0 1.35rem !important;
    border: none !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, #1348b8, #0d3ea3) !important;
    color: #fff !important;
    font-weight: 750 !important;
    font-size: 0.95rem !important;
    box-shadow: 0 12px 24px -14px rgba(13, 62, 163, 0.85) !important;
    white-space: nowrap;
}

.ish-domain__btn:hover,
#order-standard_cart.ish-domain-rtl #btnCheckAvailability:hover,
#order-standard_cart.ish-domain-rtl #btnTransferDomain:hover {
    background: linear-gradient(145deg, #1754d0, #0f47bb) !important;
    color: #fff !important;
}

/* —— چیپ‌های پسوند + منوی بیشتر —— */
.ish-domain__quick {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.ish-domain__quick-label {
    font-size: 0.76rem;
    font-weight: 650;
    color: #94a3b8;
    margin-left: 0.25rem;
}

.ish-domain__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 36px;
    padding: 0 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 750;
    cursor: pointer;
    direction: ltr;
    transition: border-color 0.12s ease, background 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
}

.ish-domain__chip:hover {
    border-color: rgba(13, 62, 163, 0.35);
    color: var(--ish-blue);
}

.ish-domain__chip.is-active {
    background: #0d3ea3;
    border-color: #0d3ea3;
    color: #fff;
    box-shadow: 0 8px 16px -12px rgba(13, 62, 163, 0.7);
}

/* چیپ‌های اضافی — فقط دسکتاپ */
@media (max-width: 767.98px) {
    .ish-domain__chip--ext {
        display: none;
    }
}

.ish-domain__more {
    position: relative;
}

.ish-domain__more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    height: 36px;
    padding: 0 0.85rem;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.ish-domain__more-btn:hover,
.ish-domain__more.is-open .ish-domain__more-btn {
    border-style: solid;
    border-color: rgba(13, 62, 163, 0.35);
    color: var(--ish-blue);
    background: #fff;
}

.ish-domain__more-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 30;
    width: 220px;
    padding: 0.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 16px 36px -20px rgba(15, 23, 42, 0.4);
}

.ish-domain__more.is-open .ish-domain__more-menu {
    display: block;
}

.ish-domain__more-search {
    width: 100%;
    height: 36px;
    margin-bottom: 0.4rem;
    padding: 0 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ish-ink);
    outline: none;
    direction: ltr;
    text-align: left;
}

.ish-domain__more-search:focus {
    border-color: rgba(13, 62, 163, 0.4);
    background: #fff;
}

.ish-domain__more-items {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    max-height: 200px;
    overflow: auto;
}

.ish-domain__more-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.45rem 0.65rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 700;
    direction: ltr;
    cursor: pointer;
}

.ish-domain__more-item:hover,
.ish-domain__more-item.is-active {
    background: rgba(13, 62, 163, 0.08);
    color: var(--ish-blue);
}

.ish-domain__more-empty {
    margin: 0.25rem 0 0.1rem;
    padding: 0 0.4rem;
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
}

.ish-domain__textarea {
    width: 100%;
    min-height: 96px;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.9rem;
    resize: vertical;
}

.ish-domain__advanced {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ish-domain__captcha--invisible,
#order-standard_cart.ish-domain-rtl .default-captcha {
    display: none !important;
}

#order-standard_cart.ish-domain-rtl .ish-domain__captcha--invisible {
    display: block !important;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* —— کارت‌های پیشنهادی (هم‌هویت با ردیف‌های قیمت) —— */
.ish-domain__featured {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0 0 1.35rem;
}

.ish-domain__feat {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 1.1rem 1.15rem 1rem;
    border-radius: 16px;
    border: 1px solid #e8eef5;
    background: #fff;
    text-align: right;
    cursor: pointer;
    box-shadow: 0 10px 28px -24px rgba(13, 62, 163, 0.45);
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.ish-domain__feat:hover {
    border-color: rgba(13, 62, 163, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -26px rgba(13, 62, 163, 0.55);
}

.ish-domain__feat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.ish-domain__feat-mono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 40px;
    padding: 0 0.7rem;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(13, 62, 163, 0.1), rgba(13, 62, 163, 0.05));
    border: 1px solid rgba(13, 62, 163, 0.14);
    color: var(--ish-blue);
    font-size: 1.05rem;
    font-weight: 800;
    direction: ltr;
    white-space: nowrap;
}

.ish-domain__feat--gold .ish-domain__feat-mono {
    background: linear-gradient(145deg, rgba(245, 180, 0, 0.16), rgba(245, 180, 0, 0.07));
    border-color: rgba(245, 180, 0, 0.3);
    color: #92400e;
}

.ish-domain__feat--teal .ish-domain__feat-mono {
    background: linear-gradient(145deg, rgba(61, 154, 120, 0.13), rgba(61, 154, 120, 0.06));
    border-color: rgba(61, 154, 120, 0.26);
    color: #166534;
}

.ish-domain__feat-tag {
    display: inline-flex;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
    background: rgba(13, 62, 163, 0.08);
    color: var(--ish-blue);
    white-space: nowrap;
}

.ish-domain__feat--gold .ish-domain__feat-tag {
    background: rgba(245, 180, 0, 0.2);
    color: #92400e;
}

.ish-domain__feat--teal .ish-domain__feat-tag {
    background: rgba(61, 154, 120, 0.14);
    color: #166534;
}

.ish-domain__feat-desc {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #8494a8;
    flex: 1 1 auto;
}

.ish-domain__feat-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
}

.ish-domain__feat-price {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.ish-domain__feat-price strong {
    display: inline-block;
    margin-right: 0.25rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--ish-ink);
    direction: ltr;
}

.ish-domain__feat-go {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    font-weight: 750;
    color: var(--ish-blue);
    white-space: nowrap;
}

.ish-domain__feat-go i {
    font-size: 0.68rem;
    transition: transform 0.15s ease;
}

.ish-domain__feat:hover .ish-domain__feat-go i {
    transform: translateX(-3px);
}

/* —— Transfer (فشرده — ishost111) —— */
.ish-domain-rtl--transfer .ish-domain__hero--transfer {
    padding: 1.35rem 1.4rem 1.25rem;
}

.ish-xfer {
    margin: 0;
}

.ish-xfer__panel {
    padding: 1rem 1.05rem 1.05rem;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ish-xfer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
    margin-bottom: 0.9rem;
}

.ish-xfer__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ish-xfer__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: #334155;
}

.ish-xfer__help {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.74rem;
    font-weight: 650;
    color: var(--ish-blue);
    text-decoration: none !important;
    white-space: nowrap;
}

.ish-xfer__help:hover {
    color: #0a3284;
}

.ish-xfer__control {
    display: flex;
    align-items: center;
    padding: 0 0.85rem;
    border-radius: 10px;
    border: 1px solid #e8eef6;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ish-xfer__control:focus-within {
    border-color: rgba(13, 62, 163, 0.45);
    box-shadow: 0 0 0 3px rgba(13, 62, 163, 0.12);
}

/* override ارتفاع ۵۶px مشترک جستجو برای فیلدهای انتقال */
.ish-domain-rtl--transfer #inputTransferDomain,
.ish-domain-rtl--transfer #inputAuthCode,
.ish-xfer__input {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: var(--ish-ink) !important;
    text-align: left !important;
    padding: 0 !important;
    direction: ltr !important;
}

.ish-xfer__input::placeholder,
.ish-domain-rtl--transfer #inputTransferDomain::placeholder,
.ish-domain-rtl--transfer #inputAuthCode::placeholder {
    color: #94a3b8 !important;
    font-weight: 500 !important;
    font-size: 0.86rem !important;
}

.ish-xfer__captcha {
    margin: 0 0 0.75rem;
}

.ish-xfer__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding-top: 0.15rem;
}

.ish-xfer__hint {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.55;
    color: #94a3b8;
}

.ish-domain-rtl--transfer #btnTransferDomain,
.ish-xfer__btn {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    height: 42px !important;
    min-width: 148px;
    margin: 0 !important;
    padding: 0 1.15rem !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(145deg, #1348b8, #0d3ea3) !important;
    color: #fff !important;
    font-weight: 750 !important;
    font-size: 0.88rem !important;
    box-shadow: 0 10px 20px -14px rgba(13, 62, 163, 0.75) !important;
}

.ish-domain-rtl--transfer #btnTransferDomain:hover,
.ish-xfer__btn:hover {
    background: linear-gradient(145deg, #1754d0, #0f47bb) !important;
    color: #fff !important;
}

.ish-domain__alert {
    margin: 0 0 0.75rem !important;
    border-radius: 10px !important;
}

.ish-domain__note {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 500;
}

.ish-domain__tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0 0 1.15rem;
}

.ish-domain__tip {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.05rem;
    border-radius: 14px;
    border: 1px solid #e8eef5;
    background: #fff;
    box-shadow: 0 10px 24px -22px rgba(13, 62, 163, 0.4);
    transition: border-color 0.13s ease, box-shadow 0.13s ease;
}

.ish-domain__tip:hover {
    border-color: rgba(13, 62, 163, 0.22);
    box-shadow: 0 14px 28px -22px rgba(13, 62, 163, 0.45);
}

.ish-domain__tip-mono {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 40px;
    padding: 0 0.45rem;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(13, 62, 163, 0.1), rgba(13, 62, 163, 0.05));
    border: 1px solid rgba(13, 62, 163, 0.14);
    color: var(--ish-blue);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    user-select: none;
}

.ish-domain__tip--gold .ish-domain__tip-mono {
    background: linear-gradient(145deg, rgba(245, 180, 0, 0.16), rgba(245, 180, 0, 0.07));
    border-color: rgba(245, 180, 0, 0.3);
    color: #92400e;
}

.ish-domain__tip--teal .ish-domain__tip-mono {
    background: linear-gradient(145deg, rgba(61, 154, 120, 0.13), rgba(61, 154, 120, 0.06));
    border-color: rgba(61, 154, 120, 0.26);
    color: #166534;
}

.ish-domain__tip-body {
    min-width: 0;
    flex: 1 1 auto;
}

.ish-domain__tip strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.88rem;
    font-weight: 750;
    color: var(--ish-ink);
}

.ish-domain__tip p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #8494a8;
}

/* —— legacy transfer field helpers (اگر جایی مانده) —— */
.ish-domain__fields {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 0.95rem;
}

.ish-domain__field--block {
    flex-direction: column;
    align-items: stretch;
    direction: rtl;
    padding: 0.75rem 1rem;
    gap: 0.35rem;
}

.ish-domain__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 750;
    color: #334155;
}

.ish-domain__help {
    font-size: 0.76rem;
    font-weight: 650;
    color: var(--ish-blue);
    text-decoration: none !important;
}

.ish-domain__actions {
    display: flex;
    justify-content: flex-start;
}

/* —— Results —— */
.ish-domain__results {
    margin: 0 0 1.25rem;
    padding: 1.15rem 1.2rem 1.2rem;
    border-radius: 18px;
    border: 1px solid var(--ish-line);
    background: #fff;
    box-shadow: 0 14px 32px -28px rgba(13, 62, 163, 0.4);
}

.ish-domain__label,
#order-standard_cart.ish-domain-rtl .primary-domain-header {
    font-size: 0.84rem;
    font-weight: 750;
    color: #64748b;
    margin: 0 0 0.7rem;
}

.ish-domain__result,
#order-standard_cart.ish-domain-rtl .domain-checker-result-headline {
    border-radius: 14px !important;
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(13, 62, 163, 0.05), transparent 55%),
        #f8fafc !important;
    border: 1px solid #e8eef5 !important;
    box-shadow: none !important;
    padding: 1.25rem 1.15rem !important;
    text-align: right;
}

#order-standard_cart.ish-domain-rtl .domain-available {
    color: #15803d !important;
    font-weight: 800;
    font-size: 1.05rem;
    margin-bottom: 0.65rem;
}

#order-standard_cart.ish-domain-rtl .domain-unavailable,
#order-standard_cart.ish-domain-rtl .domain-invalid,
#order-standard_cart.ish-domain-rtl .domain-tld-unavailable {
    color: #b91c1c !important;
    font-weight: 650;
}

#order-standard_cart.ish-domain-rtl .domain-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0.85rem 0 0;
    padding-top: 0.85rem;
    border-top: 1px solid #e8eef5;
}

#order-standard_cart.ish-domain-rtl .domain-price .price {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ish-ink);
    direction: ltr;
}

#order-standard_cart.ish-domain-rtl .btn-add-to-cart {
    border-radius: 10px !important;
    font-weight: 750 !important;
    font-size: 0.86rem !important;
    min-height: 40px;
    padding: 0.4rem 1.05rem !important;
    background: #0d3ea3 !important;
    border: none !important;
    box-shadow: 0 10px 20px -14px rgba(13, 62, 163, 0.7) !important;
}

/* IDN selector — استایل‌دار تا صفحه را خراب نکند */
.ish-domain__idn {
    margin: 0.85rem 0 0 !important;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid #e8eef5;
    background: #fff;
    text-align: right;
}

.ish-domain__idn .margin-10 {
    margin: 0 0 0.6rem !important;
    font-size: 0.84rem;
    color: #475569;
}

.ish-domain__idn select.form-control {
    max-width: 320px;
    height: 40px;
    border-radius: 9px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.86rem;
}

.ish-domain__idn .field-error-msg {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    color: #b91c1c;
}

.ish-domain__spotlight {
    margin-top: 1.15rem;
}

.ish-domain__h2 {
    margin: 0 0 0.7rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ish-ink);
}

.ish-domain__spot-grid,
#order-standard_cart.ish-domain-rtl .spotlight-tlds-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 0.55rem;
    float: none !important;
    width: 100% !important;
}

.ish-domain__spot-item,
#order-standard_cart.ish-domain-rtl [class*="spotlight-tld-container"] {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.ish-domain__spot,
#order-standard_cart.ish-domain-rtl .spotlight-tld {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    min-height: 0;
    padding: 0.95rem 1rem !important;
    border-radius: 12px !important;
    background: #fff !important;
    border: 1px solid #e8eef5 !important;
}

.ish-domain__spot-tld {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ish-blue);
    direction: ltr;
}

.ish-domain__suggestions {
    margin-top: 1.05rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8eef5;
    overflow: hidden;
}

.ish-domain__suggestions-head {
    background: #f8fafc !important;
    border-bottom: 1px solid #eef2f7 !important;
    font-weight: 750 !important;
    font-size: 0.88rem !important;
    padding: 0.8rem 1.05rem !important;
    color: var(--ish-ink);
}

#order-standard_cart.ish-domain-rtl .domain-suggestion {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.75rem;
    direction: rtl;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 0.85rem 1.05rem !important;
    background: #fff !important;
}

#order-standard_cart.ish-domain-rtl .domain-suggestion:hover {
    background: #f8fafc !important;
}

#order-standard_cart.ish-domain-rtl .domain-suggestion .domain,
#order-standard_cart.ish-domain-rtl .domain-suggestion .extension {
    font-weight: 750;
    color: var(--ish-ink);
    direction: ltr;
}

#order-standard_cart.ish-domain-rtl .domain-suggestion .actions {
    margin-right: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

#order-standard_cart.ish-domain-rtl .domain-suggestion .price {
    font-size: 0.9rem;
    font-weight: 750;
    color: #334155;
    direction: ltr;
}

.ish-domain__suggestions .panel-body,
.ish-domain__suggestions .card-body {
    padding: 0.85rem 1.05rem !important;
    font-size: 0.86rem;
    color: #64748b;
}

.ish-domain__suggestions .panel-footer,
.ish-domain__suggestions .card-footer {
    background: #f8fafc !important;
    border-top: 1px solid #eef2f7 !important;
    padding: 0.7rem 1.05rem !important;
}

.ish-domain__suggestions .domain-suggestions-warning {
    padding: 0.65rem 1.05rem 0.9rem;
    font-size: 0.74rem;
    color: #94a3b8;
}

.ish-domain__suggestions .domain-suggestions-warning p {
    margin: 0;
}

/* ==========================================================================
   لیست قیمت — کارت‌ردیف اختصاصی
   ========================================================================== */
.ish-domain__pricing {
    margin: 0 0 1rem;
    padding: 1.25rem 1.3rem 1.3rem;
    border-radius: 20px;
    border: 1px solid var(--ish-line);
    background: #fff;
    box-shadow: 0 16px 40px -30px rgba(13, 62, 163, 0.45);
}

.ish-domain__pricing-head {
    margin: 0 0 0.95rem;
}

.ish-domain__pricing-lead {
    margin: 0.2rem 0 0;
    font-size: 0.84rem;
    color: #7c8aa0;
    font-weight: 450;
}

.ish-tldbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0 0 1rem;
}

.ish-tldbar__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.42rem 0.85rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.ish-tldbar__btn em {
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 650;
    opacity: 0.75;
}

.ish-tldbar__btn:hover {
    border-color: rgba(13, 62, 163, 0.35);
    color: var(--ish-blue);
}

.ish-tldbar__btn.is-active {
    background: #0d3ea3;
    border-color: #0d3ea3;
    color: #fff;
    box-shadow: 0 8px 16px -12px rgba(13, 62, 163, 0.7);
}

.ish-price {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ish-price__head {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 1fr 1fr 1fr 96px;
    align-items: center;
    gap: 0.75rem;
    padding: 0.35rem 1.1rem;
    font-size: 0.74rem;
    font-weight: 750;
    color: #94a3b8;
}

.ish-price__head span {
    text-align: center;
}

.ish-price__head .ish-price__head-tld {
    text-align: right;
}

.ish-price__row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 1fr 1fr 1fr 96px;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    border: 1px solid #e8eef5;
    background: #fff;
    transition: border-color 0.13s ease, box-shadow 0.13s ease, background 0.13s ease;
}

.ish-price__row:hover {
    border-color: rgba(13, 62, 163, 0.25);
    background: #fbfcfe;
    box-shadow: 0 10px 24px -20px rgba(13, 62, 163, 0.4);
}

.ish-price__row.is-hidden {
    display: none;
}

.ish-price__tld {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.ish-price__mono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 40px;
    padding: 0 0.7rem;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(13, 62, 163, 0.1), rgba(13, 62, 163, 0.05));
    border: 1px solid rgba(13, 62, 163, 0.14);
    color: var(--ish-blue);
    font-size: 1.02rem;
    font-weight: 800;
    direction: ltr;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

/* تنوع رنگی ظریف مونوگرام‌ها */
.ish-price__row:nth-child(3n+1) .ish-price__mono {
    background: linear-gradient(145deg, rgba(245, 180, 0, 0.16), rgba(245, 180, 0, 0.07));
    border-color: rgba(245, 180, 0, 0.3);
    color: #92400e;
}

.ish-price__row:nth-child(3n+2) .ish-price__mono {
    background: linear-gradient(145deg, rgba(13, 62, 163, 0.1), rgba(13, 62, 163, 0.05));
    border-color: rgba(13, 62, 163, 0.14);
    color: var(--ish-blue);
}

.ish-price__row:nth-child(3n) .ish-price__mono {
    background: linear-gradient(145deg, rgba(61, 154, 120, 0.13), rgba(61, 154, 120, 0.06));
    border-color: rgba(61, 154, 120, 0.26);
    color: #166534;
}

.ish-price__tag {
    display: inline-flex;
    padding: 0.14rem 0.5rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 750;
    background: rgba(245, 180, 0, 0.18);
    color: #92400e;
    white-space: nowrap;
}

.ish-price__tag--hot {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
}

.ish-price__tag--new {
    background: rgba(13, 62, 163, 0.1);
    color: var(--ish-blue);
}

.ish-price__tag--sale {
    background: rgba(61, 154, 120, 0.14);
    color: #166534;
}

.ish-price__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    text-align: center;
    min-width: 0;
}

.ish-price__cell-label {
    display: none;
    font-size: 0.68rem;
    font-weight: 700;
    color: #94a3b8;
}

.ish-price__val {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--ish-ink);
    direction: ltr;
    white-space: nowrap;
}

.ish-price__cell--reg .ish-price__val {
    color: var(--ish-blue);
    font-size: 1.02rem;
}

.ish-price__val--muted {
    color: #475569;
    font-weight: 700;
    font-size: 0.88rem;
}

.ish-price__per {
    font-size: 0.7rem;
    font-weight: 550;
    color: #94a3b8;
    white-space: nowrap;
}

.ish-price__free {
    display: inline-flex;
    padding: 0.16rem 0.55rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 750;
    background: rgba(61, 154, 120, 0.13);
    color: #166534;
}

.ish-price__na {
    font-size: 0.9rem;
    font-weight: 600;
    color: #cbd5e1;
}

.ish-price__go-wrap {
    display: flex;
    justify-content: flex-end;
}

.ish-price__go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    height: 38px;
    padding: 0 0.9rem;
    border: 1px solid rgba(13, 62, 163, 0.25);
    border-radius: 10px;
    background: #fff;
    color: var(--ish-blue);
    font-size: 0.8rem;
    font-weight: 750;
    cursor: pointer;
    opacity: 0.85;
    transition: background 0.13s ease, color 0.13s ease, opacity 0.13s ease, box-shadow 0.13s ease;
}

.ish-price__row:hover .ish-price__go {
    opacity: 1;
}

.ish-price__go:hover {
    background: #0d3ea3;
    border-color: #0d3ea3;
    color: #fff;
    box-shadow: 0 8px 16px -12px rgba(13, 62, 163, 0.7);
}

.ish-price__empty {
    padding: 1.5rem 1rem;
    text-align: center;
}

.ish-price__empty p {
    margin: 0;
    font-size: 0.88rem;
    color: #94a3b8;
}

/* —— Pager —— */
.ish-domain__pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #eef2f7;
}

.ish-domain__pager-info {
    font-size: 0.78rem;
    font-weight: 650;
    color: #94a3b8;
}

.ish-domain__pager-dots {
    color: #cbd5e1;
    font-weight: 700;
    padding: 0 0.15rem;
}

.ish-domain__pager-btns {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ish-domain__pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 0.75rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 750;
    cursor: pointer;
    transition: border-color 0.12s ease, color 0.12s ease, background 0.12s ease;
}

.ish-domain__pager-btn:hover:not(:disabled):not(.is-active) {
    border-color: rgba(13, 62, 163, 0.35);
    color: var(--ish-blue);
}

.ish-domain__pager-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.ish-domain__pager-btn.is-active {
    background: #0d3ea3;
    border-color: #0d3ea3;
    color: #fff;
}

/* —— Mobile —— */
@media (max-width: 767.98px) {
    #order-standard_cart.ish-domain-rtl {
        max-width: 100%;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .ish-domain__hero {
        padding: 1.1rem 1rem 1.15rem;
        border-radius: 16px;
    }

    .ish-domain__hero-top {
        flex-direction: column;
        align-items: stretch;
    }

    .ish-domain__tabs {
        align-self: flex-start;
    }

    .ish-domain__searchbar {
        flex-direction: column;
        padding: 0.45rem;
    }

    .ish-domain__btn,
    #order-standard_cart.ish-domain-rtl #btnCheckAvailability,
    #order-standard_cart.ish-domain-rtl #btnTransferDomain {
        width: 100%;
        height: 50px !important;
    }

    .ish-domain__field #inputDomain {
        height: 50px !important;
    }

    .ish-domain__tips,
    .ish-domain__featured {
        grid-template-columns: 1fr;
    }

    .ish-xfer__grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .ish-xfer__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .ish-domain-rtl--transfer #btnTransferDomain,
    .ish-xfer__btn {
        width: 100%;
    }

    .ish-domain__pricing {
        padding: 1rem 0.9rem 1.05rem;
        border-radius: 16px;
    }

    .ish-price__head {
        display: none;
    }

    .ish-price__row {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "tld tld"
            "reg trf"
            "ren go";
        gap: 0.65rem;
        padding: 0.9rem 0.95rem;
    }

    .ish-price__tld {
        grid-area: tld;
    }

    .ish-price__cell--reg {
        grid-area: reg;
    }

    .ish-price__cell:nth-of-type(3) {
        grid-area: trf;
    }

    .ish-price__cell:nth-of-type(4) {
        grid-area: ren;
    }

    .ish-price__go-wrap {
        grid-area: go;
        justify-content: stretch;
    }

    .ish-price__go {
        width: 100%;
        opacity: 1;
    }

    .ish-price__cell {
        align-items: flex-start;
        text-align: right;
    }

    .ish-price__cell-label {
        display: block;
    }

    .ish-domain__pager {
        flex-direction: column;
        align-items: stretch;
    }

    .ish-domain__pager-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ish-domain__more-menu {
        right: auto;
        left: 0;
    }

    #order-standard_cart.ish-domain-rtl .domain-price {
        flex-direction: column;
        align-items: stretch;
    }

    #order-standard_cart.ish-domain-rtl .domain-suggestion .actions {
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
    }
}
/* ==========================================================================
   ISHOST — تمدید دامنه (ishost124)
   ========================================================================== */

body.ishost-domain-renew .ish-breadcrumb,
body.ishost-domain-renew .master-breadcrumb,
body.ishost-domain-renew .primary-content > h1:not(.ish-domain__title),
body.ishost-domain-renew .primary-content > .header-lined {
    display: none !important;
}

body.ishost-domain-renew .primary-content > .card {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.ishost-domain-renew .primary-content > .card > .card-body {
    padding: 0 !important;
}

.ish-renew__wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.ish-renew__hero {
    margin-bottom: 1.25rem;
}

.ish-renew__filter {
    flex-shrink: 0;
}

.ish-renew__search {
    width: min(260px, 100%);
    height: 42px;
    padding: 0 0.95rem;
    border-radius: 11px;
    border: 1px solid #dfe7f2;
    background: #fff;
    font-family: inherit;
    font-size: 0.9rem;
    direction: ltr;
    text-align: left;
}

.ish-renew__search:focus {
    outline: none;
    border-color: rgba(13, 62, 163, 0.35);
    box-shadow: 0 0 0 3px rgba(13, 62, 163, 0.06);
}

.ish-renew__hint {
    margin: 0 0 1rem;
    font-size: 0.86rem;
    color: #64748b;
    text-align: center;
}

.ish-renew__hint a {
    font-weight: 700;
    color: #0d3ea3 !important;
}

.ish-renew__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 1.1rem;
    align-items: start;
}

.ish-renew__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ish-renew__card {
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    border: 1px solid #eef2f8;
    background: #fff;
    box-shadow: 0 12px 28px -24px rgba(13, 62, 163, 0.22);
}

.ish-renew__card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0.85rem;
}

.ish-renew__domain {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.ish-renew__expiry {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.ish-renew__expiry span {
    color: #94a3b8;
}

.ish-renew__note {
    margin: 0.45rem 0 0;
    font-size: 0.8rem;
    color: #0d7c66;
}

.ish-renew__badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    white-space: nowrap;
}

.ish-renew__badge--ok {
    background: rgba(13, 124, 102, 0.1);
    color: #0d7c66;
}

.ish-renew__badge--warn {
    background: rgba(176, 118, 0, 0.12);
    color: #9a6700;
}

.ish-renew__badge--danger {
    background: rgba(185, 28, 28, 0.1);
    color: #b91c1c;
}

.ish-renew__badge--muted {
    background: #f1f5f9;
    color: #64748b;
}

.ish-renew__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
}

.ish-renew__label {
    width: 100%;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748b;
}

.ish-renew__select {
    flex: 1 1 200px;
    min-width: 0;
    height: 42px !important;
    border-radius: 11px !important;
    border: 1px solid #dfe7f2 !important;
    background: #fff !important;
    font-family: inherit !important;
    font-size: 0.88rem !important;
    box-shadow: none !important;
}

.ish-renew__add {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px !important;
    padding: 0 1.2rem !important;
    border-radius: 11px !important;
    border: none !important;
    background: linear-gradient(180deg, #1148b8, #0d3ea3) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.ish-renew__add .added {
    display: none;
}

.ish-renew__add.added-to-cart .to-add,
.ish-renew__add.checkout .to-add {
    display: none;
}

.ish-renew__add.added-to-cart .added,
.ish-renew__add.checkout .added {
    display: inline;
}

.ish-renew__add .fa-spinner {
    display: none;
}

.ish-renew__grace-note {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
}

.ish-renew__side {
    position: sticky;
    top: 1rem;
}

.ish-renew__summary {
    padding: 1.15rem 1.2rem;
    border-radius: 16px;
    border: 1px solid #eef2f8;
    background: #fff;
    box-shadow: 0 12px 28px -24px rgba(13, 62, 163, 0.22);
}

.ish-renew__summary h2 {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.ish-renew__summary .loader {
    float: left;
    opacity: 0.5;
}

.ish-renew__summary .summary-container {
    font-size: 0.88rem;
    color: #334155;
    min-height: 2rem;
    margin-bottom: 1rem;
}

.ish-renew__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 1.3rem;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
}

.ish-renew__btn--solid {
    width: 100%;
    color: #fff !important;
    background: linear-gradient(180deg, #1148b8, #0d3ea3);
}

.ish-renew__btn--ghost {
    color: #0d3ea3 !important;
    background: #fff;
    border: 1px solid rgba(13, 62, 163, 0.28);
}

.ish-renew__empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    border: 1px solid #eef2f8;
    background: #fff;
}

.ish-renew__empty p {
    margin: 0 0 1rem;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .ish-renew__layout {
        grid-template-columns: 1fr;
    }

    .ish-renew__side {
        position: static;
        order: -1;
    }
}

@media (max-width: 575.98px) {
    .ish-renew__card-top {
        flex-direction: column;
    }

    .ish-renew__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ish-renew__add {
        width: 100%;
    }
}
