@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("menu.css");

#myBody,.mosaic-top-header {
    background: #fafafa;
}

section.tile.h100p:not(:last-child) {
    margin-bottom: 0px;

}

.free .free-tile {
    padding: 0!important;
    border: none!important;

    .v-align {
        justify-content: start!important;
    }

    h2, h3 {
        margin-top: 32px!important;
    }
}

section.tile div.freecontent p {
    margin: 1rem 0;
}

section.tile.height2 .free-tile .theme-tile-image {
    padding: 0!important;

    img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition: .25s ease-in-out all;
    }
}

.free-tile .theme-tile-name {
    height: 48px;
}

.free-tile .theme-tile-name > .name_wrapper {
    font-size: 16px!important;
}

