/*
Theme Name: Modave Child
Theme URI: https://modave.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Modave
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: modave
Text Domain: modave-child
*/


.ficha-tecnica-producto {
    margin-top: 25px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
}

.tabla-ficha-tecnica {
    width: 100%;
    border-collapse: collapse;
}

.tabla-ficha-tecnica td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.tabla-ficha-tecnica td:first-child {
    width: 35%;
}
.ficha-tecnica-producto h3 {
    margin-bottom: 15px;
}

.specs-loop {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
    line-height: 1.4;
}


.video-producto {
    margin-top: 25px;
}

.video-producto iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}