/* custom-cf7-style.css */

.product-option {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.product-option img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.product-option.selected {
    opacity: 0.6;
}

.yellow-box {
    background-color: #fff9c4;
    border: 2px solid #ffeb3b;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.contact-form .input-group {
    margin-bottom: 10px;
}

.submit-button {
    text-align: center;
    margin-top: 20px;
}

.submit-button button {
    background-color: #264570;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.submit-button button:hover {
    opacity: 0.8;
}

.divider {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
}

.terms-heading {
    font-weight: bold;
    text-align: center;
}

.privacy-policy {
    margin-bottom: 10px;
}

.checkbox-container {
    text-align: left;
}