/* 
 Theme Name:   HivePress Customization
 Theme URI:    
 Description:  Some optimizer changes
 Author:       NEWS P.
 Author URI:   https://pl.taxi
 Template:     shoptimizer
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
/* --- Rozszerzenie kontenera formularza --- */
/* --- Rozszerzenie kontenera formularza --- */

/* 1. Rozszerzenie całego bloku formularza do 100% szerokości */
.entry-content .wpforms-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
}

/* 2. Jeśli strona ma klasę ograniczenia szerokości, zdejmujemy ją dla tej konkretnej strony (ID 180 - Kontakt) */
.page-id-180 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* 3. Upewnienie się, że formularz nie jest blokowany przez marginesy strony */
.page-id-180 .site-main {
    padding: 0 20px !important; /* Dajemy tylko delikatny margines, żeby nie dotykało krawędzi */
}

/* 4. Ostateczne wymuszenie szerokości pól */
#wpforms-199 {
    width: 100% !important;
    max-width: 100% !important;
}

#wpforms-199 .wpforms-field-container {
    max-width: 100% !important;
}
