/**************************************/
/* HEADER */

#results-header {
  margin-bottom: 2em;
}

.result-header-total strong {
  color: var(--kummel-color);
  font-weight: normal;
}

.result-header-bytype {
  text-align: right;
}

.result-header-bytype-table {
  display: table;
  float: right;
  table-layout: fixed;
}
.result-header-bytype-link {
  display: table-cell;
  padding: 0 0 0 2em;
  color: #333;
  font-variant: small-caps;
  letter-spacing: 1px;
  width: calc(32% - 3px);
  margin-right: 18%;
  text-align: right;
}
.result-header-bytype-link:first-child {
  padding-left: 0;
  margin-left: 18%;
  margin-right: 0;
  text-align: left;
}
.template-pages-layout-landingLayoutCustomAvailabilityPage .result-header-bytype-link:first-child {
	margin-left: 0;
	width: 100%;
	text-align: center;
}

.result-header-bytype-link.active {
  color: var(--kummel-color);
}

body.solbiatiFont .result-header-bytype-link.active {
    color: #6c577e;
}

@media (max-width: 991px) {
	.result-header-bytype-link {
		width: auto;
  		margin-right: auto;
  		text-align: inherit;
	}
	.result-header-bytype-link:first-child {
		margin-left: auto;
		margin-right: auto;
		text-align: inherit;
	}
}
@media (max-width: 840px) {
	.result-header-bytype-link {
/* 		width: 100%; */
		padding: 0 0 0 10px;
	}
}


/**************************************/
/* RISULTATI */

#content-results-list {
	margin-right: 10px;
	margin-left: 10px;
}

.content-results-item {
}

.content-results-item .content-results-item-col-text {
}

.content-results-item .content-results-item-col-text p {
}

.content-results-item .content-results-item-col-text p.dotdotdot {
  line-height: 20px;
  max-height: 205px;
}

.content-results-item .content-results-item-col-text p:not(.dotdotdot) {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  /* Fallback for non-webkit */
  margin: 0 auto 10px auto;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 205px;
}

.content-results-item .content-results-item-col-text h3 {
  color: #666;
  margin-top: 0px;
}

.content-results-item .content-results-item-col-img {
}
