/* Simple Quotes Manager Styles */
.gq-quotes-grid{display:flex;flex-wrap:wrap;gap:20px;margin:10px 0;}
.gq-quote{background:#fff;border:1px solid #eee;padding:12px;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,0.03);flex:1 1 calc(33% - 20px);box-sizing:border-box;min-width:220px;}
.gq-thumb-wrap{overflow:hidden;border-radius:6px;margin-bottom:8px;}
.gq-quote-thumb{width:100%;height:auto;display:block;}
.gq-quote-title{font-size:18px;margin:6px 0;color:#222;}
.gq-quote-desc{font-size:14px;color:#444;margin-bottom:8px;}
.gq-quote-date{font-size:13px;color:#888;}
.gq-pagination{margin-top:20px;}
.gq-pagination .page-numbers{display:inline-block;padding:8px 12px;margin:4px;border-radius:4px;background:#f4f4f4;color:#444;text-decoration:none;}
.gq-pagination .current{background:#0073aa;color:#fff;}
@media(max-width:900px){.gq-quote{flex:1 1 calc(50% - 20px);}}
@media(max-width:600px){.gq-quote{flex:1 1 100%;}}

.page-numbers li{
    list-style:none
}

.page-numbers{
    display: flex !important;
    justify-content: center !important;
}

.gq-thumb-wrap {
    width: 100% !important;
    height: 280px !important;
}

.gq-thumb-wrap img{
    width:100% !important;
    height:100% !important;
}