/*
Theme Name: MiauManias
Theme URI: https://miaumanias.com
Author: Miaumanias
Author URI: https://miaumanias.com
Description: Tema leve, responsivo e amigável para o blog Miaumanias. Inclui logo personalizável, áreas dedicadas para anúncios (AdSense ou outros), shortcode de FAQ com Schema.org e estilos para citação de fontes científicas.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miaumanias
*/

/* =========================================================================
   1. VARIÁVEIS — paleta extraída da logo (#083145 navy / #14C0AD verde-água)
   ========================================================================= */
:root {
	/* Cores da marca */
	--mm-navy: #083145;
	--mm-navy-2: #0f4259;
	--mm-teal: #14c0ad;
	--mm-teal-dark: #0f9586;
	--mm-teal-tint: #e4f5f2;
	--mm-cream: #fbf8f3;
	--mm-coral: #ff8b5e;
	--mm-coral-dark: #d1714d;
	--mm-ink: #22323a;
	--mm-white: #ffffff;
	--mm-border: #d9ebe7;

	/* Tipografia */
	--mm-font-display: "Baloo 2", "Segoe UI Rounded", system-ui, sans-serif;
	--mm-font-body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	/* Espaçamento */
	--mm-s1: 4px;
	--mm-s2: 8px;
	--mm-s3: 12px;
	--mm-s4: 16px;
	--mm-s5: 24px;
	--mm-s6: 32px;
	--mm-s7: 48px;
	--mm-s8: 64px;

	/* Raios e sombras (ecoam as formas arredondadas da logo) */
	--mm-radius-sm: 8px;
	--mm-radius-md: 14px;
	--mm-radius-lg: 22px;
	--mm-radius-pill: 999px;
	--mm-shadow: 0 8px 24px rgba(8, 49, 69, 0.08);
	--mm-shadow-hover: 0 14px 32px rgba(8, 49, 69, 0.14);

	--mm-container: 1180px;
}

/* =========================================================================
   2. RESET BÁSICO
   ========================================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--mm-cream);
	color: var(--mm-ink);
	font-family: var(--mm-font-body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: var(--mm-radius-md);
}

a {
	color: var(--mm-navy);
	text-decoration-color: var(--mm-teal);
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

a:hover {
	color: var(--mm-teal-dark);
}

ul,
ol {
	padding-left: 1.3em;
}

figure {
	margin: 0;
}

button {
	font-family: inherit;
}

/* Acessibilidade: foco visível sempre, movimento reduzido respeitado */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid var(--mm-coral);
	outline-offset: 2px;
	border-radius: var(--mm-radius-sm);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}

.skip-link.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--mm-navy);
	color: var(--mm-white);
	padding: var(--mm-s3) var(--mm-s4);
	z-index: 999;
	border-radius: 0 0 var(--mm-radius-sm) 0;
}

.skip-link.screen-reader-text:focus {
	left: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =========================================================================
   3. TIPOGRAFIA
   ========================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--mm-font-display);
	color: var(--mm-navy);
	line-height: 1.25;
	margin: 0 0 var(--mm-s4);
	font-weight: 800;
}

h1 {
	font-size: clamp(1.9rem, 1.4rem + 2vw, 2.8rem);
}

h2 {
	font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.05rem);
}

h3 {
	font-size: 1.35rem;
	font-weight: 600;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content figure,
.entry-content table {
	margin: 0 0 var(--mm-s5);
}

.entry-content ul:not([class]) {
	list-style: none;
	padding-left: 0;
}

.entry-content ul:not([class]) li {
	position: relative;
	padding-left: 1.6em;
	margin-bottom: var(--mm-s2);
}

.entry-content ul:not([class]) li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314c0ad'%3E%3Ccircle cx='6' cy='9' r='2.4'/%3E%3Ccircle cx='12' cy='6.5' r='2.4'/%3E%3Ccircle cx='18' cy='9' r='2.4'/%3E%3Cpath d='M12 11.2c-3.6 0-6.6 2.7-6.6 5.6 0 1.7 1.5 2.7 3 2.1.9-.3 1.8-.5 3.6-.5s2.7.2 3.6.5c1.5.6 3-.4 3-2.1 0-2.9-3-5.6-6.6-5.6z'/%3E%3C/svg%3E");
}

.entry-content blockquote {
	border-left: 4px solid var(--mm-teal);
	background: var(--mm-teal-tint);
	padding: var(--mm-s4) var(--mm-s5);
	border-radius: 0 var(--mm-radius-md) var(--mm-radius-md) 0;
	font-style: italic;
	color: var(--mm-navy-2);
}

.entry-content a[target="_blank"]::after {
	content: "↗";
	display: inline-block;
	margin-left: 2px;
	font-size: 0.8em;
	color: var(--mm-teal-dark);
}

/* =========================================================================
   4. LAYOUT
   ========================================================================= */
.container {
	max-width: var(--mm-container);
	margin: 0 auto;
	padding: 0 var(--mm-s5);
}

.content-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--mm-s7);
	padding: var(--mm-s6) 0 var(--mm-s8);
}

@media (min-width: 900px) {
	.content-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
		align-items: start;
	}
}

.site-main {
	min-width: 0;
}

/* =========================================================================
   5. CABEÇALHO
   ========================================================================= */
.site-header {
	background: var(--mm-navy);
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 4px 18px rgba(8, 49, 69, 0.18);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--mm-s5);
	padding: var(--mm-s3) var(--mm-s5);
	flex-wrap: wrap;
}

.site-branding img {
	max-height: 56px;
	width: auto;
	border-radius: 0;
}

.site-title-fallback {
	font-family: var(--mm-font-display);
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--mm-white);
	text-decoration: none;
}

.main-navigation {
	display: flex;
	align-items: center;
	gap: var(--mm-s5);
	margin-left: auto;
}

.mm-nav-menu {
	display: flex;
	align-items: center;
	gap: var(--mm-s5);
	list-style: none;
	padding: 0;
	margin: 0;
}

.mm-nav-menu a {
	color: var(--mm-white);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.98rem;
	padding: var(--mm-s2) var(--mm-s1);
	border-bottom: 2px solid transparent;
}

.mm-nav-menu a:hover,
.mm-nav-menu .current-menu-item > a {
	color: var(--mm-teal);
	border-bottom-color: var(--mm-teal);
}

.mm-nav-menu ul {
	list-style: none;
}

.menu-toggle {
	display: none;
	background: none;
	border: none;
	color: var(--mm-white);
	cursor: pointer;
	padding: var(--mm-s2);
	border-radius: var(--mm-radius-sm);
}

.mm-nav-search {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius-pill);
	padding: var(--mm-s1) var(--mm-s2) var(--mm-s1) var(--mm-s4);
}

.mm-nav-search input {
	background: transparent;
	border: none;
	color: var(--mm-white);
	font-family: var(--mm-font-body);
	width: 130px;
	font-size: 0.92rem;
}

.mm-nav-search input::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

.mm-nav-search input:focus {
	outline: none;
}

.mm-nav-search button {
	background: var(--mm-teal);
	color: var(--mm-navy);
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 760px) {
	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation {
		width: 100%;
		flex-wrap: wrap;
	}

	.mm-nav-menu {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		gap: var(--mm-s3);
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.25s ease;
		order: 3;
	}

	.main-navigation.is-open .mm-nav-menu {
		max-height: 70vh;
		overflow-y: auto;
		padding: var(--mm-s4) 0;
	}

	.mm-nav-search {
		order: 2;
		margin-left: auto;
	}
}

/* =========================================================================
   6. ANÚNCIOS — faixas (AdSense ou qualquer outra rede)
   ========================================================================= */
.ad-slot {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	margin: var(--mm-s6) auto;
	padding: var(--mm-s4);
	background: var(--mm-white);
	border: 1px dashed var(--mm-border);
	border-radius: var(--mm-radius-md);
}

.ad-slot__label {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a9aa1;
	margin-bottom: var(--mm-s2);
}

.ad-slot--header {
	margin: var(--mm-s4) auto;
}

.ad-slot--content {
	margin: var(--mm-s6) 0;
}

.ad-slot ins,
.ad-slot iframe {
	max-width: 100%;
}

/* =========================================================================
   7. GRADE DE POSTS / CARDS
   ========================================================================= */
.post-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--mm-s5);
	margin-bottom: var(--mm-s6);
}

@media (min-width: 620px) {
	.post-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1020px) {
	.post-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.post-grid--featured .post-card:first-child {
		grid-column: span 3;
		display: grid;
		grid-template-columns: 1.1fr 1fr;
		gap: var(--mm-s5);
	}

	.post-grid--featured .post-card:first-child .post-card__thumb {
		aspect-ratio: auto;
		height: 100%;
	}

	.post-grid--featured .post-card:first-child .post-card__title {
		font-size: 1.7rem;
	}
}

.post-card {
	background: var(--mm-white);
	border-radius: var(--mm-radius-lg);
	overflow: hidden;
	box-shadow: var(--mm-shadow);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	display: flex;
	flex-direction: column;
}

.post-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--mm-shadow-hover);
}

.post-card__thumb {
	display: block;
	aspect-ratio: 16/10;
	overflow: hidden;
}

.post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.3s ease;
}

.post-card:hover .post-card__thumb img {
	transform: scale(1.04);
}

.post-card__body {
	padding: var(--mm-s5);
	display: flex;
	flex-direction: column;
	gap: var(--mm-s2);
	flex: 1;
}

.post-card__badge {
	align-self: flex-start;
	background: var(--mm-teal-tint);
	color: var(--mm-teal-dark);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: var(--mm-radius-pill);
	text-decoration: none;
}

.post-card__title {
	font-size: 1.2rem;
	margin: 0;
}

.post-card__title a {
	text-decoration: none;
	color: var(--mm-navy);
}

.post-card__excerpt {
	color: #4c5d65;
	font-size: 0.96rem;
	margin: 0;
	flex: 1;
}

.post-card__meta {
	display: flex;
	gap: var(--mm-s4);
	font-size: 0.8rem;
	color: #79898f;
	margin-top: var(--mm-s2);
}

.post-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

/* =========================================================================
   8. PAGINAÇÃO
   ========================================================================= */
.pagination {
	display: flex;
	justify-content: center;
	gap: var(--mm-s2);
	flex-wrap: wrap;
	margin-top: var(--mm-s6);
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 var(--mm-s3);
	border-radius: var(--mm-radius-pill);
	background: var(--mm-white);
	color: var(--mm-navy);
	text-decoration: none;
	font-weight: 600;
	box-shadow: var(--mm-shadow);
}

.pagination .page-numbers.current {
	background: var(--mm-teal);
	color: var(--mm-navy);
}

.pagination .page-numbers.dots {
	background: transparent;
	box-shadow: none;
}

/* =========================================================================
   9. BREADCRUMBS
   ========================================================================= */
.mm-breadcrumbs {
	font-size: 0.85rem;
	color: #6c7d84;
	margin-bottom: var(--mm-s4);
	padding-top: var(--mm-s5);
}

.mm-breadcrumbs a {
	color: #6c7d84;
	text-decoration: none;
}

.mm-breadcrumbs a:hover {
	color: var(--mm-teal-dark);
}

.mm-breadcrumbs [aria-current="page"] {
	color: var(--mm-navy);
	font-weight: 600;
}

/* =========================================================================
   10. POST ÚNICO
   ========================================================================= */
.entry-header {
	margin-bottom: var(--mm-s5);
}

.entry-title {
	margin-bottom: var(--mm-s3);
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--mm-s4);
	color: #6c7d84;
	font-size: 0.9rem;
	margin-bottom: var(--mm-s4);
}

.entry-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.entry-thumb {
	margin-bottom: var(--mm-s5);
	border-radius: var(--mm-radius-lg);
	overflow: hidden;
	box-shadow: var(--mm-shadow);
}

.entry-thumb img {
	border-radius: 0;
	width: 100%;
}

.entry-content {
	font-size: 1.05rem;
}

.entry-footer {
	margin-top: var(--mm-s6);
	display: flex;
	flex-wrap: wrap;
	gap: var(--mm-s2);
}

.tag-pill {
	background: var(--mm-cream);
	border: 1px solid var(--mm-border);
	color: var(--mm-navy-2);
	font-size: 0.82rem;
	padding: 4px 12px;
	border-radius: var(--mm-radius-pill);
	text-decoration: none;
}

.tag-pill:hover {
	background: var(--mm-teal-tint);
}

/* Caixa de fontes científicas — aplique a classe "fontes-cientificas"
   a um bloco de Lista ou HTML personalizado no editor. */
.fontes-cientificas {
	background: var(--mm-teal-tint);
	border: 1px solid var(--mm-border);
	border-radius: var(--mm-radius-md);
	padding: var(--mm-s5);
	margin: var(--mm-s6) 0;
}

.fontes-cientificas h2,
.fontes-cientificas h3 {
	margin-top: 0;
	font-size: 1.1rem;
}

.fontes-cientificas ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.fontes-cientificas li {
	position: relative;
	padding-left: 1.7em;
	margin-bottom: var(--mm-s3);
	font-size: 0.92rem;
	color: var(--mm-navy-2);
}

.fontes-cientificas li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230f9586'%3E%3Ccircle cx='6' cy='9' r='2.4'/%3E%3Ccircle cx='12' cy='6.5' r='2.4'/%3E%3Ccircle cx='18' cy='9' r='2.4'/%3E%3Cpath d='M12 11.2c-3.6 0-6.6 2.7-6.6 5.6 0 1.7 1.5 2.7 3 2.1.9-.3 1.8-.5 3.6-.5s2.7.2 3.6.5c1.5.6 3-.4 3-2.1 0-2.9-3-5.6-6.6-5.6z'/%3E%3C/svg%3E");
}

/* FAQ — shortcode [faq] */
.mm-faq-item {
	background: var(--mm-white);
	border: 1px solid var(--mm-border);
	border-radius: var(--mm-radius-md);
	padding: var(--mm-s4) var(--mm-s5);
	margin-bottom: var(--mm-s3);
}

.mm-faq-question {
	cursor: pointer;
	font-weight: 700;
	color: var(--mm-navy);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--mm-s3);
	list-style: none;
}

.mm-faq-question::-webkit-details-marker {
	display: none;
}

.mm-faq-chevron {
	flex-shrink: 0;
	transition: transform 0.2s ease;
	color: var(--mm-teal-dark);
}

.mm-faq-item[open] .mm-faq-chevron {
	transform: rotate(180deg);
}

.mm-faq-answer {
	margin-top: var(--mm-s3);
	color: #4c5d65;
}

/* Caixa do autor */
.author-box {
	display: flex;
	gap: var(--mm-s4);
	align-items: center;
	background: var(--mm-white);
	border-radius: var(--mm-radius-lg);
	padding: var(--mm-s5);
	margin-top: var(--mm-s6);
	box-shadow: var(--mm-shadow);
}

.author-box img {
	border-radius: 50%;
	flex-shrink: 0;
}

.author-box h2 {
	font-size: 1rem;
	margin: 0 0 4px;
}

.author-box p {
	margin: 0;
	font-size: 0.92rem;
	color: #4c5d65;
}

/* Posts relacionados */
.related-posts {
	margin-top: var(--mm-s7);
}

.related-posts h2 {
	margin-bottom: var(--mm-s5);
}

/* =========================================================================
   11. SIDEBAR / WIDGETS
   ========================================================================= */
.widget-area {
	display: flex;
	flex-direction: column;
	gap: var(--mm-s5);
}

.widget {
	background: var(--mm-white);
	border-radius: var(--mm-radius-lg);
	padding: var(--mm-s5);
	box-shadow: var(--mm-shadow);
}

.widget-title {
	font-size: 1rem;
	margin: 0 0 var(--mm-s4);
	padding-bottom: var(--mm-s3);
	border-bottom: 2px solid var(--mm-teal-tint);
}

.widget ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.widget li {
	padding: var(--mm-s2) 0;
	border-bottom: 1px solid var(--mm-cream);
}

.widget li:last-child {
	border-bottom: none;
}

.widget a {
	text-decoration: none;
}

.widget select,
.widget input[type="text"],
.widget input[type="search"] {
	width: 100%;
	padding: var(--mm-s2) var(--mm-s3);
	border-radius: var(--mm-radius-sm);
	border: 1px solid var(--mm-border);
	font-family: var(--mm-font-body);
}

.searchform {
	display: flex;
	gap: var(--mm-s2);
}

.searchform input[type="search"] {
	flex: 1;
}

.searchform button {
	background: var(--mm-teal);
	color: var(--mm-navy);
	border: none;
	border-radius: var(--mm-radius-sm);
	padding: 0 var(--mm-s3);
	cursor: pointer;
}

/* =========================================================================
   12. BOTÕES (uso geral em templates/widgets)
   ========================================================================= */
.btn {
	display: inline-flex;
	align-items: center;
	gap: var(--mm-s2);
	font-weight: 700;
	font-size: 0.95rem;
	padding: var(--mm-s3) var(--mm-s5);
	border-radius: var(--mm-radius-pill);
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn--primary {
	background: var(--mm-navy);
	color: var(--mm-white);
}

.btn--primary:hover {
	background: var(--mm-teal);
	color: var(--mm-navy);
}

.btn--ghost {
	background: transparent;
	border-color: var(--mm-navy);
	color: var(--mm-navy);
}

.btn--ghost:hover {
	background: var(--mm-teal);
	border-color: var(--mm-teal);
	color: var(--mm-navy);
}

/* =========================================================================
   13. COMENTÁRIOS
   ========================================================================= */
.comments-area {
	margin-top: var(--mm-s7);
}

.comment-list {
	list-style: none;
	padding-left: 0;
}

.comment-list .children {
	list-style: none;
	padding-left: var(--mm-s6);
}

.comment-body {
	background: var(--mm-white);
	border-radius: var(--mm-radius-md);
	padding: var(--mm-s5);
	margin-bottom: var(--mm-s4);
	box-shadow: var(--mm-shadow);
}

.comment-author .fn {
	font-weight: 700;
	color: var(--mm-navy);
}

.comment-metadata {
	font-size: 0.8rem;
	color: #8a9aa1;
}

.comment-metadata a {
	color: inherit;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: var(--mm-s3);
	border: 1px solid var(--mm-border);
	border-radius: var(--mm-radius-sm);
	font-family: var(--mm-font-body);
	margin-bottom: var(--mm-s3);
}

.comment-form label {
	display: block;
	font-weight: 600;
	margin-bottom: var(--mm-s1);
	font-size: 0.9rem;
}

.comment-reply-title {
	margin-bottom: var(--mm-s4);
}

/* =========================================================================
   14. RODAPÉ
   ========================================================================= */
.site-footer {
	background: var(--mm-navy);
	color: rgba(255, 255, 255, 0.85);
	margin-top: var(--mm-s8);
}

.footer-widgets {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--mm-s6);
	padding: var(--mm-s7) var(--mm-s5);
}

@media (min-width: 760px) {
	.footer-widgets {
		grid-template-columns: repeat(3, 1fr);
	}
}

.footer-widgets .widget {
	background: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.footer-widgets .widget-title {
	color: var(--mm-white);
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.footer-widgets a {
	color: rgba(255, 255, 255, 0.85);
}

.footer-widgets a:hover {
	color: var(--mm-teal);
}

.ad-slot--footer {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.2);
	max-width: var(--mm-container);
}

.ad-slot--footer .ad-slot__label {
	color: rgba(255, 255, 255, 0.6);
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: var(--mm-s4) var(--mm-s5);
	font-size: 0.85rem;
	text-align: center;
}

.site-footer__bottom svg {
	vertical-align: -1px;
	color: var(--mm-coral);
}

/* =========================================================================
   15. PÁGINA 404
   ========================================================================= */
.error-404 {
	text-align: center;
	padding: var(--mm-s8) var(--mm-s5);
}

.error-404 .mm-icon-big {
	color: var(--mm-teal);
	margin-bottom: var(--mm-s4);
}

.error-404 .btn {
	margin-top: var(--mm-s5);
}
