.hbc-persion {
    /* background: linear-gradient(180deg, #1d5cb7 0%, #0b2f75 100%); */
    padding: 30px 20px;
}

.hbc-persion-group {
    margin: var(--hbc-persion-group-margin, 0 auto 28px);
    padding: var(--hbc-persion-group-padding, 0);
    max-width: 1220px;
}

.hbc-persion-group:last-child {
    margin-bottom: 0;
}

.hbc-persion-group-title {
    margin: 0 0 18px;
    color: var(--hbc-persion-group-color, var(--hbc-border-buttom, #3b8ef4));
    font-size: clamp(1.05rem, 1.7vw, 1.4rem);
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.03em;
}

.hbc-persion-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hbc-persion-card {
    text-align: center;
    color: #fff;
}

.hbc-persion-photo-wrap {
    border: 2px solid var(--hbc-persion-group-color, #3b8ef4);
    background: #b4bcc9;
    /* aspect-ratio: 3 / 4; */
    overflow: hidden;
}

.hbc-persion-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hbc-persion-photo--empty {
    background: linear-gradient(140deg, #6b778f, #9aa4b8);
}

.hbc-persion-name {
    margin: 12px 0 6px;
    color: #ffffff;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    font-weight: 700;
}

.hbc-persion-meta {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
    line-height: 1.45;
}

.hbc-persion-nav {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hbc-persion-btn {
    width: 34px;
    height: 34px;
    border: 0;
    background: var(--hbc-persion-group-color, rgba(255, 255, 255, 0.2));
    color: #fff;
    border-radius: 50%;
}

.hbc-persion-btn::after {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.hbc-persion-pagination {
    position: static;
    width: auto !important;
}

.hbc-persion-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    opacity: 1;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    margin: 0 2px !important;
}

.hbc-persion-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: var(--hbc-persion-group-color, #174ea3);
}

.hbc-persion-empty {
    margin: 0;
    color: #fff;
}

@media (max-width: 980px) {
    .hbc-persion-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hbc-persion {
        padding: 22px 12px;
    }

    .hbc-persion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hbc-persion-name {
        margin-top: 8px;
    }
}

@media (max-width: 520px) {
    .hbc-persion-grid {
        grid-template-columns: 1fr;
    }
}
