.hub-agent-grid {
    gap: 16px;
}

.faq-stack {
    display: grid;
    gap: 16px;
}

.faq-entry strong {
    display: block;
    margin-bottom: 6px;
    color: #4b2e6d;
}

.faq-entry p {
    margin: 0;
    color: #6b5a7a;
    line-height: 1.65;
}

.page-specialists-index .hub-agent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.hub-discipline-btn {
    color: var(--ink);
    background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .78) 100%);
    border: 1px solid rgba(233, 225, 242, 1);
    box-shadow: 0 12px 28px rgba(44, 27, 58, .08), inset 0 1px 0 rgba(255, 255, 255, .75);
}

.hub-discipline-btn:hover,
.hub-discipline-btn:focus-visible {
    color: var(--ink);
}

.page-profile .reviews-swiper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.page-profile .reviews-swiper::-webkit-scrollbar {
    display: none;
}

.page-profile .reviews-swiper .swiper-wrapper {
    gap: 18px;
    align-items: stretch;
}

.page-profile .reviews-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.page-profile .reviews-swiper .review-card {
    flex: 0 0 auto;
}

.page-profile .reviews-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(233, 225, 242, 1);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(252, 247, 241, .95) 100%);
    color: var(--ink);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(44, 27, 58, .08), inset 0 1px 0 rgba(255, 255, 255, .88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-profile .reviews-nav:hover,
.page-profile .reviews-nav:focus-visible {
    color: var(--ink);
}

.page-profile .reviews-nav:disabled {
    opacity: .35;
    cursor: default;
}

.page-profile .reviews-nav-prev {
    left: 0;
}

.page-profile .reviews-nav-next {
    right: 0;
}

@media (max-width: 899px) {
    .page-profile .reviews-nav {
        display: none;
    }
}
