.bhg-product-sheet-button {
    align-items: center;
    background: #202020;
    border: 2px solid #202020;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    padding: 14px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bhg-product-sheet-button:hover,
.bhg-product-sheet-button:focus {
    background: #ffdd18;
    border-color: #ffdd18;
    color: #202020;
    text-decoration: none;
}

.bhg-product-data {
    color: #202020;
    font-size: 16px;
    line-height: 1.45;
}

.bhg-product-data__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 42px;
}

.bhg-product-data__heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4px;
}

.bhg-product-data__specs {
    margin: 0 0 18px;
    max-width: 520px;
    width: 100%;
}

.bhg-product-data__spec {
    align-items: baseline;
    border-top: 2px solid #c9c5bc;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 4px 0;
}

.bhg-product-data__spec:last-child {
    border-bottom: 2px solid #c9c5bc;
}

.bhg-product-data__spec dt,
.bhg-product-data__spec dd {
    margin: 0;
}

.bhg-product-data__spec dt {
    font-weight: 700;
}

.bhg-product-data__spec dd {
    text-align: right;
}

.bhg-product-data__heading--description {
    margin-top: 12px;
    margin-bottom: 18px;
}

.bhg-product-data__description > :first-child {
    margin-top: 0;
}

.bhg-product-data__description > :last-child {
    margin-bottom: 0;
}
