.peterhof-block {
    margin: 32px 0;
    background: #ffffff !important;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.04);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: #0b1220;
}

.peterhof-block .peterhof-inner {
    padding: 28px 32px;
}

.peterhof-block .peterhof-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 18px 0;
    color: #0b1220;
}

.peterhof-block .peterhof-image-wrapper {
    margin: 0;
}

.peterhof-block .peterhof-image {
    width: 100%;
    display: block;
    border-radius: 14px;
}

.peterhof-block .peterhof-caption {
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
}