.gcardpro-gallery {
    padding: 10px;
    font-family: system-ui
}

.gcardpro-filters {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.gcardpro-filters a {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 999px;
    text-decoration: none;
    color: #333
}

.gcardpro-filters a.active {
    background: #0a5c2e;
    color: #fff
}

.gcardpro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px
}

.gcardpro-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    background: #fff
}

.gcardpro-card img {
    width: 100%;
    display: block
}

.gcardpro-title {
    padding: 6px;
    font-weight: bold
}