.kpw-image-placeholder {
    display: flex;
    min-height: 310px;
    padding: 35px;
    border-radius: 22px;
    background: linear-gradient(145deg, #dff4e8, #fff);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.kpw-image-placeholder img {
    width: min(260px, 80%);
    height: auto;
    object-fit: contain;
}

.kpw-image-placeholder span {
    margin-top: 18px;
    color: #657b76;
    font-size: 12px;
}

.kpw-inline-link {
    display: inline-block;
    margin-top: 8px;
    color: #1f8a70;
    font-weight: 800;
}

.kpw-park-hero.no-image .kpw-park-hero__content {
    max-width: 880px;
}

.kpw-landal-stays__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 14px;
}

.kpw-landal-stays__grid article {
    overflow: hidden;
    padding: 0;
    border: 1px solid #d9e8df;
    border-radius: 14px;
    background: #fff;
}

.kpw-landal-stays__grid img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.kpw-landal-stays__grid article div { padding: 16px; }
.kpw-landal-stays__grid h3 { margin: 0 0 10px; font-size: 19px; }
.kpw-landal-stays__grid a { color: #1f8a70; font-weight: 800; }

@media (max-width: 620px) {
    .kpw-image-placeholder { min-height: 220px; padding: 24px; }
    .kpw-landal-stays__grid { grid-template-columns: 1fr; }
}
