/* Martulli Viaggi - Stile area riservata agenzie */
/* Toolset buttons */
.tb-button__link {
  white-space: nowrap;
}
/* Tab child container */
.uagb-tabs__wrap .uagb-tabs__body-container {
  padding: 0;
}
/* Prezzo */
.mv-agency-price span:nth-child(1) {
  color: var(--ast-global-color-2);
  text-decoration: line-through;
}
.mv-agency-price span:nth-child(2) {
  color: var(--ast-global-color-0);
  font-weight: bold;
}

@media only screen and (max-width: 544px) {
	.tb-button, .wp-block-image, .tb-image img {
			width: 100%!important;
	}
  .tb-button a {
    display: block;
  }
}