/*
Theme Name: RZ Theme
Description: Tema child per Hello realizzato da Riccardo Zanin.
Author: Riccardo Zanin - Onlyne You
Author URI: https://www.riccardozanin.it
Template: hello-elementor
Version: 1.0
*/
.tableSpecTecItinerario .attValue{
	text-align: right;
}
.tableSpecTecItinerario td{
	padding: 10px;
    line-height: 1.5;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #A79C97;
	background: #2F5FA0;
	background-color: #2F5FA0!important;
	height: 55px;
}
.tableSpecTecItinerario td a{
	color: #FFF;
	text-decoration: underline;
}
.tableSpecTecItinerario td {
	color: #FFF;
}

#descLunga_itin{
	height: 0;
	overflow: hidden;
	transition: height 2s;
}
.post-type-label {
  background: #f3f3f3;
  color: #333;
  padding: 5px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.9em;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  width: 40px;
  height: 40px;
  justify-content: center;
}

.post-type-label svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
}
.post-type-label .post-type-text { line-height: 1; }


ul.infoEvento {
  list-style: none;
  padding: 0;
  margin: 0;
}
.infoEvento .infoItem {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.infoEvento .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.infoEvento .icon svg {
  width: 20px;
  height: 20px;
  fill: #333; /* colore icona */
}
.infoEvento .label {
  font-weight: 500;
}

.txtBody a{
	color: #3F6FB9;
}
.txtBody h2{
	font-family: "Belgrano", Sans-serif;
    color: #1F4361;
    font-size: 32px;
    font-weight: 400;
    margin-top: 30px;
}
