/* HCT CLIENT01 — HOME SERVICES WIDGET V1 (thẻ dịch vụ dùng chung css/components/hctclient01-service-card.css) */
.hctclient01-home-services {
    padding: clamp(48px, 6vw, 88px) 0;
    background: #fff;
}

.hctclient01-home-services .hctclient01-service-grid {
    margin-top: 8px;
}

.hctclient01-home-services__actions {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.hctclient01-home-services__actions .hctclient01-category-button {
    display: inline-flex;
    margin-top: 0;
    padding: 14px 30px;
    border-radius: 999px;
    color: #fff;
    background: var(--hctclient01-primary);
    text-decoration: none;
    font-weight: 700;
    font-size: var(--hctclient01-text-button);
    transition: background-color .2s ease;
}

.hctclient01-home-services__actions .hctclient01-category-button:hover {
    background: var(--hctclient01-color-primary-hover, var(--hctclient01-primary));
}
