/**
 * assets/css/gsc-internal-links-frontend.css
 * Minimal styles for the injected internal links block.
 */

.gsc-related-pages {
    margin: 2em 0;
    padding: 1.5em;
    background: rgba(0,0,0,0.03);
    border-radius: 8px;
    border-left: 4px solid #2271b1;
}

.gsc-related-pages h3 {
    margin-top: 0;
    font-size: 1.25em;
}

.gsc-related-pages ul {
    margin: 0;
    padding-left: 1.5em;
    list-style: disc;
}

.gsc-related-pages li {
    margin-bottom: 0.5em;
}

.gsc-related-pages a {
    text-decoration: none;
    font-weight: 500;
    color: #2271b1;
}

.gsc-related-pages a:hover {
    text-decoration: underline;
}
