.lianamailer {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 3rem;
}

.lianamailer * {
    box-sizing: border-box;
}

.lianamailer-text {
    font-weight: bold;
    margin-bottom: 1.25rem;
}
.lianamailer-formfield {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
}

.lianamailer-formfield:before,
.lianamailer-formfield:after {
    content: "";
    display: table;
}

.lianamailer-formfield:after {
    clear: both;
}

.lianamailer-formfield label {
    display: block;
}

.lianamailer-formfield-lists label,
.lianamailer-formfield-consents label {
    cursor: pointer;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lianamailer-formfield-properties label {
    float: left;
    width: 180px;
    padding-top: 7px;
    padding-right: 20px;
    font-weight: bold;
}
.lianamailer-formfield-properties-checkbox label {
    float: left;
    width: 180px;
    padding-top: 7px;
    padding-right: 20px;
    font-weight: normal;
}
.lianamailer-formfield-properties-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.lianamailer-formfield-lists,
.lianamailer-formfield-consents,
.lianamailer-formfield-submit {
}

.lianamailer-formfield-inner {
    overflow: hidden;
}

.lianamailer-formfield-consents {
    border-top: 1px dotted #eee;
    padding-top: 10px;
}

.lianamailer input[type="text"],
.lianamailer input[type="email"] {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    background-color: #f2f2f2;
    border: none;
    border-radius: 4px;
    font-size: 1em;
}

.lianamailer input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 2px;
}

.lianamailer input[type="text"]:focus,
.lianamailer input[type="email"]:focus {
    background-color: #e2e2e2;
    outline: none;
}

.lianamailer input[type="checkbox"],
.lianamailer input[type="checkbox"] + span {
    vertical-align: middle;
}

.lianamailer button {
    cursor: pointer;
    max-width: 120px;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #222222;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 1em;
    font-weight: 700;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.lianamailer button:hover {
    background-color: #666666;
}

.lianamailer button:focus {
    background-color: #363636;
}

.lianamailer-formfield-error {
    color: #ff0000;
    margin: 14px 0;
}

.lianamailer-success {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

@media only screen and (max-width: 500px) {
    .lianamailer-formfield-properties label {
        float: none;
        width: 100%;
        padding: 0 0 2px 0;
    }

    .lianamailer-formfield-lists,
    .lianamailer-formfield-consents,
    .lianamailer-formfield-submit {
        padding-left: 0px;
    }
}
