/*
Theme Name: Hello Elementor Child
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.1759760156
Updated: 2025-10-06 14:15:56

*/

/* Estilos para os resultados da busca de horários */

/* Container de cada resultado de viagem */
.itinerario-resultado {
    margin-bottom: 2.5em; /* Adiciona um espaço entre as tabelas de resultado */
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

/* Título do itinerário */
.itinerario-resultado h4 {
    margin-top: 0;
    color: #333;
}

/* Tabela de horários */
.tabela-horarios-resultado {
    width: 100%;
    border-collapse: collapse; /* Remove o espaçamento entre as células */
    margin-top: 15px;
}

/* Células do cabeçalho (th) e do corpo (td) da tabela */
.tabela-horarios-resultado th,
.tabela-horarios-resultado td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd; /* Linha separadora para cada parada */
}

/* Estilo para o cabeçalho da tabela */
.tabela-horarios-resultado thead th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #555;
}

/* Efeito de hover para as linhas da tabela */
.tabela-horarios-resultado tbody tr:hover {
    background-color: #ececec;
}

.form-group button {
	font-weight: bold;
	border-radius: 8px;
	background-color: #015f82;
	color: white;
	border: none;
	margin-top: 10px;
}

.form-group button:hover {
	background-color: #009bab;
	color: white;
	border: none;
	margin-top: 10px;
}