.cqc-qr {
box-sizing: border-box;
max-width: 100%;
}
.cqc-qr__inner {
display: block;
}
.cqc-qr--align-left .cqc-qr__inner {
text-align: left;
}
.cqc-qr--align-center .cqc-qr__inner {
text-align: center;
}
.cqc-qr--align-right .cqc-qr__inner {
text-align: right;
}
.cqc-qr__text {
margin: 0 0 0.5rem;
font-size: 0.95rem;
line-height: 1.45;
}
.cqc-qr__image {
display: inline-block;
height: auto;
max-width: 100%;
vertical-align: middle;
}
.cqc-qr__subcaption {
margin: 0.5rem 0 0;
font-size: 0.85rem;
line-height: 1.4;
opacity: 0.85;
}
.cqc-qr__fallback {
margin: 0;
font-size: 0.9rem;
color: #666;
}
.cqc-qr--style-bordered .cqc-qr__inner {
padding: 1rem;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
background: #fafafa;
}
@media (min-width: 768px) {
.cqc-qr--device-mobile {
display: none !important;
}
}
@media (max-width: 767.98px) {
.cqc-qr--device-desktop {
display: none !important;
}
}