.qr-container {
    text-align: center;
    margin-top: 20px;
}

.qr-image-wrapper {
    width: 50%;
    margin: 0 auto;
}

.qr-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

#download-qr {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    background: #0073aa;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

#download-qr:hover {
    background: #005f8d;
}
#qr_downloadCertificate {
    background-color: #BC9F57;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 10px 24px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin-top: 40px;
} 