
.qr-section{
    margin-top: 40px;
}
.qrbtn{
    padding: 12px 24px 12px 24px;
    border-radius: 8px;
    background-color: #002793;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.qw-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #173b8f;
    line-height: 1;
}

.qw-brand-logo {
    width: 128px !important;
    height: 44px !important;
    max-width: 128px !important;
    max-height: 44px !important;
    object-fit: contain;
    flex-shrink: 0;
}

.qw-brand-title {
    display: block;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 800;
    color: #002793;
}

.qw-brand-subtitle {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #53617a;
}

.qw-footer-credit {
    padding: 14px 16px 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #53617a;
}

@media (max-width: 640px) {
    .qw-brand-logo {
        width: 104px !important;
        height: 36px !important;
        max-width: 104px !important;
        max-height: 36px !important;
    }

    .qw-brand-title {
        font-size: 20px;
    }
}
