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

.hb-pricing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    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;
}

.hb-pricing-tld-input {
    width: 200px;
}

.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 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;
    right: 0;
    top: calc(100% + 2px);
    z-index: 1050;
    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;
}

@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-pricing-tld-input {
        width: 140px;
    }
}
