/*
Theme Name: Hello Elementor Child by Kotuko
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758784710
Updated: 2025-09-25 07:18:30

*/

/* WPML*/

.otgs-development-site-front-end {
    display: none !important;
}

.wpml-ls-current-language .wpml-ls-native {
    color: white !important;
    font-weight: bold;
}




/* Footer */
button#btn_Newsletter {
    position: relative;
    bottom: 77px;
    right: -540px;
}

@media only screen and (max-width: 1280px){
	button#btn_Newsletter {
		position: relative;
		top: -75px;
	}
}

@media only screen and (max-width: 769px){
	button#btn_Newsletter {
		position: relative;
		top: 0px;
		left: 0px;
	}
}

/* Tabella dettaglio veicolo */
.listino-noleggio-wrapper {
  width: 100%;
  margin: 15px 0;
  overflow-x: auto;                     
  -webkit-overflow-scrolling: touch;    
}

.listino-noleggio {
  width: 100%;
  max-width: 100%;                      
  border-collapse: collapse;
  font-size: 15px;
  box-sizing: border-box;
  min-width: 350px; /* forza scroll se necessario */
}

/* Colonne proporzioni */
.listino-noleggio th:first-child,
.listino-noleggio td:first-child {
    width: 50%;
}

.listino-noleggio th:last-child,
.listino-noleggio td:last-child {
    width: 50%;
}

.listino-noleggio th,
.listino-noleggio td {
  padding: 5px 10px;
  white-space: nowrap;                 
  border: none;
  vertical-align: middle;
}

.listino-noleggio thead th {
  font-weight: 600;
  background: #f7f7f7;
  text-align: left;
}

.listino-noleggio tbody td {
  border-bottom: none;
}

.listino-noleggio tfoot td.note-listino {
  font-size: 13px;
  font-style: italic;
  color: #555;
  padding-top: 8px;
  white-space: normal;
}

/* Mobile e tablet */
@media (max-width: 1220px) {
  .listino-noleggio-wrapper {
    max-width: 350px;     
    overflow-x: auto;      
  }
}

@media (max-width: 480px) {
  .listino-noleggio-wrapper {
    max-width: 350px;       
    overflow-x: auto;      
  }

  .listino-noleggio {
    min-width: 300px;       
  }
}




table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 100% / 0%);
	border: none;
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: none;
}

.acme-tabella {
  border-collapse: collapse;
  width: auto; /* la tabella non si allarga a 100% */
}

.acme-tabella td {
  padding: 4px 8px;
  white-space: nowrap; /* evita che il testo vada a capo */
  background-color: #ffffff;
  border: none;
}

.acme-tabella td:first-child {
  padding-right: 10px; /* piccolo spazio solo tra colonna 1 e 2 */
}