/* Kontener Bookero */ #bookero { font-family: 'Georgia', serif; background-color: #f9f4f1; padding: 40px; max-width: 1000px; /* szerszy formularz */ margin: 0 auto; border-radius: 12px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); text-align: left; box-sizing: border-box; } /* Nagłówki */ #bookero h1, #bookero h2, #bookero h3 { color: #6e1b28; font-weight: bold; margin-bottom: 20px; word-break: keep-all; white-space: normal; line-height: 1.4; font-size: 24px; } /* Formularze */ #bookero input[type="text"], #bookero input[type="number"], #bookero input[type="email"], #bookero select, #bookero textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 25px; font-size: 16px; background-color: #fff; box-sizing: border-box; } /* Przyciski */ #bookero button, #bookero .bookero-button { background-color: #6e1b28; color: #fff; padding: 14px }