.fluentu-leadbox-link {
    background-color: #f5f5f5;
    padding: 1.5rem 0.5rem;
    margin-bottom: 1.333rem;
}

@media print {
    .fluentu-leadbox-link {
        display: none;
    }
}

.fluentu-leadbox-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.fluentu-leadbox-show {
    display: flex;
}

.fluentu-leadbox {
    box-sizing: border-box;
    background-color: white;
    box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.5);
    max-width: 480px;
    min-height: 160px;
    margin: auto;
    padding: 1.5rem;
    position: relative;
    top: -120px;
    text-align: center;
    width: 100%;
}

.fluentu-leadbox h3 {
    margin-bottom: 1rem;
}

.fluentu-leadbox form {
    margin: 1rem 0;
}

.fluentu-leadbox input {
    margin: 0.5rem 0;
}

.fluentu-leadbox .email-input {
    width: 100%;
}

.fluentu-leadbox .confirm-email-input {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.fluentu-error {
    color: red;
}
