.psdt-tabs {
    margin-top: 40px;
}
.psdt-tabs__nav {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.psdt-tab-btn {
border: solid 1px #000;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 8px;
    font-family: 'Proxima Nova';
    padding: 10px 34px 10px 34px;
}

.psdt-tab-btn.is-active {
    background: #000;
    color: #fff;
}

.psdt-tab-content {
    display: none;
    text-align: left;
}

.psdt-tab-content.is-active {
    display: block;
}


/* UL внутри вкладок */
.psdt-tab-content ul {
    list-style: none;
    padding-left: 32px;
    margin: 0;
}

/* LI */
.psdt-tab-content ul li {
    position: relative;
    margin-bottom: 10px;
}

/* Кастомный bullet */
.psdt-tab-content ul li::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-60%);
    width: 20px;
    height: 20px;
    background-image: url("https://qazprotein.kz/wp-content/uploads/2026/01/pdp-bullet2.webp");
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
