html {
    overflow-x: hidden !important;
}

#app {
    font-family: "Tektur", sans-serif;
}

.wrapper {
    min-height: 0px !important;
    padding-top: 0px !important;
}

#app .star {
    min-height: 0px !important;
}

p[data-v-6ba018fe],
h2[data-v-6ba018fe] {
    margin: 0;
}

.exercises__btn p {
    margin: 0;
}

.list-page__title[data-v-80169f34],
.more__title[data-v-3aa9d5ca],
.article__btn p[data-v-be147888] {
    margin: 0;
}

#app .self-med {
    display: none !important;
}

#app .bottom {
    display: none !important;
}

footer {
    position: relative;
    overflow: visible !important;
    border-radius: 0 !important;
    background-color: white !important;
}

#app .top {
    position: relative;
    z-index: 5;
}

#app .top div a:last-child {
    display: none !important;
}

.list-page .content[data-v-80169f34] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
}

@media screen and (max-width: 1024px) {
    .list-page .content[data-v-80169f34] {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
    }
}

.more__row {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: none !important;
}

@media screen and (max-width: 600px) {
    grid-template-columns: repeat(1, 1fr) !important;
}
