/**
Theme Name: Pdcentrostoricoroma Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pdcentrostoricoroma-child
Template: astra
*/

/*
 * Reusable front-end utilities for GenerateBlocks sections.
 * Apply these class names from the block editor to keep page styling consistent.
 */

:root {
	--pd-color-red: #d83a2e;
	--pd-color-red-dark: #bf2f24;
	--pd-color-green: #2f8f3a;
	--pd-color-ink: #1f2430;
	--pd-color-text: #4f5561;
	--pd-color-surface: #f6f3ee;
	--pd-color-surface-alt: #fbf8f4;
	--pd-radius-pill: 999px;
	--pd-radius-card: 1.5rem;
	--pd-shadow-soft: 0 18px 45px rgba(30, 35, 48, 0.08);
}

.gb-button.btn-primary a,
.gb-button.btn-primary button,
a.btn-primary,
button.btn-primary {
	background: var(--pd-color-red);
	border: 1px solid var(--pd-color-red);
	border-radius: var(--pd-radius-pill);
	box-shadow: none;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.15;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gb-button.btn-primary a:hover,
.gb-button.btn-primary a:focus,
.gb-button.btn-primary button:hover,
.gb-button.btn-primary button:focus,
a.btn-primary:hover,
a.btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus {
	background: var(--pd-color-red-dark);
	border-color: var(--pd-color-red-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.gb-button.btn-secondary a,
.gb-button.btn-secondary button,
a.btn-secondary,
button.btn-secondary {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--pd-radius-pill);
	box-shadow: none;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.15;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gb-button.btn-secondary a:hover,
.gb-button.btn-secondary a:focus,
.gb-button.btn-secondary button:hover,
.gb-button.btn-secondary button:focus,
a.btn-secondary:hover,
a.btn-secondary:focus,
button.btn-secondary:hover,
button.btn-secondary:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(-1px);
}

.section-text-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 52rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.section-text-wrap.is-wide {
	max-width: 62rem;
}

.section-space {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.card-criticita {
	background: var(--pd-color-surface);
	border: 1px solid rgba(31, 36, 48, 0.08);
	border-radius: var(--pd-radius-card);
	box-shadow: var(--pd-shadow-soft);
	color: var(--pd-color-text);
	height: 100%;
	padding: 1.75rem;
}

.card-criticita h2,
.card-criticita h3,
.card-criticita h4 {
	color: var(--pd-color-ink);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.card-criticita p:last-child {
	margin-bottom: 0;
}

.card-title-row {
	align-items: flex-end;
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.card-title-row .gb-image,
.card-title-row img {
	flex: 0 0 auto;
	max-width: 2.5rem;
	width: 2.5rem;
	height: auto;
}

body.blog #primary {
	padding-top: 128px;
	position: relative;
}

body.blog #primary::before {
	background:
		linear-gradient(90deg, rgba(24, 31, 44, 0.8) 0%, rgba(24, 31, 44, 0.42) 100%),
		url('/wp-content/uploads/tetti-centro-storico-scaled.jpg') center 46% / cover no-repeat;
	border-radius: 20px;
	content: '';
	height: 100px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

body.blog #primary::after {
	color: #ffffff;
	content: 'Notizie';
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 900;
	left: 32px;
	letter-spacing: -0.02em;
	line-height: 1;
	position: absolute;
	top: 50px;
	transform: translateY(-50%);
	z-index: 1;
}

body.category-dal-circolo .ast-archive-description,
body.category-dal-partito .ast-archive-description {
	align-items: center;
	border-radius: 20px;
	display: flex;
	margin-bottom: 28px;
	min-height: 100px;
	overflow: hidden;
	padding: 0 32px;
	position: relative;
}

body.category-dal-circolo .ast-archive-description {
	background:
		linear-gradient(90deg, rgba(24, 31, 44, 0.8) 0%, rgba(24, 31, 44, 0.46) 100%),
		url('/wp-content/uploads/bandiere_new.jpg') center 44% / cover no-repeat;
}

body.category-dal-partito .ast-archive-description {
	background:
		linear-gradient(90deg, rgba(24, 31, 44, 0.8) 0%, rgba(24, 31, 44, 0.46) 100%),
		url('/wp-content/uploads/bandierepd.jpg') center 46% / cover no-repeat;
}

body.category-dal-circolo .ast-archive-description .page-title,
body.category-dal-partito .ast-archive-description .page-title {
	color: #ffffff;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 1024px) {
	body.blog #primary {
		padding-top: 120px;
	}

	body.blog #primary::before {
		height: 92px;
	}

	body.blog #primary::after {
		left: 24px;
		top: 46px;
	}

	body.category-dal-circolo .ast-archive-description,
	body.category-dal-partito .ast-archive-description {
		min-height: 92px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	body.blog #primary {
		padding-top: 108px;
	}

	body.blog #primary::before {
		border-radius: 18px;
		height: 84px;
	}

	body.blog #primary::after {
		font-size: 1.8rem;
		left: 20px;
		top: 42px;
	}

	body.category-dal-circolo .ast-archive-description,
	body.category-dal-partito .ast-archive-description {
		border-radius: 18px;
		min-height: 84px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body.category-dal-circolo .ast-archive-description .page-title,
	body.category-dal-partito .ast-archive-description .page-title {
		font-size: 1.8rem;
	}
}

.eyebrow-label {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ast-desktop .site-header-primary-section-right {
	align-items: center;
	gap: 0.85rem;
}

.ast-desktop #ast-desktop-header .ast-primary-header-bar .ast-builder-grid-row,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-header-section,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-branding,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .ast-site-title-wrap,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-title,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-title a,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .main-header-menu,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .menu-link,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .ast-custom-button {
	overflow-wrap: normal;
	word-break: normal;
}

.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-branding,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-title,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .site-title a,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .menu-link,
.ast-desktop #ast-desktop-header .ast-primary-header-bar .ast-custom-button {
	white-space: nowrap;
}

.ast-desktop #ast-desktop-header .ast-primary-header-bar .ast-site-title-wrap {
	width: auto;
}

.ast-desktop #ast-desktop-header .ast-primary-header-bar .main-header-menu .sub-menu {
	max-width: calc(100vw - 48px);
	min-width: 260px;
	width: max-content;
}

.ast-desktop #ast-desktop-header .ast-primary-header-bar .main-header-menu .sub-menu .menu-link {
	box-sizing: border-box;
	min-width: max-content;
	padding-right: 1.5rem;
	width: 100%;
}

.ast-desktop .ast-header-button-1 .ast-builder-button-wrap .ast-custom-button-link,
.ast-desktop .ast-header-button-1 .ast-builder-button-wrap .ast-custom-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 52px;
}

.ast-desktop .ast-header-button-1 .ast-builder-button-wrap .ast-custom-button {
	padding-left: 2rem;
	padding-right: 2rem;
}

.ast-search-box.header-cover {
	background: rgba(20, 26, 38, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ast-search-box.header-cover .ast-container {
	position: relative;
}

.ast-search-box.header-cover .ast-search-wrapper {
	margin: 0 auto;
	max-width: 46rem;
	padding: 0 1.5rem;
}

.ast-search-box.header-cover .search-form {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(31, 36, 48, 0.12);
	border-radius: 15px;
	box-shadow: 0 18px 48px rgba(14, 19, 29, 0.18);
	display: flex;
	line-height: normal;
	min-height: 56px;
	overflow: hidden;
}

.ast-search-box.header-cover .search-text-wrap {
	width: calc(100% - 4rem);
}

.ast-search-box.header-cover .search-field {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--pd-color-ink);
	font-size: 1.35rem;
	height: auto;
	line-height: 1.2;
	outline: 0;
	padding: 0 1.25rem;
	text-align: left;
}

.ast-search-box.header-cover .search-field::placeholder {
	color: rgba(79, 85, 97, 0.76);
}

.ast-search-box.header-cover .search-submit {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--pd-color-green);
	display: inline-flex;
	font-size: 1.7rem;
	height: 56px;
	justify-content: center;
	margin-right: 0;
	padding: 0;
	width: 4rem;
}

.ast-search-box.header-cover .search-submit:hover,
.ast-search-box.header-cover .search-submit:focus {
	color: #24722f;
}

.ast-search-box.header-cover .search-field:focus,
.ast-search-box.header-cover .search-form:focus-within {
	outline: none;
}

.ast-search-box.header-cover #close {
	color: #ffffff;
	line-height: 1;
	position: absolute;
	right: 1.5rem;
	top: -3.25rem;
}

@media (max-width: 921px) {
	.ast-search-box.header-cover .ast-search-wrapper {
		padding: 0 1rem;
	}

	.ast-search-box.header-cover .search-form {
		min-height: 52px;
	}

	.ast-search-box.header-cover .search-field {
		font-size: 1.1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.ast-search-box.header-cover .search-submit {
		font-size: 1.45rem;
		height: 52px;
		width: 3.5rem;
	}

	.ast-search-box.header-cover #close {
		right: 1rem;
		top: -2.75rem;
	}
}

body.error404,
body.error404 .site,
body.error404 #page,
body.error404 #content,
body.error404 .site-content,
body.error404 .ast-container,
body.error404 .ast-article-single {
	background: #fefefe;
}

.blog .entry-meta,
.archive .entry-meta,
.search .entry-meta,
.blog .entry-meta .posted-by,
.archive .entry-meta .posted-by,
.search .entry-meta .posted-by {
	text-transform: none;
}

.pd-category-badge {
	align-items: center;
	background: #40b5ad;
	border: 1px solid #40b5ad;
	border-radius: 0;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 0.85rem;
	padding: 0.42rem 0.62rem;
	text-decoration: none;
	text-transform: uppercase;
}

.pd-category-badge:hover,
.pd-category-badge:focus {
	background: #2f918b;
	border-color: #2f918b;
	color: #ffffff;
}

.pd-category-badge--news {
	background: #0f52ba;
	border-color: #0f52ba;
	color: #ffffff;
}

.pd-category-badge--news:hover,
.pd-category-badge--news:focus {
	background: #0b3f8f;
	border-color: #0b3f8f;
	color: #ffffff;
}

.pd-category-badge--dal-partito {
	background: #d6111b;
	border-color: #d6111b;
	color: #ffffff;
}

.pd-category-badge--dal-partito:hover,
.pd-category-badge--dal-partito:focus {
	background: #a80d15;
	border-color: #a80d15;
	color: #ffffff;
}

.pd-category-badge--rassegna-stampa {
	background: #708090;
	border-color: #708090;
	color: #ffffff;
}

.pd-category-badge--approfondimenti {
	background: #ffbf00;
	border-color: #ffbf00;
	color: #1f2430;
}

.pd-category-badge--rassegna-stampa:hover,
.pd-category-badge--rassegna-stampa:focus,
.pd-category-badge--approfondimenti:hover,
.pd-category-badge--approfondimenti:focus {
	background: #1f2430;
	border-color: #1f2430;
	color: #ffffff;
}

.blog .pd-category-badge,
.archive .pd-category-badge,
.search .pd-category-badge {
	margin-bottom: 0.7rem;
}

body.error404 #primary {
	min-height: calc(100svh - 167px);
}

body.error404 .astra-advanced-hook-2533 > .wp-block-group:first-child {
	margin-top: 50px;
}

body.error404 .pd-404-quote {
	font-size: clamp(1.15rem, 1.7vw, 1.55rem);
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}

body.error404 .pd-404-quote strong {
	font-style: normal;
}

body.error404 .pd-404-quote strong em {
	font-style: italic;
}

body.page-id-1952 {
	background: #f6f3ee;
}

body.page-id-1952 #content,
body.page-id-1952 .site-content {
	background:
		linear-gradient(180deg, rgba(47, 143, 58, 0.08) 0, rgba(47, 143, 58, 0) 16rem),
		#f6f3ee;
}

body.page-id-1952 #primary {
	margin-top: 4.5rem;
	margin-bottom: 5rem;
}

body.page-id-1952 .ast-article-single {
	background: transparent;
	padding: 0;
}

body.page-id-1952.ast-separate-container .ast-article-single {
	background: transparent;
}

body.page-id-1952 .entry-header,
body.page-id-1952 .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	width: min(100% - 2rem, 780px);
}

body.page-id-1952 .entry-header {
	margin-bottom: 1.25rem;
}

body.page-id-1952 .entry-title {
	color: var(--pd-color-ink);
	font-size: clamp(2.15rem, 4vw, 3.75rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	margin-bottom: 0;
	max-width: 15ch;
}

body.page-id-1952 .entry-title::before {
	color: var(--pd-color-green);
	content: "Partecipa";
	display: block;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

body.page-id-1952 .entry-content > p:first-child {
	color: rgba(31, 36, 48, 0.78);
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 2rem;
	max-width: 48rem;
}

body.page-id-1952 .wpcf7 {
	background: #fefefe;
	border: 1px solid rgba(31, 36, 48, 0.08);
	border-radius: 1.25rem;
	box-shadow: 0 18px 45px rgba(30, 35, 48, 0.08);
	padding: 2rem;
}

body.page-id-1952 .wpcf7 form {
	display: grid;
	gap: 1.1rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-1952 .wpcf7 form > p {
	margin: 0;
}

body.page-id-1952 .wpcf7 form > p:nth-of-type(n + 3) {
	grid-column: 1 / -1;
}

body.page-id-1952 .wpcf7 label {
	color: var(--pd-color-ink);
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
}

body.page-id-1952 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.45rem;
}

body.page-id-1952 .wpcf7 input[type="text"],
body.page-id-1952 .wpcf7 input[type="email"],
body.page-id-1952 .wpcf7 textarea {
	background: #ffffff;
	border: 1px solid rgba(31, 36, 48, 0.16);
	border-radius: 0.55rem;
	box-shadow: inset 0 1px 0 rgba(31, 36, 48, 0.03);
	color: var(--pd-color-ink);
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.85rem 0.95rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

body.page-id-1952 .wpcf7 input[type="text"],
body.page-id-1952 .wpcf7 input[type="email"] {
	min-height: 3.25rem;
}

body.page-id-1952 .wpcf7 textarea {
	min-height: 11rem;
	resize: vertical;
}

body.page-id-1952 .wpcf7 input[type="text"]:focus,
body.page-id-1952 .wpcf7 input[type="email"]:focus,
body.page-id-1952 .wpcf7 textarea:focus {
	border-color: var(--pd-color-green);
	box-shadow: 0 0 0 3px rgba(47, 143, 58, 0.16);
	outline: none;
}

body.page-id-1952 .wpcf7 .wpcf7-acceptance {
	display: block;
}

body.page-id-1952 .wpcf7 .wpcf7-list-item {
	margin: 0;
}

body.page-id-1952 .wpcf7 .wpcf7-list-item label {
	align-items: flex-start;
	display: flex;
	gap: 0.7rem;
}

body.page-id-1952 .wpcf7 input[type="checkbox"] {
	accent-color: var(--pd-color-green);
	flex: 0 0 auto;
	margin-top: 0.25rem;
}

body.page-id-1952 .wpcf7 .wpcf7-list-item-label {
	color: rgba(31, 36, 48, 0.78);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.6;
}

body.page-id-1952 .wpcf7 input[type="submit"] {
	background: var(--pd-color-red);
	border: 1px solid var(--pd-color-red);
	border-radius: var(--pd-radius-pill);
	color: #ffffff;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	min-height: 3rem;
	padding: 0.85rem 1.7rem;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.page-id-1952 .wpcf7 input[type="submit"]:hover,
body.page-id-1952 .wpcf7 input[type="submit"]:focus {
	background: var(--pd-color-red-dark);
	border-color: var(--pd-color-red-dark);
	transform: translateY(-1px);
}

body.page-id-1952 .entry-content > p:last-child {
	margin-top: 2.5rem;
}

body.page-id-15 {
	background: #f6f3ee;
}

body.page-id-15 #primary {
	margin-top: 0;
	margin-bottom: 0;
}

body.page-id-15 .ast-article-single,
body.page-id-15.ast-separate-container .ast-article-single {
	background: transparent;
	padding: 0;
}

body.page-id-15 .entry-header {
	display: none;
}

body.page-id-15 .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}

.pd-page-hero {
	background:
		linear-gradient(90deg, rgba(24, 31, 44, 0.78) 0%, rgba(24, 31, 44, 0.48) 52%, rgba(24, 31, 44, 0.18) 100%),
		url('/wp-content/uploads/bandiere_new.jpg') center 47% / cover no-repeat;
	color: #ffffff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(5rem, 9vw, 7rem) 1.5rem;
}

.pd-page-hero__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--ast-normal-container-width, 1200px);
}

.pd-page-hero__eyebrow {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 0.85rem;
	text-transform: uppercase;
}

.pd-page-hero h1 {
	color: #ffffff;
	font-size: clamp(3rem, 7vw, 5rem);
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0 0 1rem;
	max-width: 12ch;
}

.pd-page-hero__lead {
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.08rem, 1.7vw, 1.35rem);
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	max-width: 46rem;
}

.pd-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.pd-button {
	align-items: center;
	border-radius: var(--pd-radius-pill);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 2.75rem;
	padding: 0.85rem 1.45rem;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, transform 160ms ease;
	width: fit-content;
}

.pd-button:hover,
.pd-button:focus {
	color: #ffffff !important;
	transform: translateY(-1px);
}

.pd-button--red {
	background: var(--pd-color-red);
}

.pd-button--red:hover,
.pd-button--red:focus {
	background: var(--pd-color-red-dark);
}

.pd-button--green {
	background: #359931;
}

.pd-button--green:hover,
.pd-button--green:focus {
	background: #2f8a2c;
}

.pd-page-body {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--ast-normal-container-width, 1200px);
	padding: clamp(3.5rem, 6vw, 5rem) 1.5rem;
}

.pd-text-section {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
}

.pd-text-section + .pd-text-section,
.pd-participation-grid + .pd-text-section,
.pd-text-section + .pd-participation-grid,
.pd-text-section + .pd-final-cta {
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.pd-text-section h2,
.pd-final-cta h2 {
	color: var(--pd-color-ink);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	margin: 0 0 1rem;
}

.pd-text-section p,
.pd-contact-panel p,
.pd-final-cta p {
	color: var(--pd-color-text);
	font-size: 1.08rem;
	line-height: 1.65;
	margin: 0;
}

.pd-text-section p + p {
	margin-top: 1rem;
}

.pd-participation-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.pd-participation-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: var(--pd-shadow-soft);
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: clamp(1.5rem, 3vw, 2rem);
}

.pd-card-kicker {
	color: var(--pd-color-red);
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 1.3rem;
	text-transform: uppercase;
}

.pd-participation-card h2 {
	color: #000000;
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 1.3rem;
}

.pd-participation-card p {
	color: var(--pd-color-text);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1.6rem;
}

.pd-participation-card .pd-button {
	margin-top: auto;
}

.pd-text-section--split {
	align-items: stretch;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
	max-width: none;
}

.pd-contact-panel {
	color: #ffffff;
}

.pd-contact-panel h3 {
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.05;
	margin: 0 0 0.8rem;
}

.pd-contact-panel p {
	color: rgba(255, 255, 255, 0.82);
}

.pd-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.2rem;
}

.pd-social-links a {
	background: rgba(255, 255, 255, 0.14);
	border-radius: var(--pd-radius-pill);
	color: #ffffff !important;
	font-weight: 800;
	padding: 0.55rem 0.85rem;
	text-decoration: none !important;
}

.pd-social-links a:hover,
.pd-social-links a:focus {
	background: #359931;
	color: #ffffff !important;
}

.pd-final-cta {
	background: #ffffff;
	border: 1px solid rgba(31, 36, 48, 0.12);
	margin-top: clamp(2.5rem, 5vw, 4rem);
	padding: clamp(1.5rem, 3vw, 2rem);
}

.pd-final-cta p {
	margin-bottom: 1.25rem;
}

@media (max-width: 921px) {
	.pd-page-hero {
		padding: 4.5rem 1.25rem;
	}

	.pd-page-body {
		padding: 3.5rem 1.25rem;
	}

	.pd-participation-grid,
	.pd-text-section--split {
		grid-template-columns: 1fr;
	}

	.pd-participation-card {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.pd-page-hero {
		padding: 3.75rem 1rem;
	}

	.pd-page-hero h1 {
		font-size: 3rem;
	}

	.pd-page-hero__lead,
	.pd-text-section p,
	.pd-contact-panel p,
	.pd-final-cta p {
		font-size: 1rem;
	}

	.pd-page-body {
		padding: 3rem 1rem;
	}

	.pd-page-hero__actions,
	.pd-social-links {
		align-items: stretch;
		flex-direction: column;
	}

	.pd-button,
	.pd-social-links a {
		width: 100%;
	}

	.pd-participation-card,
	.pd-contact-panel,
	.pd-final-cta {
		border-radius: 16px;
	}

	.pd-participation-card h2 {
		font-size: 2rem;
	}

	.pd-text-section h2,
	.pd-final-cta h2 {
		font-size: 2.25rem;
	}
}

body.page-id-1952 .wpcf7 + p {
	margin-top: 2.75rem;
}

body.page-id-1952 .wpcf7 + a {
	display: inline-block;
	margin-top: 2.75rem;
}

body.page-id-1952 .entry-content > p:last-child a {
	color: var(--pd-color-ink);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

@media (max-width: 921px) {
	body.error404 #primary {
		min-height: calc(100svh - 126px);
	}

	.section-space {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.section-text-wrap {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.card-criticita {
		padding: 1.5rem;
	}
}

@media (max-width: 544px) {
	body.page-id-1952 #primary {
		margin-top: 2.75rem;
		margin-bottom: 3.5rem;
	}

	body.page-id-1952 .entry-header,
	body.page-id-1952 .entry-content {
		width: min(100% - 2rem, 780px);
	}

	body.page-id-1952 .entry-title {
		max-width: 14ch;
	}

	body.page-id-1952 .entry-content > p:first-child {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 1.5rem;
	}

	body.page-id-1952 .wpcf7 {
		border-radius: 0.9rem;
		padding: 1.2rem;
	}

	body.page-id-1952 .wpcf7 form {
		display: block;
	}

	body.page-id-1952 .wpcf7 form > p {
		margin-bottom: 1rem;
	}

	body.page-id-1952 .wpcf7 form > p:last-of-type {
		margin-bottom: 0;
	}

	.section-space {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.section-text-wrap {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.card-criticita h2,
	.card-criticita h3,
	.card-criticita h4 {
		font-size: 1.25rem;
	}

	.card-title-row .gb-image,
	.card-title-row img {
		max-width: 2.25rem;
		width: 2.25rem;
	}
}

/* Footer redesign */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	border-top: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row-container-inner {
	box-sizing: border-box;
	padding-left: clamp(1.5rem, 4vw, 3.5rem);
	padding-right: clamp(1.5rem, 4vw, 3.5rem);
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .widget,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] p,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] li,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] a,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] h1,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] h2,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] h3,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] h4 {
	color: rgba(255, 255, 255, 0.88);
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .footer-widget-area-inner,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .widget_block {
	height: 100%;
	margin: 0;
}

.pd-footer-brand,
.pd-footer-column {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding-top: 0.65rem;
}

.pd-footer-logo {
	display: block;
	max-width: 88px;
	height: auto;
	margin-bottom: 0.25rem;
}

.pd-footer-eyebrow {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0;
	text-transform: uppercase;
}

.pd-footer-column h4 {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.pd-footer-brand h3 {
	color: #ffffff;
	font-size: 1.35rem;
	line-height: 1.15;
	margin: 0;
}

.pd-footer-brand p,
.pd-footer-column p {
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
}

.pd-footer-column a[href^="mailto:"] {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.pd-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pd-footer-links li + li {
	margin-top: 0.55rem;
}

.pd-footer-links a,
.pd-footer-column a,
.site-below-footer-wrap a {
	color: #ffffff;
}

.pd-footer-links a:hover,
.pd-footer-links a:focus,
.pd-footer-column a:hover,
.pd-footer-column a:focus,
.site-below-footer-wrap a:hover,
.site-below-footer-wrap a:focus {
	color: #f3d86a;
}

.pd-footer-social {
	padding-top: 0.5rem;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background: #17271f;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright,
.site-below-footer-wrap[data-section="section-below-footer-builder"] p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.92rem;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright {
	justify-content: center;
	text-align: center;
}

@media (max-width: 1100px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-footer-grid-columns {
		column-gap: clamp(1.25rem, 3vw, 2rem);
	}

	.pd-footer-column h4 {
		font-size: 1rem;
		line-height: 1.2;
	}

	.pd-footer-brand h3 {
		font-size: 1.18rem;
		line-height: 1.12;
	}

	.pd-footer-brand p,
	.pd-footer-column p {
		font-size: 0.92rem;
		line-height: 1.45;
	}

	.pd-footer-links li + li {
		margin-top: 0.45rem;
	}
}

@media (min-width: 922px) and (max-width: 1100px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-footer-grid-columns {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(0, 1.25fr);
	}
}

@media (max-width: 921px) {
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
	.site-below-footer-wrap[data-section="section-below-footer-builder"] {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
		width: 100vw;
	}

	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row-container-inner {
		box-sizing: border-box;
		padding-left: clamp(1.5rem, 4vw, 3.5rem);
		padding-right: clamp(1.5rem, 4vw, 3.5rem);
	}
}

/* Newsletter archive */
body.page-id-2859 .entry-header {
	display: none;
}

.pd-newsletter-archive-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding: clamp(3.5rem, 7vw, 5.5rem) 1.5rem;
}

.pd-newsletter-archive-page__intro {
	margin-bottom: 2rem;
	max-width: 720px;
}

.pd-newsletter-archive-page__eyebrow {
	color: #359931;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.pd-newsletter-archive-page__title {
	color: #111111;
	font-size: clamp(2.6rem, 5vw, 4rem);
	line-height: 0.95;
	margin: 0 0 1rem;
}

.pd-newsletter-archive-page__text {
	color: #4f5561;
	font-size: 1.12rem;
	line-height: 1.55;
	margin: 0;
}

.pd-newsletter-archive-page__panel {
	background: #fbf8f2;
	border-top: 3px solid #d52b1e;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.pd-newsletter-archive-page .tnp-archive ul {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pd-newsletter-archive-page .tnp-archive li {
	align-items: baseline;
	background: #ffffff;
	border: 1px solid rgba(31, 36, 48, 0.1);
	display: grid;
	gap: 0.35rem 1rem;
	grid-template-columns: minmax(8.5rem, auto) minmax(0, 1fr);
	padding: 1rem 1.1rem;
}

.pd-newsletter-archive-page .tnp-archive-date {
	color: #359931;
	font-size: 0.9rem;
	font-weight: 800;
	white-space: nowrap;
}

.pd-newsletter-archive-page .tnp-archive-separator {
	display: none;
}

.pd-newsletter-archive-page .tnp-archive a {
	color: #343943;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.pd-newsletter-archive-page .tnp-archive a:hover,
.pd-newsletter-archive-page .tnp-archive a:focus {
	color: #d52b1e;
}

@media (max-width: 767px) {
	.pd-newsletter-archive-page {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.pd-newsletter-archive-page .tnp-archive li {
		grid-template-columns: 1fr;
		padding: 1rem;
	}
}

/* Home: Idee e dibattito */
.pd-home-dibattito {
	background: #fbf8f2;
	border-top: 2px solid #d52b1e;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
	overflow-x: hidden;
	padding-bottom: 5vh !important;
	padding-top: 5vh !important;
	width: 100%;
}

.pd-home-dibattito > .gb-element-6a5cc850 {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--ast-normal-container-width, 1200px);
	width: calc(100% - 80px);
}

.pd-home-dibattito__intro {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	min-width: 0;
	width: 100%;
}

.pd-home-dibattito__intro h2 {
	margin: 0;
}

.pd-home-dibattito__intro p {
	color: #4d4d4d;
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0;
	max-width: 520px;
}

.pd-home-dibattito__all-link {
	flex: 0 0 auto;
	margin: 0;
	max-width: none;
	text-align: right;
}

.pd-home-dibattito__all-link a {
	color: #4d4d4d;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.pd-home-dibattito .gb-looper-ca04f57c {
	column-gap: 1.25rem !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	list-style: none !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	row-gap: 2.5rem !important;
	width: 100% !important;
}

.pd-home-dibattito-card {
	background: #ffffff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 10px 28px rgba(37, 37, 37, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	list-style: none !important;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.pd-home-dibattito-card > article {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	width: 100%;
}

.pd-home-dibattito-card__image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	width: 100%;
}

.pd-home-dibattito-card__image a {
	display: block;
	height: 100%;
	width: 100%;
}

.pd-home-dibattito-card__image img {
	aspect-ratio: 16 / 9;
	border-radius: 8px 8px 0 0;
	display: block;
	height: 100%;
	max-width: none !important;
	object-fit: cover;
	width: 100%;
}

.pd-home-dibattito-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.85rem 0.7rem 0.75rem;
}

.pd-home-dibattito-card__category {
	color: #3f8f36;
	font-size: 0.78rem;
	font-weight: 700;
	margin-bottom: 0.45rem;
}

.pd-home-dibattito-card__title {
	font-size: 1.05rem !important;
	line-height: 1.24 !important;
	margin: 0 0 0.6rem;
}

.pd-home-dibattito-card__title a {
	font-size: inherit !important;
	line-height: inherit !important;
}

.pd-home-dibattito-card__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #4d4d4d;
	display: -webkit-box;
	font-size: 0.9rem;
	height: 5.6em;
	line-height: 1.4;
	margin-bottom: 0.8rem;
	overflow: hidden;
}

.pd-home-dibattito-card__link {
	margin-top: auto;
	padding-top: 0.55rem;
}

.pd-author-chip {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin-bottom: 0.65rem;
	min-width: 0;
}

.pd-author-chip__avatar-img,
.pd-author-chip__initials {
	border-radius: 999px;
	display: inline-flex;
	flex: 0 0 32px;
	height: 32px;
	width: 32px;
}

.pd-author-chip__avatar-img {
	object-fit: cover;
}

.pd-author-chip__initials {
	align-items: center;
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 800;
	justify-content: center;
}

.pd-author-chip__initials--0 {
	background: #0d778a;
}

.pd-author-chip__initials--1 {
	background: #9f0712;
}

.pd-author-chip__initials--2 {
	background: #3f8f36;
}

.pd-author-chip__initials--3 {
	background: #1d4f9a;
}

.pd-author-chip__initials--4 {
	background: #6b4f1d;
}

.pd-author-chip__initials--5 {
	background: #5d4777;
}

.pd-author-chip__text {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.pd-author-chip__name {
	color: #252525;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.12;
}

.pd-author-chip__date {
	color: #616161;
	font-size: 0.78rem;
	line-height: 1.15;
}

.pd-chi-siamo-action-cards {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0 1.5rem 5rem;
	width: 100%;
}

.pd-chi-siamo-action-cards__grid {
	align-items: stretch;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-chi-siamo-action-card {
	background: #f6f3ee;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 360px;
	padding: 2rem;
}

.pd-chi-siamo-action-card > .gb-text:last-child {
	margin-top: auto;
	width: fit-content;
}

.pd-chi-siamo-secretary-note {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0 1.5rem 2.5rem;
	width: 100%;
}

.pd-chi-siamo-secretary-note__inner {
	align-items: center;
	background: #f6f3ee;
	border-radius: 20px;
	display: grid;
	gap: 1.75rem 2.5rem;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	padding: 2rem;
}

.pd-chi-siamo-secretary-note__media {
	margin: 0;
	max-width: 360px;
	width: 100%;
}

.pd-chi-siamo-secretary-note__media img {
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.pd-chi-siamo-secretary-note__content {
	min-width: 0;
}

body.home .gb-element-b4c40746 {
	background: #ffffff !important;
	background-color: #ffffff !important;
	padding: 5vh 40px;
}

body.home .gb-element-9683cd8e {
	align-items: center;
	border: 1px solid #9aa0a6;
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--gb-container-width);
	padding: 2rem;
	row-gap: 2rem;
}

body.home .gb-element-9683cd8e > p:empty,
body.home .gb-element-cab956d3 > p:empty,
body.home .gb-element-a685a236 > p:empty {
	display: none;
}

body.home .gb-text-a68ff5dd {
	margin-bottom: 0.5rem;
}

body.home .gb-text-26c6b6c1 {
	font-size: 1.25rem;
	margin-bottom: 0;
}

body.home .gb-text-ffb283bb,
body.home .gb-text-68ece8f9,
body.home .gb-text-8dd82176 {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	line-height: 1.2;
	padding: 1rem 2rem;
	text-decoration: none;
}

body.home .gb-text-ffb283bb {
	background-color: #359931;
}

body.home .gb-text-68ece8f9,
body.home .gb-text-8dd82176 {
	background-color: #215bc2;
}

body.home .gb-text-ffb283bb:is(:hover, :focus) {
	background-color: #2f8a2c;
	color: #ffffff;
}

body.home .gb-text-68ece8f9:is(:hover, :focus),
body.home .gb-text-8dd82176:is(:hover, :focus) {
	background-color: #1a4a9b;
	color: #ffffff;
}

body.home .gb-element-72b58421,
body.home .gb-element-9dd376c3 {
	background: #ffffff !important;
	background-color: #ffffff !important;
	padding: 2vh 40px;
}

body.home .gb-element-cab956d3,
body.home .gb-element-a685a236 {
	align-items: center;
	background: #ffffff !important;
	background-color: #ffffff !important;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-left: auto;
	margin-right: auto;
	max-width: var(--gb-container-width);
	row-gap: 3rem;
}

body.home .gb-text-1d540490,
body.home .gb-text-663e11ca {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
}

body.home .gb-text-d21ac751,
body.home .gb-text-b9db6107 {
	margin-bottom: 1.5rem;
}

body.home .gb-text-ab19d268,
body.home .gb-text-72676954 {
	font-size: 1.125rem;
}

body.home .gb-element-0a4459e6,
body.home .gb-element-2a6d52ee {
	margin-top: 2rem;
}

body.home .gb-element-cab956d3 .wp-block-image,
body.home .gb-element-a685a236 .wp-block-image {
	margin-bottom: 0;
}

body.home .gb-element-cab956d3 .wp-block-image img,
body.home .gb-element-a685a236 .wp-block-image img {
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 1100px) {
	.pd-home-dibattito {
		padding-bottom: 3.5rem !important;
		padding-top: 3.5rem !important;
	}

	.pd-home-dibattito__intro {
		margin-bottom: 3.4rem;
	}

	.pd-home-dibattito .gb-looper-ca04f57c {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pd-chi-siamo-action-cards__grid {
		grid-template-columns: 1fr;
	}

	body.home .gb-element-9683cd8e,
	body.home .gb-element-cab956d3,
	body.home .gb-element-a685a236 {
		grid-template-columns: 1fr;
	}

	body.home .gb-element-b4c40746 {
		padding: 6rem 30px;
	}

	body.home .gb-element-72b58421 {
		padding: 2rem 30px 6rem 40px;
	}

	body.home .gb-element-9dd376c3 {
		padding: 2rem 30px 2rem 40px;
	}

	body.home .gb-text-d21ac751,
	body.home .gb-text-b9db6107 {
		font-size: 32px;
	}

	body.home .gb-text-1d540490 {
		font-size: 1.28rem;
	}

	body.home .gb-text-663e11ca {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.pd-home-dibattito > .gb-element-6a5cc850 {
		width: calc(100% - 40px);
	}

	.pd-home-dibattito__intro {
		align-items: start;
		flex-direction: column !important;
		gap: 0.75rem;
		margin-bottom: 3.4rem;
		width: 100%;
	}

	.pd-home-dibattito__all-link {
		text-align: left !important;
		width: 100%;
	}

	.pd-home-dibattito-card__body {
		padding: 1.25rem;
	}

	.pd-home-dibattito .gb-looper-ca04f57c {
		grid-template-columns: 1fr !important;
		width: 100% !important;
	}

	.pd-home-dibattito .gb-looper-ca04f57c > .pd-home-dibattito-card {
		max-width: 100% !important;
		width: 100% !important;
	}

	.pd-chi-siamo-action-cards {
		padding: 0 1rem 3rem;
	}

	.pd-chi-siamo-action-cards__grid {
		gap: 1rem;
	}

	.pd-chi-siamo-action-card {
		min-height: 0;
		padding: 1.5rem;
	}

	.pd-chi-siamo-secretary-note {
		padding: 0 1rem 1.5rem;
	}

	.pd-chi-siamo-secretary-note__inner {
		grid-template-columns: 1fr;
		padding: 1.5rem;
	}

	.pd-chi-siamo-secretary-note__media {
		max-width: 100%;
	}

	body.home .gb-element-b4c40746,
	body.home .gb-element-72b58421,
	body.home .gb-element-9dd376c3 {
		padding: 4rem 20px;
	}

	body.home .gb-element-9683cd8e {
		padding: 1.5rem;
	}

	body.home .gb-text-ffb283bb,
	body.home .gb-text-68ece8f9,
	body.home .gb-text-8dd82176 {
		justify-content: center;
		width: 100%;
	}
}
