.fond-fp-form {
    max-width: 420px;
    margin: 1.5em 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 16px;
}

.fond-fp-form label {
    display: flex;
    flex-direction: column;
    gap: 0.35em;
    font-weight: 600;
}

.fond-fp-form input {
    padding: 0.6em 0.75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 400;
}

.fond-fp-form input:focus {
    outline: none;
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
}

.fond-fp-cur {
    margin-top: 0.25em;
    font-size: 0.85em;
    font-weight: 400;
    color: #555;
}

.fond-fp-form .fond-fp-error {
    color: #b32d2e;
    font-size: 0.9em;
    font-weight: 400;
}

.fond-fp-form input.fond-fp-invalid {
    border-color: #b32d2e;
    box-shadow: 0 0 0 1px #b32d2e;
}

.fond-fp-form button {
    padding: 0.75em 1.25em;
    border: none;
    border-radius: 4px;
    background: #2271b1;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

.fond-fp-form button:hover {
    background: #135e96;
}
