/* Публичные статические страницы */
.pages-public .static-page-content img,
.pages-public-view .static-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.35rem;
}

.pages-public .static-page-content table,
.pages-public-view .static-page-content table {
    max-width: 100%;
}

.pages-public .static-page-content a,
.pages-public-view .static-page-content a {
    color: #5ee4ff;
}

.pages-public .static-page-content a:hover,
.pages-public-view .static-page-content a:hover {
    color: #9ef0ff;
}
