/*
Theme Name: Plenitud Natural
Theme URI: https://www.vivirplenitud.com/
Author: Katey Lyon
Author URI: https://www.vivirplenitud.com/
Description: Tema WordPress a medida para Vivir en Plenitud. Portada 100% configurable (hero, tarjetas de categoría, artículos destacados, libros, columnas por categoría, newsletter y sobre la autora), barra lateral con widgets propios para elegir entradas y libros, migas de pan, datos estructurados y opciones de rendimiento. Sin page builders y sin dependencias externas.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plenitud
Tags: blog, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
	--pl-primary: #1f7a45;
	--pl-primary-dark: #176035;
	--pl-heading: #1b3d2f;
	--pl-text: #4a564f;
	--pl-muted: #7b8a82;
	--pl-border: #e3ebe2;
	--pl-light: #f2f7f1;
	--pl-lighter: #f8fbf7;
	--pl-footer-bg: #2f5d3f;
	--pl-footer-text: #e6efe7;

	--pl-cat-1: #2f8f4e;
	--pl-cat-2: #e0518c;
	--pl-cat-3: #7c5cbf;
	--pl-cat-4: #ef8b23;
	--pl-accent: var(--pl-primary);

	--pl-content-width: 1200px;
	--pl-sidebar-width: 330px;
	--pl-gap: 28px;
	--pl-radius: 14px;
	--pl-radius-sm: 8px;
	--pl-shadow: 0 1px 2px rgba(27, 61, 47, .05), 0 8px 24px rgba(27, 61, 47, .07);
	--pl-shadow-lg: 0 12px 40px rgba(27, 61, 47, .12);
	--pl-footer-cols: 4;

	--pl-font-heading: Lora, Georgia, "Times New Roman", serif;
	--pl-font-body: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   2. Base
   ========================================================================== */

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

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

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

body {
	margin: 0;
	background: #fff;
	color: var(--pl-text);
	font-family: var(--pl-font-body);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em;
	color: var(--pl-heading);
	font-family: var(--pl-font-heading);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.01em;
}

h1 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3rem); }
h2 { font-size: clamp(1.6rem, 1.25rem + 1.5vw, 2.25rem); }
h3 { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.5rem); }
h4 { font-size: 1.2rem; }
h5, h6 { font-size: 1.05rem; }

p, ul, ol, dl, table, pre, blockquote, figure { margin: 0 0 1.35em; }

a { color: var(--pl-primary); text-decoration: none; transition: color .18s ease; }
a:hover, a:focus { color: var(--pl-primary-dark); text-decoration: underline; }

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

:focus-visible {
	outline: 3px solid var(--pl-primary);
	outline-offset: 2px;
	border-radius: 3px;
}

table { width: 100%; border-collapse: collapse; }
th, td { padding: .6em .8em; border: 1px solid var(--pl-border); text-align: left; }
th { background: var(--pl-light); color: var(--pl-heading); }

code, kbd, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .92em; }
code { background: var(--pl-light); padding: .15em .4em; border-radius: 4px; }
pre { background: #1b3d2f; color: #e6efe7; padding: 1.1em 1.3em; border-radius: var(--pl-radius-sm); overflow: auto; }
pre code { background: none; color: inherit; padding: 0; }

blockquote {
	margin-left: 0;
	padding: .4em 0 .4em 1.35em;
	border-left: 4px solid var(--pl-primary);
	color: var(--pl-heading);
	font-family: var(--pl-font-heading);
	font-size: 1.1rem;
	font-style: italic;
}

hr { height: 1px; margin: 2.5em 0; border: 0; background: var(--pl-border); }

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

input[type="text"], input[type="email"], input[type="url"], input[type="search"],
input[type="password"], input[type="number"], input[type="tel"], input[type="date"],
textarea, select {
	width: 100%;
	max-width: 100%;
	padding: .7em .95em;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius-sm);
	background: #fff;
	transition: border-color .18s ease, box-shadow .18s ease;
}

input:focus, textarea:focus, select:focus {
	border-color: var(--pl-primary);
	box-shadow: 0 0 0 3px rgba(31, 122, 69, .14);
	outline: none;
}

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

.pl-skip-link:focus {
	position: fixed !important;
	top: 12px; left: 12px;
	z-index: 999;
	width: auto; height: auto;
	padding: .7em 1.2em;
	clip: auto; clip-path: none;
	background: var(--pl-primary);
	color: #fff; border-radius: var(--pl-radius-sm);
}

.pl-container {
	width: 100%;
	max-width: var(--pl-content-width);
	margin-inline: auto;
	padding-inline: 20px;
}

/* ==========================================================================
   3. Buttons
   ========================================================================== */

.pl-btn {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	padding: .78em 1.7em;
	border: 2px solid var(--pl-accent);
	border-radius: 999px;
	background: var(--pl-accent);
	color: #fff;
	font-family: var(--pl-font-body);
	font-size: .97rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, filter .18s ease;
}

.pl-btn:hover, .pl-btn:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(.9);
	box-shadow: 0 8px 20px rgba(27, 61, 47, .18);
}

.pl-btn--outline {
	background: transparent;
	color: var(--pl-accent);
}

.pl-btn--outline:hover, .pl-btn--outline:focus {
	background: var(--pl-accent);
	border-color: var(--pl-accent);
	color: #fff;
	filter: none;
}

.pl-btn--light {
	background: #fff;
	border-color: #fff;
	color: var(--pl-heading);
}

.pl-btn--light:hover, .pl-btn--light:focus {
	background: var(--pl-light);
	border-color: var(--pl-light);
	color: var(--pl-heading);
	filter: none;
}

.pl-btn--soft {
	background: var(--pl-light);
	border-color: var(--pl-light);
	color: var(--pl-heading);
}

.pl-btn--soft:hover, .pl-btn--soft:focus {
	background: var(--pl-accent);
	border-color: var(--pl-accent);
	color: #fff;
	filter: none;
}

.pl-btn--block { display: flex; width: 100%; justify-content: center; }
.pl-btn--sm { padding: .55em 1.25em; font-size: .875rem; }

.pl-btn svg { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ==========================================================================
   4. Header
   ========================================================================== */

.pl-header {
	position: relative;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid var(--pl-border);
}

.pl-header--sticky { position: sticky; top: 0; }
body.admin-bar .pl-header--sticky { top: 32px; }

@media (max-width: 782px) {
	body.admin-bar .pl-header--sticky { top: 46px; }
}

.pl-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 78px;
	padding-block: 10px;
}

.pl-branding { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.pl-branding img, .custom-logo { max-height: 62px; width: auto; }

.pl-site-title {
	margin: 0;
	font-family: var(--pl-font-heading);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.15;
}

.pl-site-title a { color: var(--pl-heading); text-decoration: none; }
.pl-site-title a:hover { color: var(--pl-primary); }

.pl-site-description {
	margin: 2px 0 0;
	color: var(--pl-muted);
	font-size: .8rem;
	line-height: 1.35;
}

.pl-nav { display: flex; align-items: center; gap: 8px; }

.pl-menu {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pl-menu li { position: relative; }

.pl-menu > li > a {
	display: block;
	padding: .55em .7em;
	border-radius: var(--pl-radius-sm);
	color: var(--pl-heading);
	font-size: .94rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.pl-menu > li > a:hover,
.pl-menu > li.current-menu-item > a,
.pl-menu > li.current-menu-ancestor > a,
.pl-menu > li.current_page_item > a { color: var(--pl-primary); }

.pl-menu > li.current-menu-item > a,
.pl-menu > li.current_page_item > a { box-shadow: inset 0 -2px 0 var(--pl-primary); border-radius: 0; }

.pl-menu .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: .42em; height: .42em;
	margin-left: .45em;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.pl-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 60;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	box-shadow: var(--pl-shadow-lg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.pl-menu .sub-menu .sub-menu { top: 0; left: 100%; }

.pl-menu li:hover > .sub-menu,
.pl-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.pl-menu .sub-menu a {
	display: block;
	padding: .5em .75em;
	border-radius: var(--pl-radius-sm);
	color: var(--pl-heading);
	font-size: .92rem;
	font-weight: 600;
	text-decoration: none;
}

.pl-menu .sub-menu a:hover { background: var(--pl-light); color: var(--pl-primary); }

.pl-header__actions { display: flex; align-items: center; gap: 4px; }

.pl-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px; height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--pl-heading);
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease;
}

.pl-icon-btn:hover { background: var(--pl-light); color: var(--pl-primary); }
.pl-icon-btn svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pl-menu-toggle { display: none; }

.pl-search-panel {
	display: none;
	padding-block: 18px;
	background: var(--pl-lighter);
	border-top: 1px solid var(--pl-border);
}

.pl-search-panel.is-open { display: block; }

.pl-search-form { display: flex; gap: 10px; }
.pl-search-form .pl-btn { flex: 0 0 auto; }

.pl-header--centered .pl-header__bar { flex-direction: column; gap: 12px; }
.pl-header--centered .pl-nav { width: 100%; justify-content: center; }

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

	.pl-nav { position: static; }

	.pl-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		max-height: 78vh;
		padding: 12px 20px 20px;
		overflow-y: auto;
		background: #fff;
		border-bottom: 1px solid var(--pl-border);
		box-shadow: var(--pl-shadow-lg);
	}

	.pl-menu.is-open { display: flex; }

	.pl-menu > li > a { padding: .8em .2em; border-bottom: 1px solid var(--pl-border); border-radius: 0; }

	.pl-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
		box-shadow: none;
		border: 0;
		border-radius: 0;
		padding: 0 0 0 14px;
	}

	.pl-menu li:hover > .sub-menu,
	.pl-menu li:focus-within > .sub-menu { display: block; }
}

/* ==========================================================================
   5. Breadcrumbs
   ========================================================================== */

.pl-breadcrumbs {
	padding-block: 12px;
	background: var(--pl-lighter);
	border-bottom: 1px solid var(--pl-border);
	color: var(--pl-muted);
	font-size: .84rem;
}

.pl-breadcrumbs .pl-container { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.pl-breadcrumbs a { color: var(--pl-muted); }
.pl-breadcrumbs a:hover { color: var(--pl-primary); }
.pl-breadcrumbs__sep { opacity: .55; }
.pl-breadcrumbs [aria-current="page"] { color: var(--pl-heading); font-weight: 600; }

/* ==========================================================================
   6. Layout
   ========================================================================== */

.pl-site-content { padding-block: 44px 64px; }

.pl-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--pl-sidebar-width);
	gap: 46px;
	align-items: start;
}

.pl-layout--left { grid-template-columns: var(--pl-sidebar-width) minmax(0, 1fr); }
.pl-layout--left .pl-main { order: 2; }
.pl-layout--left .pl-sidebar { order: 1; }
.pl-layout--full { grid-template-columns: minmax(0, 1fr); }
.pl-layout--narrow { grid-template-columns: minmax(0, 1fr); max-width: 820px; margin-inline: auto; }

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

@media (max-width: 991px) {
	.pl-layout, .pl-layout--left { grid-template-columns: minmax(0, 1fr); gap: 44px; }
	.pl-layout--left .pl-main { order: 1; }
	.pl-layout--left .pl-sidebar { order: 2; }
}

/* ==========================================================================
   7. Sections
   ========================================================================== */

.pl-section { padding-block: 56px; }
.pl-section--plain { background: #fff; }
.pl-section--light { background: var(--pl-lighter); }
.pl-section--tint { background: var(--pl-light); }
.pl-section--dark { background: var(--pl-heading); }
.pl-section--dark, .pl-section--dark .pl-section__title, .pl-section--dark .pl-section__subtitle { color: #fff; }

.pl-front > .pl-section:first-child { padding-top: 48px; }
.pl-main > .pl-section { padding-block: 0 48px; }

.pl-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 32px;
}

.pl-section__head--center { flex-direction: column; align-items: center; text-align: center; }

.pl-section__title { margin: 0; }
.pl-section__subtitle { margin: .5em 0 0; color: var(--pl-muted); font-size: 1.02rem; }
.pl-section__link { flex: 0 0 auto; }
.pl-section__cta { margin-top: 34px; text-align: center; }

.pl-eyebrow {
	display: inline-block;
	margin-bottom: .5em;
	color: var(--pl-accent);
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.pl-eyebrow a { color: inherit; text-decoration: none; }

/* ==========================================================================
   8. Hero
   ========================================================================== */

.pl-hero { position: relative; background: var(--pl-light); }

.pl-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(340px, 40vw, 520px);
	overflow: hidden;
}

.pl-hero__img {
	position: absolute;
	inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center;
}

.pl-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .15) 68%, rgba(255, 255, 255, 0) 100%);
}

.pl-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 620px;
	padding: 56px 20px;
	margin-inline: 0 auto;
	text-align: center;
}

.pl-hero--center .pl-hero__content { max-width: 780px; margin-inline: auto; }
.pl-hero--center .pl-hero__overlay { background: rgba(255, 255, 255, .78); }

.pl-hero--right .pl-hero__content { margin-inline: auto 0; }
.pl-hero--right .pl-hero__overlay { background: linear-gradient(270deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .8) 40%, rgba(255, 255, 255, .15) 68%, rgba(255, 255, 255, 0) 100%); }

.pl-hero--dark .pl-hero__overlay { background: linear-gradient(90deg, rgba(15, 40, 28, .84) 0%, rgba(15, 40, 28, .6) 50%, rgba(15, 40, 28, .15) 100%); }
.pl-hero--dark.pl-hero--center .pl-hero__overlay { background: rgba(15, 40, 28, .6); }
.pl-hero--dark.pl-hero--right .pl-hero__overlay { background: linear-gradient(270deg, rgba(15, 40, 28, .84) 0%, rgba(15, 40, 28, .6) 50%, rgba(15, 40, 28, .15) 100%); }
.pl-hero--dark .pl-hero__content, .pl-hero--dark .pl-hero__title, .pl-hero--dark .pl-hero__text, .pl-hero--dark .pl-hero__title a { color: #fff; }

.pl-hero__title {
	margin: 0 0 .45em;
	font-size: clamp(1.9rem, 1.15rem + 2.7vw, 2.95rem);
	line-height: 1.18;
}

.pl-hero__title a { color: inherit; text-decoration: none; }
.pl-hero__title a:hover { color: var(--pl-primary); }

.pl-hero__text { margin: 0 0 1.6em; font-size: 1.06rem; line-height: 1.6; }

.pl-hero--plain { background: var(--pl-light); }
.pl-hero--plain .pl-hero__inner { min-height: 0; }
.pl-hero--plain .pl-hero__content { max-width: 800px; margin-inline: auto; padding-block: 70px; }

/*
 * Below the overlay breakpoint the image stops being a background and becomes a
 * plain full-width picture above the text: it keeps its own proportions, so the
 * whole photo is visible and nothing gets cropped.
 */
@media (max-width: 767px) {
	.pl-hero__inner { min-height: 0; flex-direction: column; }

	.pl-hero__img {
		position: relative;
		width: 100%;
		height: auto;
		max-height: 70vh;
		object-fit: contain;
	}

	.pl-hero__overlay { display: none; }
	.pl-hero__content { max-width: none; margin: 0; padding: 34px 20px; background: var(--pl-light); }
	.pl-hero--dark .pl-hero__content { background: var(--pl-heading); }
}

/* ==========================================================================
   9. Category cards
   ========================================================================== */

.pl-cats {
	display: grid;
	grid-template-columns: repeat(var(--pl-cats-cols, 4), minmax(0, 1fr));
	gap: 24px;
}

.pl-cat {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	box-shadow: var(--pl-shadow);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

.pl-cat:hover { transform: translateY(-4px); box-shadow: var(--pl-shadow-lg); }

.pl-cat__media { position: relative; aspect-ratio: 4 / 3; background: var(--pl-light); }
.pl-cat__media img { width: 100%; height: 100%; object-fit: cover; }

.pl-cat__icon {
	position: absolute;
	left: 50%;
	bottom: -27px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px; height: 54px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--pl-accent);
	color: var(--pl-accent);
	font-size: 1.5rem;
	line-height: 1;
	transform: translateX(-50%);
	box-shadow: var(--pl-shadow);
}

.pl-cat__icon img { width: 26px; height: 26px; object-fit: contain; }
.pl-cat__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.pl-cat__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	align-items: center;
	padding: 40px 20px 24px;
	text-align: center;
}

.pl-cat--noimage .pl-cat__body { padding-top: 26px; }
.pl-cat--noimage .pl-cat__icon { position: static; transform: none; margin: 4px auto 14px; }

.pl-cat__title { margin: 0 0 .35em; color: var(--pl-accent); font-size: 1.22rem; }
.pl-cat__title a { color: inherit; text-decoration: none; }
.pl-cat__text { margin: 0 0 1.2em; color: var(--pl-text); font-size: .94rem; line-height: 1.55; }
.pl-cat__foot { margin-top: auto; }

@media (max-width: 991px) { .pl-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 519px) { .pl-cats { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   10. Post cards
   ========================================================================== */

.pl-grid { display: grid; gap: var(--pl-gap); }
.pl-grid--1 { grid-template-columns: minmax(0, 1fr); }
.pl-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pl-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pl-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1023px) {
	.pl-grid--3, .pl-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 599px) {
	.pl-grid--2, .pl-grid--3, .pl-grid--4 { grid-template-columns: minmax(0, 1fr); }
}

.pl-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	box-shadow: var(--pl-shadow);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

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

.pl-card__media { position: relative; display: block; aspect-ratio: 16 / 9; background: var(--pl-light); overflow: hidden; }
.pl-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pl-card:hover .pl-card__media img { transform: scale(1.04); }

.pl-card__badge {
	position: absolute;
	top: 12px; left: 12px;
	padding: .3em .8em;
	border-radius: 999px;
	background: var(--pl-accent);
	color: #fff;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.6;
}

.pl-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px 20px 22px; }

.pl-card__title { margin: 0 0 .4em; font-size: 1.14rem; line-height: 1.35; }
.pl-card__title a { color: var(--pl-heading); text-decoration: none; }
.pl-card__title a:hover { color: var(--pl-primary); }

.pl-card__excerpt { margin: .3em 0 1.1em; color: var(--pl-text); font-size: .94rem; line-height: 1.6; }
.pl-card__footer { margin-top: auto; padding-top: 4px; }

.pl-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: .5em;
	color: var(--pl-muted);
	font-size: .82rem;
}

.pl-meta a { color: inherit; }
.pl-meta a:hover { color: var(--pl-primary); }
.pl-meta__sep { opacity: .5; }

.pl-readmore {
	display: inline-flex;
	align-items: center;
	gap: .45em;
	padding: .48em 1.15em;
	border: 1px solid var(--pl-border);
	border-radius: 999px;
	color: var(--pl-heading);
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.pl-readmore:hover, .pl-readmore:focus {
	background: var(--pl-accent);
	border-color: var(--pl-accent);
	color: #fff;
	text-decoration: none;
}

.pl-readmore svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Featured: one big + small grid ------------------------------------------ */

.pl-featured { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--pl-gap); align-items: start; }
.pl-featured__side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--pl-gap); }
.pl-featured__side .pl-card__media { aspect-ratio: 16 / 10; }
.pl-featured__side .pl-card__body { padding: 16px 16px 18px; }
.pl-featured__side .pl-card__title { font-size: .99rem; }
.pl-featured__side .pl-card__excerpt { display: none; }
.pl-featured__main .pl-card__body { padding: 26px 26px 28px; }
.pl-featured__main .pl-card__title { font-size: clamp(1.35rem, 1.1rem + .8vw, 1.7rem); }

@media (max-width: 1023px) { .pl-featured { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 599px) { .pl-featured__side { grid-template-columns: minmax(0, 1fr); } }

/* Lead: big + vertical list ------------------------------------------------ */

.pl-lead { display: grid; grid-template-columns: 1.35fr 1fr; gap: var(--pl-gap); align-items: start; }
.pl-lead__side { display: flex; flex-direction: column; gap: 16px; }

@media (max-width: 991px) { .pl-lead { grid-template-columns: minmax(0, 1fr); } }

/* Mini item --------------------------------------------------------------- */

.pl-mini { display: flex; gap: 13px; align-items: flex-start; }

.pl-mini__media {
	flex: 0 0 78px;
	width: 78px; height: 62px;
	border-radius: var(--pl-radius-sm);
	overflow: hidden;
	background: var(--pl-light);
}

.pl-mini__media img { width: 100%; height: 100%; object-fit: cover; }
.pl-mini__body { min-width: 0; }
.pl-mini__title { margin: 0; font-size: .96rem; line-height: 1.4; }
.pl-mini__title a { color: var(--pl-heading); text-decoration: none; }
.pl-mini__title a:hover { color: var(--pl-primary); }
.pl-mini__meta { margin-top: 3px; color: var(--pl-muted); font-size: .78rem; }

/* Horizontal list --------------------------------------------------------- */

.pl-list { display: flex; flex-direction: column; gap: 26px; }

.pl-list-item {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--pl-border);
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.pl-list-item:hover { transform: none; box-shadow: none; }
.pl-list-item:last-child { border-bottom: 0; padding-bottom: 0; }
.pl-list-item .pl-card__media { border-radius: var(--pl-radius); aspect-ratio: 4 / 3; }
.pl-list-item .pl-card__body { padding: 0; }
.pl-list-item--nothumb { grid-template-columns: minmax(0, 1fr); }

@media (max-width: 767px) {
	.pl-list-item { grid-template-columns: minmax(0, 1fr); gap: 16px; }
}

/* ==========================================================================
   11. Category columns
   ========================================================================== */

.pl-catcols { display: grid; grid-template-columns: repeat(var(--pl-catcols, 3), minmax(0, 1fr)); gap: 24px; }

.pl-catcol {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	overflow: hidden;
	box-shadow: var(--pl-shadow);
}

.pl-catcol__head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	background: var(--pl-light);
	border-bottom: 1px solid var(--pl-border);
}

@supports (background: color-mix(in srgb, red 10%, white)) {
	.pl-catcol__head {
		background: color-mix(in srgb, var(--pl-accent) 10%, #fff);
		border-bottom-color: color-mix(in srgb, var(--pl-accent) 20%, #fff);
	}
}

.pl-catcol__icon { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: var(--pl-accent); font-size: 1.15rem; line-height: 1; }
.pl-catcol__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pl-catcol__icon img { width: 22px; height: 22px; object-fit: contain; }

.pl-catcol__title { margin: 0; font-size: 1.02rem; }
.pl-catcol__title a { color: var(--pl-heading); text-decoration: none; }
.pl-catcol__title a:hover { color: var(--pl-accent); }

.pl-catcol__list { display: flex; flex-direction: column; gap: 14px; padding: 18px 20px; }
.pl-catcol__list .pl-mini__media { flex: 0 0 52px; width: 52px; height: 44px; border-radius: 6px; }
.pl-catcol__list .pl-mini__title { font-size: .9rem; }
.pl-catcol__foot { margin-top: auto; padding: 0 20px 20px; }

@media (max-width: 991px) { .pl-catcols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 639px) { .pl-catcols { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   12. Books
   ========================================================================== */

.pl-books { display: grid; gap: 22px; }
.pl-books--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pl-books--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pl-books--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pl-books--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pl-books--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.pl-book { text-align: center; }
.pl-book__link { display: block; color: inherit; text-decoration: none; }

.pl-book__cover {
	aspect-ratio: 2 / 3;
	border-radius: var(--pl-radius-sm);
	overflow: hidden;
	background: var(--pl-light);
	box-shadow: var(--pl-shadow);
	transition: transform .2s ease, box-shadow .2s ease;
}

.pl-book__cover img { width: 100%; height: 100%; object-fit: cover; }
.pl-book__link:hover .pl-book__cover { transform: translateY(-5px); box-shadow: var(--pl-shadow-lg); }

.pl-book__title { margin: .8em 0 0; color: var(--pl-heading); font-family: var(--pl-font-heading); font-size: .93rem; font-weight: 700; line-height: 1.35; }
.pl-book__subtitle { margin: .2em 0 0; color: var(--pl-muted); font-size: .8rem; }
.pl-book__price { margin: .35em 0 0; color: var(--pl-primary); font-weight: 700; font-size: .9rem; }
.pl-books-cta { margin-top: 30px; text-align: center; }

@media (max-width: 1023px) {
	.pl-books--4, .pl-books--5, .pl-books--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 639px) {
	.pl-books--3, .pl-books--4, .pl-books--5, .pl-books--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ==========================================================================
   13. Newsletter band
   ========================================================================== */

.pl-newsletter {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
	gap: 28px;
	align-items: center;
	padding: 30px 34px 30px 170px;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	background: linear-gradient(120deg, var(--pl-light) 0%, var(--pl-lighter) 100%);
	overflow: hidden;
}

.pl-newsletter__deco {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 140px;
	transform: translateY(-50%);
	pointer-events: none;
}
.pl-newsletter__body { position: relative; z-index: 2; }
.pl-newsletter__title { margin: 0 0 .3em; font-size: clamp(1.15rem, 1rem + .7vw, 1.5rem); }
.pl-newsletter__text { margin: 0; color: var(--pl-text); font-size: .96rem; }

.pl-newsletter-form { position: relative; z-index: 2; display: flex; gap: 10px; }
.pl-newsletter-form input[type="email"] { flex: 1 1 auto; border-radius: 999px; }
.pl-newsletter-form .pl-btn { flex: 0 0 auto; white-space: nowrap; }
.pl-newsletter__note { margin: .6em 0 0; color: var(--pl-muted); font-size: .78rem; }
.pl-newsletter__embed { position: relative; z-index: 2; }

@media (max-width: 991px) {
	.pl-newsletter { padding-left: 34px; }
	.pl-newsletter__deco { display: none; }
}

@media (max-width: 767px) {
	.pl-newsletter { grid-template-columns: minmax(0, 1fr); padding: 26px 22px; }
	.pl-newsletter-form { flex-direction: column; }
	.pl-newsletter-form .pl-btn { justify-content: center; }
}

/* ==========================================================================
   14. About the author + testimonials
   ========================================================================== */

.pl-about {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) minmax(240px, 300px);
	gap: 30px;
	align-items: center;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	box-shadow: var(--pl-shadow);
}

.pl-about--noquotes { grid-template-columns: 220px minmax(0, 1fr); }
.pl-about--noimage { grid-template-columns: minmax(0, 1fr) minmax(240px, 300px); }
.pl-about--noimage.pl-about--noquotes { grid-template-columns: minmax(0, 1fr); }

.pl-about__media { border-radius: var(--pl-radius); overflow: hidden; }
.pl-about__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.pl-about__title { margin: 0 0 .5em; font-size: 1.4rem; }
.pl-about__text { margin: 0 0 1.3em; font-size: .97rem; }
.pl-about__text p:last-child { margin-bottom: 0; }

.pl-quotes { padding: 20px 18px; background: #fdf9ec; border: 1px solid #f2e6c8; border-radius: var(--pl-radius); text-align: center; }
.pl-quotes__label { margin: 0 0 .3em; color: var(--pl-heading); font-size: .82rem; font-weight: 700; }
.pl-quotes__stars { color: #e5a423; font-size: .95rem; letter-spacing: .1em; }
.pl-quote { margin: .6em 0 0; }
.pl-quote[hidden] { display: none; }
.pl-quote__text { margin: 0 0 .5em; color: var(--pl-text); font-size: .88rem; font-style: italic; line-height: 1.55; }
.pl-quote__author { margin: 0; color: var(--pl-muted); font-size: .8rem; font-weight: 700; }
.pl-quotes__nav { display: flex; justify-content: center; gap: 8px; margin-top: 12px; }

.pl-quotes__dot {
	width: 9px; height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #dccfae;
	cursor: pointer;
}

.pl-quotes__dot.is-active { background: #e5a423; }

@media (max-width: 991px) {
	.pl-about, .pl-about--noquotes, .pl-about--noimage { grid-template-columns: minmax(0, 1fr); text-align: center; }
	.pl-about__media { max-width: 220px; margin-inline: auto; }
}

/* ==========================================================================
   15. Sidebar widgets
   ========================================================================== */

.pl-sidebar { min-width: 0; display: flex; flex-direction: column; gap: 26px; }
.pl-sidebar--sticky { position: sticky; top: 100px; }

@media (max-width: 991px) { .pl-sidebar--sticky { position: static; } }

.pl-widget {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	box-shadow: var(--pl-shadow);
	font-size: .95rem;
}

.pl-widget__title {
	position: relative;
	margin: 0 0 16px;
	padding-bottom: 10px;
	font-size: 1.08rem;
}

.pl-widget__title::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 46px; height: 3px;
	border-radius: 3px;
	background: var(--pl-primary);
}

.pl-widget ul { margin: 0; padding: 0; list-style: none; }
.pl-widget > ul > li { padding: .5em 0; border-bottom: 1px solid var(--pl-border); }
.pl-widget > ul > li:last-child { border-bottom: 0; padding-bottom: 0; }
.pl-widget > ul > li > a { color: var(--pl-heading); font-weight: 600; }
.pl-widget > ul > li > a:hover { color: var(--pl-primary); }
.pl-widget .children { padding-left: 14px; }
.pl-widget__text { margin: 0 0 1em; }
.pl-widget img { border-radius: var(--pl-radius-sm); }
.pl-widget select { width: 100%; }

.pl-postlist { display: flex; flex-direction: column; gap: 15px; }

.pl-widget--about { text-align: center; }
.pl-widget--about img { margin: 0 auto 14px; width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.pl-widget--about .pl-widget__title::after { left: 50%; transform: translateX(-50%); }

.pl-widget--newsletter { background: var(--pl-light); border-color: transparent; }
.pl-widget--newsletter .pl-newsletter-form { flex-direction: column; }
.pl-widget--newsletter .pl-newsletter-form .pl-btn { justify-content: center; }

.pl-tags, .pl-widget .tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }

.pl-tag, .pl-widget .tagcloud a {
	display: inline-block;
	padding: .32em .85em;
	border: 1px solid var(--pl-border);
	border-radius: 999px;
	background: var(--pl-lighter);
	color: var(--pl-heading);
	font-size: .8rem !important;
	font-weight: 600;
	text-decoration: none;
}

.pl-tag:hover, .pl-widget .tagcloud a:hover { background: var(--pl-primary); border-color: var(--pl-primary); color: #fff; }

.pl-widget .search-form, .pl-widget .pl-search-form { flex-direction: column; gap: 8px; }
.pl-widget .pl-search-form .pl-btn { width: 100%; justify-content: center; }

/* ==========================================================================
   16. Single, pages, archives
   ========================================================================== */

.pl-page-header { margin-bottom: 34px; }
.pl-page-header__title { margin: 0; }
.pl-page-header__desc { margin: .6em 0 0; color: var(--pl-muted); }

.pl-entry-header { margin-bottom: 26px; }
.pl-entry-title { margin: .25em 0 .35em; }
.pl-entry__thumb { margin-bottom: 28px; border-radius: var(--pl-radius); overflow: hidden; }
.pl-entry__thumb img { width: 100%; }

.pl-entry-content { font-size: 1.05rem; }
.pl-entry-content > * { margin-bottom: 1.35em; }
.pl-entry-content h2 { margin-top: 1.7em; }
.pl-entry-content h3 { margin-top: 1.5em; }
.pl-entry-content ul, .pl-entry-content ol { padding-left: 1.3em; }
.pl-entry-content li { margin-bottom: .45em; }
.pl-entry-content img, .pl-entry-content figure img { border-radius: var(--pl-radius-sm); }
.pl-entry-content figcaption { color: var(--pl-muted); font-size: .85rem; text-align: center; }
.pl-entry-content a { text-decoration: underline; text-underline-offset: 2px; }
.pl-entry-content .alignwide { width: min(100%, calc(var(--pl-content-width) - 40px)); }
.pl-entry-content .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.pl-entry-content .alignleft { float: left; margin: .3em 1.6em 1em 0; }
.pl-entry-content .alignright { float: right; margin: .3em 0 1em 1.6em; }
.pl-entry-content .aligncenter { margin-inline: auto; }

.pl-page-links { margin: 2em 0; font-weight: 700; }
.pl-tags { margin: 2em 0; }

.pl-author-box {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	margin: 2.6em 0;
	padding: 24px;
	background: var(--pl-lighter);
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
}

.pl-author-box img { border-radius: 50%; }
.pl-author-box__name { margin: 0 0 .3em; font-size: 1.1rem; }

@media (max-width: 519px) {
	.pl-author-box { grid-template-columns: minmax(0, 1fr); text-align: center; }
	.pl-author-box img { margin-inline: auto; }
}

.pl-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 2.6em 0;
}

.pl-post-nav a {
	display: block;
	padding: 18px 20px;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.pl-post-nav a:hover { border-color: var(--pl-primary); box-shadow: var(--pl-shadow); }
.pl-post-nav__label { display: block; color: var(--pl-muted); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pl-post-nav__title { display: block; margin-top: .35em; color: var(--pl-heading); font-family: var(--pl-font-heading); font-weight: 700; }
.pl-post-nav__next { text-align: right; }

@media (max-width: 599px) { .pl-post-nav { grid-template-columns: minmax(0, 1fr); } .pl-post-nav__next { text-align: left; } }

.pl-related { margin: 3em 0 0; }
.pl-related__title { margin-bottom: 1em; }

.pl-pagination { margin-top: 44px; }
.pl-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

.pl-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px; height: 42px;
	padding: 0 .8em;
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius-sm);
	color: var(--pl-heading);
	font-weight: 700;
	text-decoration: none;
}

.pl-pagination .page-numbers:hover { border-color: var(--pl-primary); color: var(--pl-primary); }
.pl-pagination .page-numbers.current { background: var(--pl-primary); border-color: var(--pl-primary); color: #fff; }

/* ==========================================================================
   17. Comments
   ========================================================================== */

.pl-comments { margin-top: 3em; }
.pl-comments .comment-list { margin: 0 0 2em; padding: 0; list-style: none; }
.pl-comments .comment-list ol.children { margin: 1.2em 0 0; padding-left: 26px; list-style: none; }

.pl-comments .comment-body {
	margin-bottom: 1.4em;
	padding: 20px;
	background: var(--pl-lighter);
	border: 1px solid var(--pl-border);
	border-radius: var(--pl-radius);
}

.pl-comments .comment-author img { display: inline-block; margin-right: 10px; border-radius: 50%; vertical-align: middle; }
.pl-comments .comment-meta { margin-bottom: .6em; color: var(--pl-muted); font-size: .85rem; }
.pl-comments .reply { font-size: .85rem; font-weight: 700; }

.pl-comment-form .comment-form-comment textarea { min-height: 150px; }
.pl-comment-form p { margin-bottom: 1em; }
.pl-comment-form label { display: block; margin-bottom: .3em; color: var(--pl-heading); font-size: .9rem; font-weight: 700; }

.pl-comment-form .form-submit input[type="submit"] {
	display: inline-flex;
	padding: .78em 1.7em;
	border: 0;
	border-radius: 999px;
	background: var(--pl-primary);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.pl-comment-form .form-submit input[type="submit"]:hover { background: var(--pl-primary-dark); }

/* ==========================================================================
   18. Footer
   ========================================================================== */

.pl-footer { background: var(--pl-footer-bg); color: var(--pl-footer-text); font-size: .94rem; }
.pl-footer a { color: var(--pl-footer-text); }
.pl-footer a:hover { color: #fff; }

.pl-footer__widgets {
	display: grid;
	grid-template-columns: repeat(var(--pl-footer-cols), minmax(0, 1fr));
	gap: 34px;
	padding-block: 46px;
}

.pl-footer__widgets .pl-widget { padding: 0; background: transparent; border: 0; box-shadow: none; }
.pl-footer__widgets .pl-widget__title { color: #fff; font-size: 1.05rem; }
.pl-footer__widgets .pl-widget__title::after { background: rgba(255, 255, 255, .45); }
.pl-footer__widgets .pl-widget > ul > li { border-bottom-color: rgba(255, 255, 255, .16); }
.pl-footer__widgets .pl-widget > ul > li > a,
.pl-footer__widgets .pl-mini__title a { color: var(--pl-footer-text); }
.pl-footer__widgets .pl-mini__meta, .pl-footer__widgets .pl-book__subtitle { color: rgba(255, 255, 255, .68); }
.pl-footer__widgets .pl-book__title { color: #fff; }
.pl-footer__widgets .pl-tag { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .22); color: var(--pl-footer-text); }

@media (max-width: 991px) { .pl-footer__widgets { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 599px) { .pl-footer__widgets { grid-template-columns: minmax(0, 1fr); } }

.pl-footer__main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 26px;
}

.pl-footer__brand { display: flex; align-items: center; gap: 12px; }
.pl-footer__brand img { max-height: 56px; width: auto; }
.pl-footer__brand-name { margin: 0; color: #fff; font-family: var(--pl-font-heading); font-size: 1.25rem; font-weight: 700; }
.pl-footer__brand-tagline { margin: 2px 0 0; color: rgba(255, 255, 255, .72); font-size: .78rem; }

.pl-footer__menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; margin: 0; padding: 0; list-style: none; }
.pl-footer__menu a { font-weight: 600; text-decoration: none; }

.pl-social { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }

.pl-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	transition: background-color .18s ease, transform .18s ease;
}

.pl-social a:hover { background: rgba(255, 255, 255, .28); transform: translateY(-2px); }
.pl-social svg { width: 17px; height: 17px; fill: currentColor; }

.pl-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 26px;
	padding-block: 18px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .82);
	font-size: .84rem;
	text-align: center;
}

.pl-footer__copy p { margin: 0; }
.pl-footer__disclaimer { margin: 0; padding-block: 14px 0; color: rgba(255, 255, 255, .72); font-size: .8rem; text-align: center; }

@media (max-width: 767px) {
	.pl-footer__main { flex-direction: column; text-align: center; }
	.pl-footer__brand { flex-direction: column; }
}

/* ==========================================================================
   19. Back to top + misc
   ========================================================================== */

.pl-totop {
	position: fixed;
	right: 20px; bottom: 20px;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px; height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--pl-primary);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	box-shadow: var(--pl-shadow-lg);
	transition: opacity .22s ease, transform .22s ease, visibility .22s, background-color .18s ease;
}

.pl-totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.pl-totop:hover { background: var(--pl-primary-dark); }
.pl-totop svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.pl-section--defer { content-visibility: auto; contain-intrinsic-size: auto 640px; }

.sticky .pl-card__title::before { content: "\2605 "; color: var(--pl-primary); }

.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--pl-muted); font-size: .85rem; text-align: center; }
.bypostauthor > .comment-body { border-left: 3px solid var(--pl-primary); }

.pl-404 { padding-block: 70px; text-align: center; }
.pl-404 .pl-search-form { max-width: 460px; margin: 1.6em auto 0; }

@media print {
	.pl-header, .pl-footer, .pl-sidebar, .pl-totop, .pl-breadcrumbs, .pl-related, .pl-comments { display: none !important; }
	body { font-size: 12pt; }
}
