.mdf-product-commercial {
    display: grid;
    margin: 28px 0 36px;
    gap: 16px;
}
.mdf-product-commercial-card {
    padding: 22px 24px;
    color: #3b453e;
    background: #f7faf7;
    border: 1px solid #e0e9e2;
    border-radius: 14px;
}
.mdf-product-commercial-card h2 {
    margin: 0 0 12px;
    color: #26382b;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}
.mdf-product-commercial-card :last-child { margin-bottom: 0; }
.mdf-product-commercial-card ul { padding-left: 20px; }

.mdf-product-tabs { margin-top: 34px; }
.mdf-product-tabs > .nav-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: stretch;
    background: #f2f5f3;
    border: 1px solid #d9e1db;
    border-bottom: 0;
}
.mdf-product-tabs > .nav-tabs .nav-item {
    display: flex;
    margin: 0;
    flex: 0 1 auto;
}
.mdf-product-tabs > .nav-tabs .nav-item + .nav-item { border-left: 1px solid #d9e1db; }
.mdf-product-tabs > .nav-tabs .nav-link {
    position: relative;
    display: inline-flex;
    min-height: 54px;
    margin: 0;
    padding: 15px 22px;
    align-items: center;
    gap: 9px;
    color: #58635b;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-transform: none;
}
.mdf-product-tabs > .nav-tabs .nav-link::before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 3px;
    content: "";
    background: transparent;
}
.mdf-product-tabs > .nav-tabs .nav-link i { color: #738078; font-size: 15px; }
.mdf-product-tabs > .nav-tabs .nav-link:hover,
.mdf-product-tabs > .nav-tabs .nav-link:focus {
    color: #287d3b;
    background: #edf7ef;
    outline: 0;
}
.mdf-product-tabs > .nav-tabs .nav-link.active {
    color: #225f31;
    background: #fff;
    box-shadow: 0 1px 0 #fff;
}
.mdf-product-tabs > .nav-tabs .nav-link.active::before { background: #3b9b50; }
.mdf-product-tabs > .nav-tabs .nav-link.active i { color: #349248; }
.mdf-product-tabs > .tab-content {
    min-height: 130px;
    padding: 28px 24px;
    color: #465149;
    background: #fff;
    border: 1px solid #d9e1db;
}
.mdf-product-tabs > .tab-content > .tab-pane > :first-child { margin-top: 0; }
.mdf-product-tabs > .tab-content > .tab-pane > :last-child { margin-bottom: 0; }

@media (max-width: 575px) {
    .mdf-product-commercial { margin-top: 20px; gap: 12px; }
    .mdf-product-commercial-card { padding: 18px 16px; border-radius: 12px; }
    .mdf-product-commercial-card h2 { font-size: 17px; }
    .mdf-product-tabs { margin-top: 24px; }
    .mdf-product-tabs > .nav-tabs { display: grid; grid-template-columns: 1fr; border-bottom: 1px solid #d9e1db; }
    .mdf-product-tabs > .nav-tabs .nav-item { width: 100%; }
    .mdf-product-tabs > .nav-tabs .nav-item + .nav-item { border-top: 1px solid #d9e1db; border-left: 0; }
    .mdf-product-tabs > .nav-tabs .nav-link { width: 100%; min-height: 50px; padding: 13px 16px; }
    .mdf-product-tabs > .nav-tabs .nav-link::before {
        top: -1px;
        right: auto;
        bottom: -1px;
        left: -1px;
        width: 3px;
        height: auto;
    }
    .mdf-product-tabs > .nav-tabs .nav-link.active { box-shadow: none; }
    .mdf-product-tabs > .tab-content { padding: 20px 16px; border-top: 0; }
}
