/* 
Theme Name: Hello Elementor onmit
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor onmit is a child theme of Hello Elementor, created by onmit gmbh 
Author: onmit gmbh
Author URI: https://onmit.ch/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-onmit
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 */

/* Metadata Table */
.metadata-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.metadata-table tr {
	border-bottom: 1px solid #e5e5e5;
}

.metadata-table tr:last-child {
	border-bottom: none;
}

.metadata-table th,
.metadata-table td {
	padding: 10px 14px;
	text-align: left;
	vertical-align: top;
}

.metadata-table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.metadata-table tr:nth-child(even) {
	background-color: #ffffff;
}

.metadata-table th {
	width: 40%;
	font-weight: 600;
	color: #555;
}

.metadata-table td {
	color: #222;
}
