.ctq-click-to-call-wrap {
    display: inline;
}

.ctq-call-link {
    cursor: pointer;
}

.ctq-qr-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999999;
}

.ctq-qr-popup.ctq-is-visible {
    display: block;
}

.ctq-qr-popup-inner {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 280px;
    max-width: calc(100vw - 40px);
    background: #ffffff;
    color: #111111;
    padding: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}

.ctq-qr-popup-title {
    display: block;
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.ctq-qr-image {
    display: block;
    width: 220px;
    height: 220px;
    max-width: 100%;
    margin: 0 auto 16px;
}

.ctq-qr-close {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    background: #222222;
    color: #ffffff;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
}

.ctq-qr-close:hover,
.ctq-qr-close:focus {
    background: #000000;
}
