/* OnEnergy Custom Page Styles */

.onenergy-custom-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.onenergy-custom-content {
    /* Add your custom styles here */
}

/* Form container styling to match Kadence theme */
.onenergy-form-container {
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .onenergy-custom-page {
        padding: 15px;
    }
}