<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col-xs-12 h3 {
  font-size: 14px;
} 
.col-xs-12 h1 {
  font-size: 18px;
    margin-bottom: 5px;
} 
.col-xs-12 h2 {
  font-size: 13px;
} 

h4,
.h4 {
  margin-top: 6px;
  margin-bottom: 3px;
}

h5,
.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.responsive-map{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

#MenuH .menu &gt; .mi &gt; .txt,
#MenuH .menu &gt; li &gt; .bt-extra-links-icon {
  background: none;
  margin: 0;
  padding: 0 8px;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1em;
  font-family: 'Khmer', Arial, Helvetica, sans-serif;
  font-size: 0.92em;
  text-transform: none;
  text-shadow: none;
  border-right: 1px solid #ccc;
}



.bottoneGM {
  border-radius: 5px;
  background-color:#eeeeee;
  padding:10px;
  font-size: 12px;
  width: 190px;
  height: 40px;
  text-align: center;
  float: right;
border: 1px solid #eeeeee;
}

/* unvisited link */
.butbottoneGMtonGM:link {
background-color:#eeeeee;
border: 1px solid #eeeeee;
}

/* visited link */
.bottoneGM:visited {
background-color:white;
text-decoration: none;
border: 1px solid #eeeeee;
}

/* mouse over link */
.bottoneGM:hover {
  font-size: 12px;
  width: 190px;
  height: 40px;
  text-decoration: none;
  color: white;
  background-color:#ffffff;
border: 1px solid #eeeeee;
}

/* selected link */
.bottoneGM:active {
  font-size: 12px;
  width: 195px;
  height: 40px;
  text-decoration: none;
  color: white;
  background-color:#eeeeee;
border: 1px solid l#eeeeee;
}

a, a:visited {
    color: #333;
    text-decoration: none;
    outline: 0;
}

.stats.author { 
  font-size: 1.15rem !important; 
} 

.stats { 
  font-size: 1.15rem !important; 
} 

.card-title { 
  font-size: 2rem !important; 
} 

.card-category { 
  font-size: 1.3rem !important; 
} 

.card-description { 
  font-size: 1.3rem !important; 
} 

 .custom-button {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            border-radius: 7px;
            border: 1px solid #000;
            background-color: #ffffff;
            color: #000;
            text-decoration: none;
            padding: 0 20px;
            font-size: 14px;
            text-align: center;
            color: black;
            text-align: center;
        }
        .custom-button:hover {
            color: black;
            text-decoration: underline;
        }

.floated-image {
            float: right;
            margin-top: 10px;
            margin-left: 30px;
            margin-bottom: 30px;
        }


.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.card {
    background: #fff;
    width: 340px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.card-image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

.card-image-overlay h3 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.card-content {
    padding: 15px;
}

.article-category {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.article-excerpt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    padding: 8px 15px;
    background: #eee;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 15px;
    transition: background 0.3s;
}

.read-more:hover {
    background: #fff;
}

.card-info {
    font-size: 12px;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-info .date,
.card-info .contact {
    color: #666;
    text-decoration: none;
}

.card-info .separator {
    color: #aaa;
}

.card-info .contact:hover {
    text-decoration: underline;
}

.card-image-overlay h3 {
    color: #fff;
}




.categories {
    column-count: 3;
    column-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.sub-category {
    break-inside: avoid;
    margin-bottom: 20px;
    display: block;
}

        .category h2.sitemap {
            color: #008cdd;
            font-size: 2.5rem;
  /* Inizio nuova colonna */
    break-before: column;                
    -webkit-column-break-before: always;  
    column-break-before: always;          

    /* Keep with: evita rottura dopo lâ€™h2 */
    break-after: avoid-column;            
    -webkit-column-break-after: avoid;    
    page-break-after: avoid;              
}

/* Keep with: evita rottura prima della prima .sub-category successiva */
.category h2.sitemap + .sub-category {
    break-before: avoid-column;           
    -webkit-column-break-before: avoid;   
    page-break-before: avoid;             
}

/* Non forzare la prima h2 in colonna vuota */
.category h2.sitemap:first-child {
    break-before: auto;
    -webkit-column-break-before: auto;
    column-break-before: auto;
}


        .sub-category h3.sitemap {
            font-size: 2.0rem;
            color: #555;
            margin-bottom: 10px;
            text-indent: 20px;
        }

        .sub-category ul.sitemap {
            font-size: 1.2rem;
            list-style-type: none;
            padding: 0;
        }

        .sub-category ul.sitemap li {
            margin-bottom: 5px;
            text-indent: 40px;
        }

        .sub-category ul.sitemap li a {
            text-decoration: none;
            color: #333;
        }

        .sub-category ul.sitemap li a:hover {
            text-decoration: underline;
            color: #008cdd;
        }





.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.breadcrumb li + li:before {
  content: " / ";
  padding: 0 5px;
  color: #333;
}

.breadcrumb a {
  text-decoration: none;
  color: #333;
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: underline;
}








</pre></body></html>