.mg-product-info {
    margin-top: 26px;
}

.mg-product-tabs {
    display: flex;
    gap: 6px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 18px;
    overflow-x: auto;
}

.mg-product-tabs button {
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0 16px;
    color: #6b7280;
    font-weight: 850;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.mg-product-tabs button.is-active {
    color: #820100;
    border-bottom-color: #820100;
}

.mg-product-tab-panel {
    display: none;
}

.mg-product-tab-panel.is-active {
    display: block;
}

.mg-product-description,
.mg-product-spec-table,
.mg-product-doc-list,
.mg-product-reviews,
.mg-product-empty {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 20px;
}

.mg-product-description {
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
}

.mg-product-description > :first-child {
    margin-top: 0;
}

.mg-product-description > :last-child {
    margin-bottom: 0;
}

.mg-product-spec-table {
    padding: 0;
    overflow: hidden;
}

.mg-product-spec-row {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    border-bottom: 1px solid #e5e7eb;
}

.mg-product-spec-row:last-child {
    border-bottom: 0;
}

.mg-product-spec-row div {
    padding: 13px 15px;
}

.mg-product-spec-row div:first-child {
    background: #f8fafc;
    color: #6b7280;
    font-weight: 800;
}

.mg-product-doc-list {
    display: grid;
    gap: 10px;
}

.mg-product-doc {
    height: 58px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    background: #fff;
    text-decoration: none;
    color: #111827;
}

.mg-product-doc b {
    color: #820100;
}

.mg-product-review-summary p,
.mg-product-empty {
    color: #6b7280;
}
