/*
Theme Name: AWS Energie
Author: WIPOU
Author URI: https://www.wipou.com
Description: Custom WordPress theme for AWS Energie.
Version: 1.0
Text Domain: awsenergie
*/

.star {
  font-variation-settings:
    'FILL' 0,   /* 0 = outline, 1 = filled */
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
/* Filled state */
.star.filled {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    width: 50%;
}

.cf7-col-full label,
.cf7-col label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #333;
}

.cf7-col-full {
    width: 100%;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 15px;
}

.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

.cf7-submit {
    background-color: #316cbe;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}

.cf7-submit:hover {
    background-color: #f9b01a;
}

/* Responsive */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
    }

    .cf7-col {
        width: 100%;
    }
}