/* ============================================================
   SECTION 01 - KWEB GLOBAL DOMAIN BUTTON OVERRIDES
   ============================================================ */

.lookcolum .lbtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 130px !important;
    min-height: 42px !important;
    padding: 0 24px !important;
    border: 1px solid #d9dee2 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    color: #2563A6 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-decoration: none !important;
}

/* ============================================================
   SECTION 10 - DOMAIN PRICE TABLE / IFRAME CSS
   Scoped to body.kweb-domain-iframe so it cannot affect WISECP.
   ============================================================ */

body.kweb-domain-iframe * {
    box-sizing: border-box;
}

body.kweb-domain-iframe, body.kweb-domain-iframe {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #5f6b72;
}

body.kweb-domain-iframe .shell {
    display: flex;
    width: 100%;
    min-height: 560px;

    background: #ffffff;
    border: 1px solid #eceff1;
    border-radius: 14px;
    overflow: hidden;
}

/* TAB LATERALI CONTINUI */

body.kweb-domain-iframe .nav {
    flex: 0 0 230px;
    width: 230px;

    background: #f7f8f9;
    border-right: 1px solid #eceff1;
}

body.kweb-domain-iframe .tab {
    display: flex;
    align-items: center;

    width: 100%;
    min-height: 54px;

    margin: 0;
    padding: 0 16px;

    background: transparent;
    border: 0;
    border-bottom: 1px solid #eceff1;
    border-radius: 0;

    color: #5f6b72;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

body.kweb-domain-iframe .tab:hover {
    background: #ffffff;
    color: #1274a4;
}

body.kweb-domain-iframe .tab.active {
    position: relative;
    z-index: 2;

    width: calc(100% + 1px);
    margin-right: -1px;

    background: #ffffff;
    color: #1274a4;
}

body.kweb-domain-iframe .tab.active::before {
    content: "";
    position: absolute;

    left: 0;
    top: 9px;
    bottom: 9px;

    width: 3px;
    background: #1274a4;
    border-radius: 0 3px 3px 0;
}

body.kweb-domain-iframe .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    margin-right: 12px;

    font-size: 30px;
    line-height: 1;
}

body.kweb-domain-iframe .icon-popular { color: #e5a900; }

body.kweb-domain-iframe .icon-countries { color: #2f80c9; }

body.kweb-domain-iframe .icon-business { color: #667985; }

body.kweb-domain-iframe .icon-technology { color: #7a5bc7; }

body.kweb-domain-iframe .icon-commerce { color: #2d9667; }

body.kweb-domain-iframe .icon-property { color: #d27a32; }

body.kweb-domain-iframe .icon-lifestyle { color: #cf5f82; }

body.kweb-domain-iframe .icon-adult { color: #c4545c; }

body.kweb-domain-iframe .icon-special { color: #319191; }

body.kweb-domain-iframe .content {
    flex: 1 1 auto;
    min-width: 0;
    background: #ffffff;
}

body.kweb-domain-iframe .panel {
    display: none;
    width: 100%;
}

body.kweb-domain-iframe .panel.active {
    display: block;
}

body.kweb-domain-iframe .panel[hidden] {
    display: none !important;
}

/* HEADER PREZZI */

body.kweb-domain-iframe .head {
    display: grid;
    grid-template-columns: minmax(210px,1.35fr) repeat(3,minmax(120px,.82fr)) minmax(190px,1fr);
    align-items: center;

    min-height: 52px;
    padding: 0 18px;

    background: #fafafa;
    border-bottom: 1px solid #eceff1;

    color: #4f5d64;
    font-size: 12px;
    font-weight: 600;
}

body.kweb-domain-iframe .head > div:not(:first-child) {
    text-align: center;
}

/* RIGHE DOMINI */

body.kweb-domain-iframe .row {
    display: grid;
    grid-template-columns: minmax(210px,1.35fr) repeat(3,minmax(120px,.82fr)) minmax(190px,1fr);
    align-items: center;

    min-height: 54px;
    padding: 0 18px;

    background: #ffffff;
}

body.kweb-domain-iframe .row + .row {
    border-top: 1px solid #f3f4f5;
}

body.kweb-domain-iframe .row:hover {
    background: #fbfcfd;
}

body.kweb-domain-iframe .domain {
    display: flex;
    align-items: center;

    min-width: 0;
    white-space: nowrap;

    color: #607d8b;
}

body.kweb-domain-iframe .domain strong {
    font-size: 14px;
}

body.kweb-domain-iframe .domain-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    margin-right: 10px;

    color: #1274a4;
    font-size: 18px;
}

body.kweb-domain-iframe .price {
    text-align: center;
    color: #607d8b;
    white-space: nowrap;
}

body.kweb-domain-iframe .old-price {
    display: block;
    font-size: 11px;
    text-decoration: line-through;
    opacity: .55;
}

body.kweb-domain-iframe .promo-price {
    display: block;
    color: #8BC34A;
    font-weight: 700;
}

/* SEARCH AVAILABILITY - uses only this iframe CSS */

body.kweb-domain-iframe .availability {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
    text-align: right;
}

body.kweb-domain-iframe .availability-status {
    color: #8a959a;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

body.kweb-domain-iframe .availability-status.available { color: #6ea63a; }

body.kweb-domain-iframe .availability-status.unavailable { color: #8a959a; }

body.kweb-domain-iframe .availability-status.premium { color: #a37a23; }

body.kweb-domain-iframe .buy-button, body.kweb-domain-iframe .ticket-button {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 36px;
    padding: 0 18px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

body.kweb-domain-iframe .buy-button {
    border: 1px solid #7eb53b;
    background: #8BC34A;
    color: #ffffff;
}

body.kweb-domain-iframe .buy-button:hover { background: #7caf3e; }

body.kweb-domain-iframe .ticket-button {
    border: 1px solid #c99b3a;
    background: #ffffff;
    color: #946f22;
}

body.kweb-domain-iframe .availability.has-buy .buy-button, body.kweb-domain-iframe .availability.has-ticket .ticket-button { display: inline-flex; }

@media (max-width: 760px) {
body.kweb-domain-iframe .head { display: none; }

body.kweb-domain-iframe .panel { min-width: 0 !important; }

body.kweb-domain-iframe .row {
        grid-template-columns: 1fr 1fr;
        gap: 8px 14px;
        min-height: 0;
        padding: 14px 16px;
    }

body.kweb-domain-iframe .domain { grid-column: 1 / -1; }

body.kweb-domain-iframe .price { text-align: left; }

body.kweb-domain-iframe .availability {
        grid-column: 1 / -1;
        justify-content: flex-start;
        padding-top: 4px;
    }
}

body.kweb-domain-iframe .more-wrap {
    padding: 14px;
    text-align: center;

    border-top: 1px solid #f1f3f4;
    background: #fbfbfc;
}

body.kweb-domain-iframe .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 140px;
    padding: 8px 14px;

    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 18px;

    color: #455a64;
    font-size: 12px;
    font-weight: 600;

    cursor: pointer;
}

body.kweb-domain-iframe .more .arrow {
    margin-left: 8px;
}

@media (max-width: 760px) {
body.kweb-domain-iframe .shell {
        display: block;
        min-height: 0;
    }

body.kweb-domain-iframe .nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eceff1;
    }

body.kweb-domain-iframe .tab {
        border-right: 1px solid #eceff1;
    }

body.kweb-domain-iframe .tab.active {
        width: 100%;
        margin-right: 0;
    }

body.kweb-domain-iframe .content {
        width: 100%;
        overflow-x: auto;
    }

body.kweb-domain-iframe .panel {
        min-width: 650px;
    }
}

@media (max-width: 430px) {
body.kweb-domain-iframe .nav {
        grid-template-columns: 1fr;
    }
}