.domain-price .table-responsive {
    max-height: none !important;
    overflow: visible !important;
}

.hb-pricing-header {
    margin-bottom: 0.75rem;
}

.hb-pricing-header h2 {
    margin: 0;
}

.hb-pricing-controls {
    display: flex;
    align-items: center;
}

.hb-pricing-controls > * {
    margin-left: 0.5rem;
}

.domain-price .hb-pricing-table thead tr,
.domain-price .hb-pricing-table tbody tr.hb-pricing-row {
    display: flex !important;
    align-items: stretch;
}

.domain-price .hb-pricing-table tbody tr.hb-pricing-row.hb-pricing-hidden {
    display: none !important;
}

.domain-price .hb-pricing-table tbody tr.hb-pricing-row.hb-pricing-page-hidden {
    display: none !important;
}

.domain-price .hb-pricing-table th,
.domain-price .hb-pricing-table td {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
    padding: 0.75rem 1rem;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
}

.domain-price .hb-pricing-table .hb-pricing-col-tld {
    flex: 1.2 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.domain-price .hb-pricing-table .hb-pricing-col-tags {
    flex: 1.4 1 0;
    overflow: hidden;
}

.hb-pricing-sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.hb-pricing-sortable:hover {
    opacity: 0.82;
}

.hb-pricing-sort-icon {
    vertical-align: middle;
    margin-left: 2px;
    opacity: 0.5;
    transition: opacity 0.15s;
}

.hb-pricing-sort-asc .hb-pricing-sort-icon,
.hb-pricing-sort-desc .hb-pricing-sort-icon {
    opacity: 1;
}

.hb-pricing-tag-arrow {
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 1;
}

.hb-pricing-promo-price {
    color: #dc3545 !important;
    display: block;
}

.hb-pricing-before {
    display: block;
    color: #999;
    font-size: 0.82em;
    font-weight: normal;
    text-decoration: line-through;
    line-height: 1.3;
    margin-top: 1px;
}

.hb-pricing-na {
    color: #adb5bd;
    font-size: 1.1em;
}

.hb-pricing-tag-dropdown {
    position: relative;
    display: inline-block;
}

.hb-pricing-tag-btn {
    white-space: nowrap;
}

.hb-pricing-tag-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    z-index: 9999;
    min-width: 230px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    padding: 4px 0;
}

.hb-pricing-tag-menu.hb-open {
    display: block;
}

.hb-pricing-tag-option {
    padding: 7px 14px;
    cursor: pointer;
    font-size: 0.875rem;
    user-select: none;
    transition: background 0.1s;
}

.hb-pricing-tag-option:hover {
    background: #f8f9fa;
}

.hb-pricing-tag-option.hb-active {
    background: rgba(246, 187, 66, 0.15);
}

.hb-pricing-tag-clear {
    padding: 6px 14px;
    font-size: 0.8rem;
    color: #6c757d;
    border-top: 1px solid #dee2e6;
    cursor: pointer;
    text-align: right;
    user-select: none;
}

.hb-pricing-tag-clear:hover {
    color: #dc3545;
}

.hb-pricing-tag-cell {
    display: block;
}

.hb-pricing-cell-tag {
    display: inline;
    cursor: pointer;
    font-size: 0.85em;
    word-break: break-word;
    transition: opacity 0.15s;
    margin-right: 0.4em;
}

.hb-pricing-cell-tag:hover {
    text-decoration: underline;
}

.hb-pricing-cell-tag.tag-active:hover {
    filter: brightness(0.85);
}

.hb-pricing-expand-btn {
    display: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit;
    line-height: 1;
    flex-shrink: 0;
}

.hb-pricing-expand-btn .material-icons {
    font-size: 1.4rem;
}

.hb-tld-info {
    display: block;
}

.hb-mobile-price {
    display: none;
}

.hb-lazy-hidden {
    display: none !important;
}

.hb-lazy-sentinel-cell {
    padding: 0;
    height: 1px;
    border: none;
}

.hb-detail-row {
    display: none !important;
}

.hb-detail-list {
    display: table;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.hb-detail-item {
    display: table-row;
}

.hb-detail-item dt,
.hb-detail-item dd {
    display: table-cell;
    padding: 5px 12px 5px 0;
    font-size: 0.875rem;
    vertical-align: middle;
}

.hb-detail-item dt {
    color: #6c757d;
    white-space: nowrap;
    width: 45%;
}

.hb-detail-item dd {
    margin: 0;
}

.hb-sf-container {
    margin-bottom: 1.25rem;
}

.hb-sf-row {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    background: #fff;
    padding: 0.375rem 0.625rem;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    transition: padding 0.2s ease, border-radius 0.2s ease;
}

.hb-sf-search-wrap {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
}

.hb-sf-search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 1.2rem;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
}

.hb-sf-input {
    width: 100%;
    padding-left: 2.5rem !important;
    background: #f8f9fa;
    transition: border-color 0.15s, background 0.15s;
}

.hb-sf-input:focus {
    border-color: #ced4da;
    background: #fff;
    box-shadow: none;
}

.hb-filters-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hb-filters-btn:focus {
    box-shadow: none;
}

.hb-filters-btn #hb-filters-icon {
    font-size: 1.15em;
    line-height: 1;
}

.hb-filters-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    z-index: 1;
}

.hb-filters-panel.hb-filters-open {
    max-height: 500px;
}

.hb-filters-panel.hb-filters-overflow {
    overflow: visible;
}

.hb-filters-inner {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.875rem 0.75rem 1rem;
    background: #f8f9fa;
    margin-top: 0.5rem;
}

.hb-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.hb-filter-row + .hb-filter-row {
    margin-top: 0.875rem;
}

.hb-filter-row-price {
    border-top: 1px solid #dee2e6;
    padding-top: 0.875rem;
}

.hb-filter-group {
    display: flex;
    align-items: center;
}

.hb-filter-group-special {
    flex: 0 0 auto;
}

.hb-filter-group-tags {
    flex: 0 0 auto;
}

.hb-filter-group-clear {
    margin-left: auto;
}

.hb-filter-group-price {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: flex-start;
}

.hb-filter-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6c757d;
    margin: 0 0 0.35rem;
}

.hb-special-offers-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.875rem;
    margin: 0;
    user-select: none;
}

.hb-special-offers-cb {
    margin-right: 0.4em;
    cursor: pointer;
}

.hb-clear-all-btn {
    color: #dc3545;
    padding: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.hb-clear-all-btn:hover {
    color: #b02a37;
    text-decoration: underline;
}

.hb-price-range-display {
    color: #495057;
    font-weight: normal;
    font-size: 0.875rem;
}

.hb-price-slider-wrap {
    position: relative !important;
    height: 36px;
    width: 100%;
    display: block;
}

.hb-price-track {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background: #dee2e6;
    border-radius: 2px;
    pointer-events: none;
}

.hb-price-fill {
    position: absolute;
    height: 100%;
    background: var(--color-primary, #3891F2);
    border-radius: 2px;
    left: 0;
    width: 100%;
}

.hb-range {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    height: 4px !important;
    min-height: 0 !important;
    background: transparent !important;
    outline: none !important;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
}

.hb-range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--color-primary, #3891F2);
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    margin-top: -7px;
}

.hb-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--color-primary, #3891F2);
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.hb-range::-webkit-slider-runnable-track {
    background: transparent !important;
    height: 4px;
}

.hb-range::-moz-range-track {
    background: transparent !important;
    height: 4px;
}

.hb-range-min {
    z-index: 1;
    transform: translateZ(0) translateY(-50%) !important;
}

.hb-range-max {
    z-index: 2;
    transform: translateZ(0) translateY(-50%) !important;
}

.hb-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.hb-tag-cloud-btn {
    transition: background 0.12s, color 0.12s, border-color 0.12s;
}

.hb-pagination-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.hb-perpage-wrap {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.hb-perpage-label {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 0.15rem;
}

.hb-perpage-btn {
    min-width: 42px;
}

.hb-page-nav {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex-wrap: wrap;
}

.hb-page-btn {
    min-width: 34px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.hb-page-ellipsis {
    padding: 0 0.2rem;
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .domain-price .hb-pricing-table thead {
        display: none !important;
    }

    .hb-col-desktop,
    .hb-col-register {
        display: none !important;
    }

    .hb-mobile-price {
        display: block;
        font-size: 0.85rem;
        font-weight: normal;
        color: #6c757d;
        margin-top: 2px;
    }

    .hb-pricing-expand-btn {
        display: inline-flex;
        align-items: center;
    }

    .domain-price .hb-pricing-table .hb-pricing-col-tld {
        flex: 1;
        justify-content: space-between;
    }

    .hb-detail-row.hb-detail-open {
        display: block !important;
    }

    .hb-detail-row.hb-detail-open > td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 1rem 0.75rem;
        background: #f8f9fa;
    }

    .hb-detail-item dd {
        color: #3891F2;
    }

    .hb-filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hb-filter-group-clear {
        margin-left: 0;
    }

    .hb-filter-group-price {
        width: 100%;
    }

    .hb-pagination-controls {
        flex-direction: column;
        align-items: flex-start;
    }
}
