.jbba-seller-directory {
    width: 100%;
    max-width: 100%;
}

.jbba-seller-directory,
.jbba-seller-directory * {
    box-sizing: border-box;
}

.jbba-seller-directory__intro {
    max-width: 720px;
    margin-bottom: 36px;
}

.jbba-seller-directory__table-wrap {
    overflow-x: auto;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(23, 35, 57, 0.08);
}

.jbba-seller-directory table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.jbba-seller-directory th,
.jbba-seller-directory td {
    padding: 20px 22px;
    border: 0;
    border-bottom: 1px solid #e8ecf2;
    text-align: left;
    vertical-align: middle;
}

.jbba-seller-directory th {
    background: #f4f7fb;
    color: #526078;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.jbba-seller-directory tbody tr:last-child td {
    border-bottom: 0;
}

.jbba-seller-directory__seller {
    display: flex;
    align-items: center;
    gap: 14px;
}

.jbba-seller-directory__mark {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, #321080, #087fd8);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.jbba-seller-directory__seller strong,
.jbba-seller-directory__seller small {
    display: block;
}

.jbba-seller-directory__seller small {
    margin-top: 3px;
    color: #718096;
}

.jbba-seller-directory__badge {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf7ef;
    color: #17733b;
    font-size: 13px;
    font-weight: 700;
}

.jbba-seller-directory__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 9px;
    background: #17497b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.jbba-seller-directory__button:hover,
.jbba-seller-directory__button:focus {
    background: #103a65;
}

.jbba-seller-directory__note {
    margin-top: 24px !important;
    color: #667085 !important;
    font-size: 14px !important;
}

@media (max-width: 700px) {
    .jbba-seller-directory__table-wrap {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .jbba-seller-directory table,
    .jbba-seller-directory tbody,
    .jbba-seller-directory tr,
    .jbba-seller-directory td {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .jbba-seller-directory thead {
        display: none;
    }

    .jbba-seller-directory tr {
        margin-bottom: 18px;
        padding: 20px;
        border: 1px solid #e1e7ef;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(23, 35, 57, 0.07);
    }

    .jbba-seller-directory td {
        padding: 9px 0;
        border: 0;
    }

    .jbba-seller-directory td::before {
        display: block;
        margin-bottom: 4px;
        color: #7a869a;
        content: attr(data-label);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .jbba-seller-directory td:first-child::before {
        display: none;
    }

    .jbba-seller-directory__button {
        width: 100%;
        margin-top: 6px;
    }

    .jbba-seller-directory__seller {
        min-width: 0;
    }
}
