.lnCategoryCard {
    display: block;
    color: inherit;
    text-decoration: none;
}

.dvCategoryCardA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e8edf2;
}

.dvCategoryCardA .dvCategoryVisual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #f4f6f8;
    overflow: hidden;
}

.dvCategoryCardA .imCategory {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dvCategoryCardA .dvCategoryInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.dvCategoryCardA .lbCategoryName {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.dvCategoryCardA .lbCategoryCount {
    font-size: 12px;
    font-weight: 500;
    color: #7f8c8d;
}

.dvPageIntro .lbPageTitle {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: var(--vColorPrimary);
    line-height: 1.2;
}

.dvPageIntro .lbPageDesc {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--vColorTextLight);
}

.dvPageSearch {
    max-width: 720px;
}

.dvCategoriesPageGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.dvPromoBanner {
    display: flex;
    align-items: center;
    gap: var(--vSpacingMd);
    padding: var(--vSpacingMd);
    border: 1px solid var(--vColorBorder);
    border-radius: 6px;
    background: var(--vColorSurface);
    overflow: hidden;
}

.dvPromoBanner .imPromoBanner {
    flex: 0 0 auto;
    width: 280px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.dvPromoBannerBody {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lbPromoBannerTitle {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--vColorPrimary);
}

.lbPromoBannerDesc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--vColorTextLight);
}
