/* 
Theme Name: Aurora Vitra
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: WUKOTEC Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: auroravitra
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.badge {
	border-radius: 50px;
	display: inline-block;
	padding: 10px 25px;
	background-color: #ccc;
	font-weight: 600;
}

.bg-primary {
	background-color: var( --e-global-color-text );
}

.text-white {
	color: #fff;
}

.auroravitra-event-meta {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.auroravitra-event-meta th,
.auroravitra-event-meta td {
  border: 1px solid #F3E7DA;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.auroravitra-event-meta th {
  background-color: #F3E7DA;
  font-weight: 600;
  width: 30%;
  color: #333;
}

.auroravitra-event-meta td p {
	margin: 0;
}

.auroravitra-event-meta tr:nth-child(even) {
  background-color: rgba(255, 255, 255,.3);
}

.auroravitra-event-meta a {
  color: #0d6efd;
  text-decoration: none;
}

.auroravitra-event-meta a:hover {
  text-decoration: underline;
}