.mgpl-wrap,
.mgpl-map-wrap,
.single-mg_plant .mgpl-single {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 2rem;
}

.mgpl-empty {
    max-width: 1180px;
    margin: 1rem auto;
    padding: 1rem 1.25rem;
    border: 1px solid #d9e3da;
    border-radius: 14px;
    background: #f7fbf7;
}

.mgpl-map-card {
    background: #fff;
    border: 1px solid #d9e3da;
    border-radius: 18px;
    padding: 1.25rem;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
    margin-bottom: 1.5rem;
}

.mgpl-map-title {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    line-height: 1.2;
}

.mgpl-location-map-image {
    text-align: center;
}

.mgpl-location-map-image img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #d9e3da;
    background: #fff;
}

.mgpl-location-map-notes {
    margin-top: 1rem;
    color: #4a4a4a;
}

.mgpl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.mgpl-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9e3da;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.mgpl-card-image {
    display: block;
    background: #f4f7f4;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.mgpl-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mgpl-card-body {
    padding: 1rem 1rem 1.1rem;
}

.mgpl-card-title {
    font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 .4rem;
}

.mgpl-card-title a {
    text-decoration: none;
}

.mgpl-card-title a:hover {
    text-decoration: underline;
}

.mgpl-card-latin {
    margin-bottom: .5rem;
    color: #526352;
}

.mgpl-card-location {
    font-size: .95rem;
    color: #2f3d2f;
}

.mgpl-label {
    display: inline-block;
    margin-right: .25rem;
    padding: .15rem .45rem;
    border-radius: 999px;
    background: #eef5ee;
    color: #355635;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.mgpl-card-notes {
    margin-top: .75rem;
    color: #4a4a4a;
    font-size: .95rem;
}

.mgpl-single {
    background: #fff;
    border: 1px solid #d9e3da;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
    padding: 1.5rem;
}

.mgpl-single-grid {
    display: grid;
    grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.mgpl-single-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.mgpl-single-title {
    margin: 0 0 .5rem;
    font-size: 2rem;
    line-height: 1.15;
}

.mgpl-single-latin {
    margin: 0 0 1rem;
    color: #526352;
    font-size: 1.1rem;
}

.mgpl-single-meta {
    display: grid;
    gap: .8rem;
}

.mgpl-meta-row {
    border-top: 1px solid #edf0ed;
    padding-top: .8rem;
}

.mgpl-meta-label {
    font-weight: 700;
    display: block;
    margin-bottom: .18rem;
}

@media (max-width: 782px) {
    .mgpl-map-card,
    .mgpl-single {
        padding: 1rem;
    }

    .mgpl-single-grid {
        grid-template-columns: 1fr;
    }

    .mgpl-grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
}
