/* === OBAL FORMULÁŘE === */
body form.glsr-form.sr-custom {
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* === DVOU SLOUPCOVÉ POLE === */
body form.glsr-form.sr-custom .sr-half {
    flex: 1 1 calc(50% - 10px) !important;
}

body form.glsr-form.sr-custom .glsr-field.sr-half {
    display: inline-block !important;
    vertical-align: top !important;
    margin-bottom: 12px !important;
}

/* === OBECNÝ VZHLED POLÍ === */
body form.glsr-form.sr-custom input[type="text"],
body form.glsr-form.sr-custom input[type="email"],
body form.glsr-form.sr-custom textarea {
    width: 100% !important;
    padding: 14px !important;
    border: none !important;
    border-bottom: 2px solid #f0f0f0 !important;
    font-size: 16px !important;
    background: #fff !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important;
    outline: none !important;
    transition: all 0.3s ease !important;
}

/* === FOCUS STAV === */
body form.glsr-form.sr-custom input[type="text"]:focus,
body form.glsr-form.sr-custom input[type="email"]:focus,
body form.glsr-form.sr-custom textarea:focus {
    border-bottom: 2px solid #009b40 !important;
}

/* === TEXTAREA === */
body form.glsr-form.sr-custom textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

/* === TEXT POTVRZENÍ === */
body form.glsr-form.sr-custom .sr-confirm {
    font-size: 14px !important;
    color: #333 !important;
    margin: 10px 0 20px 0 !important;
}

/* === TLAČÍTKO ODESLÁNÍ === */
body form.glsr-form.sr-custom button.glsr-button.wp-block-button__link.wp-element-button {
    background-color: #009b40 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    display: block !important;
    margin: 0 auto !important;
    width: 190px !important;
}

/* === HOVER STAV TLAČÍTKA === */
body form.glsr-form.sr-custom button.glsr-button.wp-block-button__link.wp-element-button:hover {
    background-color: #007f33 !important;
}

/* === HVĚZDIČKY === */
body form.glsr-form.sr-custom .glsr-star {
    color: #009b40 !important;
    font-size: 28px !important;
}

/* === RATING WRAPPER === */
body form.glsr-form.sr-custom .glsr-field.sr-rating {
    margin-bottom: 15px !important;
}

/* === ÚPRAVA MARGINŮ CELÉHO FORMULÁŘE === */
body form.glsr-form.sr-custom .glsr-field {
    margin-bottom: 20px !important;
}
