/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/

/* Forceer Montserrat als hoofdlettertype overal */
body, 
h1, h2, h3, h4, h5, h6, 
p, span, a, li, button, input, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
}

/* Serienummer sectie */
.serial-fields-container {
    margin: 20px 0;
    padding: 15px;
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.serial-fields-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

/* Individueel veld */
.serial-field-wrapper {
    margin-bottom: 12px;
}

.serial-label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.serial-input {
    width: 100%;
    max-width: 350px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}

