.mbm-product-hub-links {
    margin: 28px 0 0;
    padding: 22px;
    border: 1px solid rgba(107, 72, 138, 0.14);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(248, 245, 251, 0.95), rgba(255, 255, 255, 0.98));
}

.mbm-product-hub-links__head {
    margin-bottom: 16px;
}

.mbm-product-hub-links__eyebrow {
    margin: 0 0 4px;
    color: #8c6ba8;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.mbm-product-hub-links__title {
    margin: 0;
    color: #3f3349;
    font-size: clamp(1.18rem, 1.6vw, 1.55rem);
    line-height: 1.25;
}

.mbm-product-hub-links__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mbm-product-hub-links__link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(107, 72, 138, 0.16);
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mbm-product-hub-links__link:hover,
.mbm-product-hub-links__link:focus-visible {
    border-color: rgba(107, 72, 138, 0.36);
    box-shadow: 0 14px 34px rgba(61, 42, 77, 0.09);
    transform: translateY(-1px);
}

.mbm-product-hub-links__label {
    color: #4c375f;
    font-weight: 700;
    line-height: 1.25;
}

.mbm-product-hub-links__description {
    color: #6f6678;
    font-size: 0.92rem;
    line-height: 1.45;
}
