.product-spec-widget__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.product-spec-widget__group-title {
    display: block;
    width: 100%;
    border: 0;
    background-color: #F7F7F8!important;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0!important;
    cursor: pointer;
}

.product-spec-widget__accord-panel {
    width: 100%;
    padding: 0 18px;
}

.product-spec-widget__row {
    display: flex;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}

.product-spec-widget__accord-panel .product-spec-widget__row:first-child {
    border-top: none;
}

.product-spec-widget__label {
    width: 40%;
    padding: 12px 16px 12px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
}

.product-spec-widget__value {
    width: 60%;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #111;
    text-align: right;
}

.product-spec-widget__value br {
    display: block;
}