﻿.document-title-header { margin-bottom: 25px; }
.document-title-header:has(+ .paragraph-container table) { margin-bottom: 0; }
.document-title-header h1 { font-size: var(--plugin-title-font); line-height: var(--plugin-title-lineheight); }
.document-title-header h2 { margin-top: 10px; font-size: 1.3rem; font-weight: 600; }
.document-title-header h2.SingleDocDate { font-size: var(--plugin-abstract-font); }

.document-wrapper.centered .document-title-header { text-align: center; }
.document-wrapper.brands { padding-inline: var(--global-padding-inline); margin-top: 20px; }

.document-wrapper.sitemap { margin-top: 20px; }

/*Dove siamo*/
html[data-document="110043"] .content-wrapper > div:first-child { display: grid; grid-template-columns: repeat(2,1fr); }
html[data-document="110043"] .content-wrapper > div:first-child > div { grid-column: 1 / span 2; }
html[data-document="110043"] .content-wrapper > div:first-child .document-wrapper,
html[data-document="110043"] .content-wrapper > div:first-child .gmaps-cnt { grid-column: unset; }
html[data-document="110043"] .paragraph-container { margin-bottom: 0; }
html[data-document="110043"] .document-wrapper + .gmaps-cnt { }

/*Contatti*/
html[data-document="110026"] strong span span { font-size: 2rem !important; line-height: 2.5rem !important; }
html[data-document="110026"] h4 span { font-size: 1.5rem !important; line-height: 2rem !important; }

@media (max-width:1400px) {
    html [data-document="110043"] .content-wrapper > div:first-child { grid-template-columns: repeat(3,1fr); }
    html[data-document="110043"] .content-wrapper > div:first-child > div { grid-column: 1 / span 3; }
    html[data-document="110043"] .content-wrapper > div:first-child .document-wrapper { grid-column: 1; }
    html[data-document="110043"] .content-wrapper > div:first-child .gmaps-cnt { grid-column: 2 / span 3; }
}

@media (max-width:1023px) {
    html[data-document="110043"] .content-wrapper > div:first-child { display: block; }
}

@media (max-width:480px) {
    .document-title-header h2 { font-size: 1.5rem; }
    .document-title-header h2.SingleDocDate { font-size: 1.2rem; }

    /*html[data-document="110026"] strong,
    html[data-document="110026"] strong span span { font-size: 1.8rem !important; line-height: 2.3rem !important; }*/
    html[data-document="110026"] h4 span { font-size: 1.3rem !important; line-height: 1.8rem !important; }
}
