/*
Theme Name:  Shopcozi Child
Template:    shopcozi
Description: Child theme cho Shopcozi — gstaustralia.com.vn
Version:     1.0
*/

/* --- GST ACHIEVEMENTS SECTION --- */
.gst-achievements {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}
.gst-achievements h2 {
    font-size: 28px;
    color: #1F3864;
    margin-bottom: 8px;
}
.gst-subtitle {
    color: #595959;
    margin-bottom: 40px;
    font-size: 16px;
}
.gst-achievements-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.gst-achievements-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.gst-card {
    background: white;
    border-radius: 8px;
    padding: 16px;
    width: 260px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.gst-card img {
    width: 100%;
    border-radius: 4px;
}
.gst-card p {
    margin-top: 10px;
    font-size: 14px;
    color: #595959;
}
@media (max-width: 768px) {
    .gst-achievements-grid { flex-direction: column; align-items: center; }
    .gst-achievements h2 { font-size: 22px; }
    .gst-card { width: 100%; max-width: 340px; }
}
