/* --- Główny kontener --- */
#wpforms-712 {
    font-family: 'Prata', serif !important;
    max-width: 100%;
    margin: 0;
}

/* --- 1. NAPRAWA TYTUŁÓW (LABELS) --- */
#wpforms-712 label.wpforms-field-label,
#wpforms-712 legend.wpforms-field-label {
    font-family: 'Prata', serif;
    font-size: 16px;       
    color: #1a1a1a;        
    margin-bottom: 5px !important;
    font-weight: 400 !important;
    display: block;
}

/* Ukrycie sub-etykiet (First, Last) */
#wpforms-712 .wpforms-field-sublabel {
    display: none !important;
}


#wpforms-712 input[type="text"],
#wpforms-712 input[type="email"],
#wpforms-712 select,
#wpforms-712 textarea {
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
    color: #333 !important;
    transition: all 0.3s ease;
}


#wpforms-712 input[type="text"],
#wpforms-712 input[type="email"],
#wpforms-712 select {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 8px 0 !important;
    border-radius: 0 !important;
    width: 100%;
}

/* Aktywne pola liniowe */
#wpforms-712 input:focus,
#wpforms-712 select:focus {
    border-bottom: 1px solid #000 !important;
    outline: none;
}


#wpforms-712 textarea {
    background-color: #ffffff !important; 
    border: 1px solid #ccc !important;
    padding: 10px !important;       
    margin-top: 5px !important;
    border-radius: 2px !important; 
    height: 100px !important;       
}

#wpforms-712 textarea:focus {
    border: 1px solid #000 !important;
    outline: none;
}

#wpforms-712 .wpforms-field {
    margin-bottom: 15px !important; 
    clear: both;
}

#wpforms-712 .wpforms-field-row {
    display: flex;
    margin: 0 -10px;
}
#wpforms-712 .wpforms-field-row-block {
    padding: 0 10px !important;
    flex: 1;
}

#wpforms-712-field_5-container {
    display: none !important;
}

#wpforms-712 .wpforms-submit-container {
    padding-top: 10px;
    text-align: left; 
}

#wpforms-712 button[type="submit"] {
    font-family: 'Mulish', serif;
    background-color: #03382A; 
    color: #ffffff;            
    border: 1px solid #1a1a1a;
    padding: 10px 35px;         
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#wpforms-712 button[type="submit"]:hover {
    background-color: transparent;
    color: #F5F5F2;
}


/* Zmniejszenie tytułu tylko w pojedynczych postach */
.single-post h1.entry-title {
    font-size: 34px !important;
    line-height: 2;
    font-family: 'Prata', serif;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

/* Wersja na telefon */
@media (max-width: 768px) {
    .single-post h1.entry-title {
        font-size: 20px !important;
    }
}


/* 1. KONTENER: Ukrywamy przecinki i ustawiamy układ */
.fox-tags .elementor-widget-container,
.fox-tags {
    font-size: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

/* 2. TAGI: Stylizujemy pastylki */
.fox-tags a {
    font-size: 10px !important;
    display: inline-block !important;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    color: #555555;
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    line-height: 1.2;
    transition: all 0.3s ease;
    margin: 0 !important;
}

/* 3. EFEKT HOVER */
.fox-tags a:hover {
    background-color: #D48C56;
    border-color: #D48C56;
    color: #FFFFFF;
}

.fox-tags span.elementor-divider-separator {
    display: none !important;
}

/* TAGS */

/* --- STYLIZACJA TAGÓW POD WPISEM --- */

.post-tags .tag-links {
    font-size: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 30px; 
    margin-bottom: 20px;
}

/* 2. TAGI (LINKI): Tworzymy wygląd pastylek */
.post-tags .tag-links a {
    font-size: 11px !important;
    font-family: 'Mulish', sans-serif;
    display: inline-block;
    background-color: #F9F9F9;
    border: 1px solid #E0E0E0;
    color: #666666;
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    line-height: 1;
}

/* 3. EFEKT HOVER: Złoty akcent po najechaniu */
.post-tags .tag-links a:hover {
    background-color: #D48C56;
    border-color: #D48C56;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(212, 140, 86, 0.2);
}



/* --- POPRAWIONY STYL FORMULARZA HASŁA (WERSJA PIONOWA) --- */

/* 1. KONTENER GŁÓWNY */
.post-password-form {
    max-width: 450px;
    margin: 60px auto;
    padding: 40px;
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    text-align: center;
}

/* 2. UKŁAD ELEMENTÓW (FLEXBOX) - TO NAPRAWI TWÓJ BŁĄD */
.post-password-form p {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
}

/* Tekst "This content is..." */
.post-password-form > p:first-child {
    margin-bottom: 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}

/* 3. LABEL (Etykieta) */
.post-password-form label {
    font-size: 0 !important;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

/* 4. POLE TEKSTOWE (INPUT) */
.post-password-form input[type="password"] {
    font-size: 16px !important;
    width: 100% !important;       
    max-width: 100% !important;
    height: 50px;                 
    padding: 10px 15px;
    margin-bottom: 20px !important; 
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;       
    display: block;
}

.post-password-form input[type="password"]:focus {
    border-color: #D48C56;
    outline: none;
}

/* 5. PRZYCISK (ENTER) - ZMODYFIKOWANY */
.post-password-form input[type="submit"] {
    background-color: #03382A !important;
    color: #ffffff !important;     
    border: 1px solid #03382A !important;
    font-family: 'Mulish', sans-serif !important;
    text-transform: none !important;
    font-weight: 600;
    font-size: 16px;
    
    height: 50px;
    width: 100% !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-top: 0 !important;
    display: block;
}

/* EFEKT PO NAJECHANIU (HOVER) */
.post-password-form input[type="submit"]:hover {
    background-color: transparent !important;
    color: #03382A !important;              
}


/* Zmniejszenie etykiet formularza (Name, Email itp.) na telefonach */
@media only screen and (max-width: 768px) {
    .wpforms-field-label {
        font-size: 14px !important; 
    }
}