a.szt-category-link {
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    line-height: 23px;
}

.szt-category-box:last-child {
    border-bottom: none; 
}

a.szt-category-link:hover {
    color: #E40000;
}

.szt-category-grid {
    display: flex;
    flex-direction: column;
}

span.szt-category-arrow {
    color: #e40100;
    font-weight: 600;
}

.szt-category-box {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 8px;
    margin-bottom: 8px;
}