.pqr-shortcode-wrapper {
        position: relative;
}

.pqr-quote-link {
        display: inline;
        color: #2271b1;
        text-decoration: underline;
        cursor: pointer;
}

.pqr-quote-link:hover,
.pqr-quote-link:focus {
        color: #135e96;
}

.pqr-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.55);
}

.pqr-modal-content {
        position: relative;
        max-width: 460px;
        margin: 10vh auto;
        padding: 24px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pqr-close {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
}

.pqr-quote-form input[type="text"],
.pqr-quote-form input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
}

.pqr-message .success {
        color: #1e7e34;
        font-weight: 600;
}

.pqr-message .error {
        color: #b40000;
        font-weight: 600;
}

.pqr-honeypot {
        position: absolute !important;
        left: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
}
