/*
Theme Name: Tema Blisq Corporate
Theme URI: https://blisq.pt
Author: Blisq Creative
Author URI: https://blisq.pt
Description: Starter theme WordPress interno, modular e extensível, desenvolvido pela Blisq Creative.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, translation-ready
Text Domain: blisq
*/

:root {
	--blisq-color-background: #fff;
	--blisq-color-border: #dcdcde;
	--blisq-color-error: #b32d2e;
	--blisq-color-text: #191919;
	--blisq-content-width: 48rem;
	--blisq-wide-width: 80rem;
	--blisq-space: 1.5rem;
}

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

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: var(--blisq-color-background);
	color: var(--blisq-color-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	margin: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

img,
svg,
video {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.site-header,
.site-main,
.site-footer {
	margin-inline: auto;
	max-width: var(--blisq-wide-width);
	padding: var(--blisq-space);
	width: 100%;
}

.site-header,
.site-footer-legal,
.menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.site-header,
.site-footer-legal {
	justify-content: space-between;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-main {
	min-height: 60vh;
}

.site-main > * {
	margin-inline: auto;
	max-width: var(--blisq-content-width);
}

.site-main > .alignwide,
.site-main > .wp-block-group.alignwide,
.site-main > .wp-block-cover.alignwide {
	max-width: var(--blisq-wide-width);
}

.site-main > .alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.entry-content > * + *,
.site-main > * + * {
	margin-block-start: var(--blisq-space);
}

.entry-thumbnail {
	margin-block: var(--blisq-space);
}

.entry-thumbnail img {
	width: 100%;
}

.navigation.pagination,
.post-navigation,
.comments-area {
	margin-block-start: calc(var(--blisq-space) * 2);
}

.blisq-table-wrapper {
	overflow-x: auto;
}

.blisq-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.blisq-table caption {
	font-weight: 700;
	padding-block-end: 0.5rem;
	text-align: start;
}

.blisq-table td,
.blisq-table th {
	border: 1px solid var(--blisq-color-border);
	padding: 0.6rem 0.75rem;
	text-align: start;
}

.blisq-table.is-striped tbody tr:nth-child(even) {
	background: #f6f7f7;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-break: normal !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f6f7f7;
	clip-path: none;
	color: #1d2327;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	height: auto;
	left: 0.5rem;
	line-height: normal;
	padding: 0.75rem 1rem;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}
