/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Details URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 1.2.6
Tested up to: 6.9
Requires at least: 5.6
Requires PHP: 8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: ai-theme
*/


.brp-form {
background: #ffffff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.08);
max-width: 700px;
margin: auto;
}

.brp-form label {
font-weight: 600;
margin-bottom: 5px;
display: block;
color: #333;
}

.brp-form .form-control {
width: 100%;
padding: 12px;
border-radius: 6px;
border: 1px solid #ddd;
margin-bottom: 20px;
font-size: 15px;
}

.brp-form .form-control:focus {
border-color: #0d6efd;
box-shadow: 0 0 5px rgba(13,110,253,0.2);
outline: none;
}

.brp-btn {
padding: 12px 30px;
font-size: 16px;
border-radius: 6px;
background: #0d6efd;
border: none;
transition: 0.3s;
}

.brp-btn:hover {
background: #0b5ed7;
transform: translateY(-2px);
}