.sicureco-support-button {
    padding: 10px 20px;
    background: #0073aa;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.sicureco-support-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sicureco-support-modal-content {
    background: #fff;
    max-width: 500px;
    width: 90%;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.sicureco-support-modal-content h2 {
    text-align: left;
}

textarea#sicureco_support_message {
    height: 100px !important;
}
.sdv-search-form input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
 {
    line-height: 40px !important;
    height: 40px !important;
}
.sicureco-support-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.sicureco-support-modal-content.loading {
    opacity: 0.5;
    pointer-events: none;
}
.sicureco-support-response {
    margin-top: 15px;
    font-weight: bold;
    color: #0073aa;
}
