.sdh-webpages {
    display: grid;
    gap: 18px;
    margin: 20px 0;
}

.sdh-webpage {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(16, 35, 60, 0.08);
    overflow: hidden;
}

.sdh-webpage__head {
    padding: 18px 20px 0;
}

.sdh-webpage__title {
    color: #10233c;
    font-size: 1.25rem;
    margin: 0 0 8px;
}

.sdh-webpage__description {
    color: #4c5f73;
    margin: 0 0 16px;
}

.sdh-webpage__frame-wrap {
    background: linear-gradient(180deg, #edf3f8 0%, #dce8f3 100%);
    min-height: var(--sdh-webpage-height, 720px);
    padding: 0 20px 20px;
}

.sdh-webpage__frame {
    background: #fff;
    border: 0;
    border-radius: 12px;
    display: block;
    height: var(--sdh-webpage-height, 720px);
    width: 100%;
}

.sdh-webpage__hint,
.sdh-webpage__link {
    color: #5f6c7a;
    font-size: 13px;
    margin: 0;
    padding: 0 20px 16px;
}

.sdh-webpage__link a {
    color: #135e96;
    font-weight: 600;
    text-decoration: none;
}

.sdh-webpage__link a:hover,
.sdh-webpage__link a:focus {
    text-decoration: underline;
}

@media (max-width: 782px) {
    .sdh-webpage__head,
    .sdh-webpage__frame-wrap,
    .sdh-webpage__hint,
    .sdh-webpage__link {
        padding-left: 16px;
        padding-right: 16px;
    }
}
