.hrt-bel-comp,
.hrt-bel-comp * {
    box-sizing: border-box;
}

.hrt-bel-comp {
    width: 100%;
    min-height: 0;
    background: #fffdf9;
    color: #222;
    font-family: inherit;
}

.hrt-bel-comp__inner {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

.hrt-bel-comp__header {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.hrt-bel-comp__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff1db;
    color: #a85c00;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.hrt-bel-comp__badge-icon,
.hrt-bel-comp__cell-icon,
.hrt-bel-comp__disclaimer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.hrt-bel-comp svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.hrt-bel-comp__heading {
    margin: 0;
    color: #000;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.18;
}

.hrt-bel-comp__highlight {
    color: #ff9600;
}

.hrt-bel-comp__description {
    max-width: 780px;
    margin: 14px auto 0;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.7;
}

.hrt-bel-comp__description > :first-child,
.hrt-bel-comp__richtext > :first-child,
.hrt-bel-comp__disclaimer-content > :first-child {
    margin-top: 0;
}

.hrt-bel-comp__description > :last-child,
.hrt-bel-comp__richtext > :last-child,
.hrt-bel-comp__disclaimer-content > :last-child {
    margin-bottom: 0;
}

.hrt-bel-comp__table-wrap {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f0e4d3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px -22px rgba(0, 0, 0, .26);
}

.hrt-bel-comp__table-wrap:focus-visible {
    outline: 3px solid rgba(255, 150, 0, .38);
    outline-offset: 3px;
}

.hrt-bel-comp__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
}

.hrt-bel-comp__table thead {
    background: #fff1db;
}

.hrt-bel-comp__table tbody {
    background: #fff;
}

.hrt-bel-comp__table th,
.hrt-bel-comp__table td {
    padding: 18px 22px;
    border-right: 1px solid #f0e4d3;
    border-bottom: 1px solid #f0e4d3;
    color: #222;
    vertical-align: middle;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.hrt-bel-comp__table th:first-child {
    width: 25%;
}

.hrt-bel-comp__table th:last-child,
.hrt-bel-comp__table td:last-child {
    border-right: 0;
}

.hrt-bel-comp__table tbody tr:last-child th,
.hrt-bel-comp__table tbody tr:last-child td {
    border-bottom: 0;
}

.hrt-bel-comp__table thead th {
    color: #000;
    font-size: 14px;
    font-weight: 800;
}

.hrt-bel-comp__table tbody th {
    color: #000;
    font-weight: 700;
}

.hrt-bel-comp__table tbody tr {
    transition: background-color .2s ease;
}

.hrt-bel-comp__table tbody tr:hover {
    background: #fffaf3;
}

.hrt-bel-comp__cell-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hrt-bel-comp__cell-icon {
    margin-top: .18em;
    font-size: 16px;
}

.hrt-bel-comp__diy-icon {
    color: #7a6752;
}

.hrt-bel-comp__support-icon {
    color: #ff9600;
}

.hrt-bel-comp__richtext {
    min-width: 0;
}

.hrt-bel-comp__disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 18px;
    padding: 18px 22px;
    border: 1px solid #f0e4d3;
    border-radius: 16px;
    background: #fff8ed;
}

.hrt-bel-comp__disclaimer-icon {
    margin-top: .2em;
    color: #ff9600;
    font-size: 17px;
}

.hrt-bel-comp__disclaimer-content {
    min-width: 0;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.65;
}

.hrt-bel-comp__official {
    display: inline-flex;
    margin-top: 7px;
    color: #a85c00;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hrt-bel-comp__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    .hrt-bel-comp__table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hrt-bel-comp__table,
    .hrt-bel-comp__table tbody,
    .hrt-bel-comp__table tr,
    .hrt-bel-comp__table th,
    .hrt-bel-comp__table td {
        display: block;
        width: 100%;
    }

    .hrt-bel-comp__table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .hrt-bel-comp__table tbody {
        display: grid;
        gap: 16px;
        background: transparent;
    }

    .hrt-bel-comp__table tbody tr {
        display: grid;
        overflow: hidden;
        border: 1px solid #f0e4d3;
        border-radius: 16px;
        background: #fff;
    }

    .hrt-bel-comp__table th,
    .hrt-bel-comp__table td {
        display: grid;
        grid-template-columns: minmax(105px, .72fr) minmax(0, 1.28fr);
        gap: 12px;
        border-right: 0;
        border-bottom: 1px solid #f0e4d3;
    }

    .hrt-bel-comp__table th::before,
    .hrt-bel-comp__table td::before {
        content: attr(data-label);
        color: #000;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.35;
        opacity: .68;
        text-transform: uppercase;
        letter-spacing: .03em;
    }

    .hrt-bel-comp__table tbody tr:last-child th,
    .hrt-bel-comp__table tbody tr:last-child td,
    .hrt-bel-comp__table tbody tr th,
    .hrt-bel-comp__table tbody tr td {
        border-bottom-color: #f0e4d3;
    }

    .hrt-bel-comp__table tbody tr > :last-child {
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .hrt-bel-comp__table th,
    .hrt-bel-comp__table td {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .hrt-bel-comp__disclaimer {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hrt-bel-comp__table tbody tr {
        transition: none;
    }
}
