/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

/* Fonte de máquina de escrever para todo o site */
body {
	font-family: 'Special Elite', 'Courier New', monospace ;
}

/* Garante que títulos também usam a fonte */
h1, h2, h3, h4, h5, h6,
.wp-block-post-title {
	font-family: 'Special Elite', 'Courier New', monospace ;
}

/* Links vermelhos como fita de máquina de escrever */
a {
	color: #d32f2f;
	text-decoration: underline;
}

a:hover {
	color: #b71c1c;
	text-decoration: none;
}



/* Título ocupa os outros 50% */
body.single-post .wp-block-post-title {
	flex: 1;
	margin: 0;
	padding-top: 20px;
}
.ilj-backlinks {
    margin-top: 2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ilj-backlinks h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #333;
}

.ilj-backlinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
}

.ilj-backlinks li {
    background: #f5f5f5;
    border-radius: 0.5em;
    padding: 0.75em 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    max-width: 250px;
    flex: 1 1 auto;
}

.ilj-backlinks li a {
    text-decoration: none;
    color: #111;
    font-size: 0.9rem;
    display: block;
}

.ilj-backlinks .ilj-excerpt {
    display: block;
    margin-top: 0.25em;
    font-size: 0.8rem;
    color: #555;
    line-height: 1.3em;
}
