#header-desktop, #header-mobile {
    display: none;
}

.page {
    width: 100%;
    padding-top: 0 !important;
}

.single-title {
    display: none;
}

.single .content h2 {
    font-size: 1.1em;
}

.contact-block {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 1em;
}

.contact-block span {
    /* border: solid 2px rgb(78, 78, 78);
    border-radius: 12px; */
    padding-left: .3em;
    padding-right: .3em;
    font-size: 0.8em;
    background-color: rgb(223, 223, 223);
}

.tile-block {
    /* background-color: rgb(223, 223, 223); */
    padding: 0;
    break-after: avoid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.tile-title {
    border-bottom: 2px solid;
    font-size: 1em;
}

.tile {
    background-color: rgb(223, 223, 223);
}

.custom-block {
    break-inside: avoid;
}

.content-title {
    border-bottom: 2px solid;
    font-size: 0.8em;
}

.content-title a {
    display: none;
}

#back-to-top {
    display: none;
}

body {
    background-image: none;
}

footer {
    display: none;
}

.header-mark {
    display: none;
}