.internal-links-shell {
    background: #f7f3ef;
    border-radius: 32px;
    padding: 24px 0;
    border: 1px solid rgba(161, 44, 47, 0.08);
}

.internal-links-header h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f1f1f;
}

.internal-links-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(161, 44, 47, 0.1);
    color: #a12c2f;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem;
}

.internal-links-buttons {
    gap: 0.75rem;
}

.internal-link-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(161, 44, 47, 0.16);
    background: #fff;
    color: #4f4f4f;
    font-size: 0.92rem;
    font-weight: 600;
    transition: all 0.25s ease;
}

.internal-link-pill:hover {
    color: #fff;
    background: #a12c2f;
    border-color: #a12c2f;
    text-decoration: none;
    transform: translateY(-1px);
}

.internal-links-shell .row {
    margin: 0;
}

@media (max-width: 991.98px) {
    .internal-links-buttons {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .internal-links-header,
    .internal-links-buttons {
        padding-left: 18px;
        padding-right: 18px;
    }
}
