/*
 * PokeTeamOn M7.6 — contextual Content <-> Tool internal linking.
 * Static presentation only; no engine or workflow behavior.
 */

.m76-related-guides {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(103, 92, 62, 0.12);
}

.m76-related-guides-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.68;
}

.m76-related-guides-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.m76-related-guides-links a {
    display: inline-flex;
    max-width: 100%;
    min-height: 34px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(103, 92, 62, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    color: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.m76-related-guides-links a:hover,
.m76-related-guides-links a:focus-visible {
    text-decoration: underline;
}

@media (min-width: 760px) {
    .m76-related-guides {
        margin-top: 16px;
        padding-top: 14px;
    }
}
