@media screen and (max-width: 768px) {
.qrc-section, .qr-section {
    margin-top: 8rem;
}
.qr-header h2, .qr-container h2{
    font-size: 1.5rem;
}
.qr-container p, .qr-list .desc, .qr-list th, .qr-list td {
    color: #555;
    margin-bottom: 1rem;
}
.qr-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: nowrap;
}
}

@media screen and (max-width: 480px) {
.qrc-section, .qr-section{
    margin-top: 6rem;
}
.qr-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    overflow: hidden;
}
.qr-header h2, .qr-container h2 {
    font-size: 1.2rem;
}
.qr-card h3, .qr-card h3, .stat-card h4, .stat-value {
    font-size: 1rem;
}

.qr-header p, .qr-card label, .qr-card input[type="url"], .qr-table p,
.qr-container p, .qr-list .desc, .qr-list th, .qr-list td, .filter-select, .search-bar input
{
    font-size: 0.7rem;
}

.qr-input, .qr-btn{
    padding: 0.5rem;
    font-size: 0.6rem;
}
.stats-cards{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 20px;
    flex-wrap: wrap;
}
.qr-content-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 40px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
}
