﻿.gp-my-village {
    background-color: #f8f9fa;
    padding: 50px 0;
}

/* Each horizontal row */
.gp-place-row {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

/* Image – uniform height */
.gp-place-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #e9ecef;
    border-radius: 4px;
}

/* Title */
.place-title {
    font-size: 18px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 8px;
}

/* Text */
.gp-place-row p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Mobile adjustment */
@media (max-width: 576px) {
    .gp-place-img {
        height: 160px;
    }
}
