/*
Theme Name: Atletinoticias
Theme URI: https://atletinoticias.com/
Author: Atletinoticias
Description: Theme editorial de noticias del Atlético de Madrid para Atletinoticias.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: cadismodigital
*/

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

body {
	margin: 0;
	color: #0b234f;
	background: #fff;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cd-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.cd-main {
	min-height: 55vh;
	padding-block: 48px;
}

.cd-post-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.cd-card {
	border-bottom: 4px solid #d71920;
}

.cd-card a {
	text-decoration: none;
}

@media (max-width: 760px) {
	.cd-post-list {
		grid-template-columns: 1fr;
	}
}
