/*
Theme Name: Autobelt Child
Theme URI: https://tusitio.com/
Description: Tema hijo de Hello Elementor
Author: Juan Murillo
Author URI: https://latamwedigital.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Aquí puedes agregar tus estilos personalizados */

.autobelt-homologaciones{
    margin-top:30px;
}

.autobelt-homologaciones h3{
    margin-bottom:15px;
    font-size:22px;
}

.autobelt-table{
    width:100%;
    border-collapse:collapse;
}

.autobelt-table th{
    background:#D41F1A;
    text-align:left;
    padding:12px;
    border:1px solid #ddd;
}

.autobelt-table td{
    padding:12px;
    border:1px solid #ddd;
}

.autobelt-table tr:hover{
    background:#fafafa;
}

.autobelt-spec-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    border:1px solid #e5e5e5;
    border-radius:8px;
    background:#fff;
}

.autobelt-spec-label{
    font-weight:600;
}

.autobelt-spec-value{
    font-weight:500;
}