/* general */
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance !important;
}
p, li, figcaption {
    text-wrap: pretty !important;
}
/*a:link {
    text-decoration: none;
    transition: all 0.2s ease;
}*/

/* nav header */
.ct-header-cta a {
	gap: 0.7em !important;
	padding: 9px 20px 9px 10px !important;
}
.site-description:not(:only-child) {
    margin-top: -8px !important;
}
[data-logo=left] .site-title-container {
    margin-inline-start: 0.7em !important;
}

/* search form [type="search"] */
.ct-search-form input {
    width: 100% !important;
}

/* label post next-prev */
.item-content > span.item-label, .ct-last-page-text {
    display: none !important;
}

/* gallery, slide */
/* Seleziona le immagini all'interno della galleria */
.wp-block-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#baguetteBox-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}
