small {
    font-size: 12px;
    font-weight: bold;
}

#contactSmallTitle {
    font-size: 0.5em;
}

#sendAlert {
    border-radius: 0 !important;
    border: 1px solid black !important;
}

.form-check-input {
    width: 14px;
    height: 14px;
    border-radius: 0 !important; 
    border: 2px solid #000 !important; 
    cursor: pointer;
}

#joannaSzymon {
    font-family: "Snell Roundhand", cursive;
    font-weight: normal;
    font-size: 1.5rem;
}

#consentLabel {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.horizontal-line {
    width: 15%;
    /* długość kreski */
    height: 2px;
    /* grubość */
    background-color: #282829;
    /* kolor (czarny) */
    margin: 2rem auto;
    /* odstępy i wyśrodkowanie */
}

@media (min-width: 576px) and (max-width: 776px) {
    label {
        font-size: 14px !important;
    }
}

@media (min-width: 361px) and (max-width: 575px) {
    h1 {
        font-size: 22px;
    }

    h2 span {
        font-size: 14px !important;
    }

    p {
        font-size: 14px;
    }

    label {
        font-size: 12px !important;
    }

    small {
        font-size: 10px;
    }

    #sendAlert {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    label {
        font-size: 12px !important;
    }

    small {
        font-size: 10px;
    }

    button span {
        font-size: 14px !important;
    }

    #sendAlert {
        font-size: 12px;
    }
}

/* Styl przycisku SEND MESSAGE */
#formSubmitBTN {
    padding: 0.90rem 2.30rem;
    /* subtelnie większa przestrzeń wokół napisu */
    border-width: 2px;
    /* lekko grubsza ramka pozostaje */
    border-radius: 6px;
    /* subtelne zaokrąglenie */
    font-size: 0.95rem;
    /* subtelnie większa czcionka napisu */
}

.languages {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 576px) {
    .languages {
        flex-direction: column;
    }

    .divider {
        display: none;
    }
}