
.dykkersteder-map {
    height: 420px;
    margin: 0 0 24px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dfe7ec;
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.dykkersteder-wrapper {
    display: grid;
    gap: 24px;
}

.dykkersteder-wrapper.layout-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.dykkersteder-wrapper.layout-list {
    grid-template-columns: 1fr;
}

.dykkersted-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.dykkersted-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.dykkersted-content {
    padding: 18px;
}

.dykkersted-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    line-height: 1.2;
}

.dykkersted-title a {
    text-decoration: none;
}

.dykkersted-location {
    margin: 0 0 10px;
    color: #245;
}

.dykkersted-excerpt {
    margin-bottom: 14px;
    color: #444;
    line-height: 1.5;
}

.dykkersted-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dykkersted-meta li {
    margin-bottom: 6px;
}
