.ga-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ga-gallery-item {
    position: relative;
    width: calc(33.333% - 10px); /* Three items per row */
}

.ga-gallery img {
    width: 100%;
    height: auto;
}

.ga-like-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.ga-pagination {
    text-align: center;
    margin: 20px 0;
}

.ga-pagination a {
    margin: 0 5px;
    text-decoration: none;
}
