@import url('/assets/css/style.css');

.ygtfrdesw {
    padding: 30px 0;
}

.tgbyhnju {
    margin-bottom: 50px;
}

.mkiolpujy {
    margin-bottom: 25px;
}

.hgtfrdeswa {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.zaqxswcderfv {
    color: #666;
    font-size: 14px;
}

.tgbyhnuj {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .tgbyhnuj {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .tgbyhnuj {
        grid-template-columns: repeat(2, 1fr);
    }
}
.zxcvbnmas {
    background: #f8f9fa;
    padding: 12px 0;
    margin-bottom: 20px;
}

.dfghjklpoi {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.zxcvbnmas-item {
    display: flex;
    align-items: center;
}

.zxcvbnmas-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.zxcvbnmas-item a:hover {
    color: #4a90e2;
}

.zxcvbnmas-item + .zxcvbnmas-item::before {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.zxcvbnmas-item[aria-current="page"] {
    color: #333;
    font-weight: 500;
}
