.t-store__tabs__content a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    padding: 12px 22px;
    margin: 8px 0 14px;
    background: transparent;
    color: #000 !important;
    border: none;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none !important;
    transition: .25s;
    text-align: left;
    flex-grow: 1;
    box-sizing: border-box;
}

/* Иконка PDF слева */
.t-store__tabs__content a::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 42px;
    flex-shrink: 0;
    margin-right: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M14 0H3C1.34 0 0 1.34 0 3v22c0 1.66 1.34 3 3 3h18c1.66 0 3-1.34 3-3V8l-10-8z' fill='%23ff7500'/%3E%3Cpath d='M14 0v8h8' fill='%23e06800'/%3E%3Ctext x='3' y='20' font-family='Arial,sans-serif' font-size='7' font-weight='bold' fill='white'%3EPDF%3C/text%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Кнопка "Открыть" справа */
.t-store__tabs__content a::after {
    content: "Открыть";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 2px solid #ff7500;
    border-radius: 8px;
    color: #ff7500;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
    transition: .25s;
    background: transparent;
}

.t-store__tabs__content a:hover::after {
    background: #ff7500;
    color: #fff;
}

.t-store__tabs__content a:active {
    transform: scale(0.98);
}

/* Мобильная версия */
@media screen and (max-width: 640px) {
    .t-store__tabs__content a {
        padding: 10px 12px;
        font-size: 14px;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .t-store__tabs__content a::before {
        width: 28px;
        height: 34px;
        margin-right: 18px;
    }
    
    .t-store__tabs__content a::after {
        padding: 6px 12px;
        font-size: 13px;
        margin-left: auto;
    }
}




.t-store__tabs__content {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.t-store__tabs__content li,
.t-store__tabs__content p,
.t-store__tabs__content strong {
    font-size: inherit !important;
}
