.app-mod-1 {
    padding-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    background-color: #272727;
    color: #f0f0f0;
}
.app-mod-1 > div:nth-child(2) {
    margin: 8px 0;
}
.app-mod-1-1 {
    font-size: 2.5rem;
}
.app-mod-1-2 {
    font-size: 1.5rem;
}
.app-mod-1-3 > button,
.app-mod-1-3 > a {
    margin-bottom: 16px;
}
.app-mod-1-4 {
    display: inline-block;
    background-color: #3e3e3e;
    border-radius: 4px;
    padding: 2px 8px;
}
.app-mod-1-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    z-index: 10;
    text-align: center;
    /* border-top: 1px solid #e0e0e0; */
    box-sizing: border-box;
}
.app-mod-1-mobile-bar > button {
    border: none;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #272727;
    border-radius: 0;
    color: #ffffff;
}
.app-mod-1-mobile-bar > button > img {
    filter: invert(100%);
}
/* Mobile */
@media only screen and (max-width: 600px) {
    .app-mod-1 {
        display: none;
        position: fixed;
        bottom: 49px;
        left: 0;
        width: 100%;
        min-height: 300px;
        /* background-color: #ffffff; */
        z-index: 10;
        box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.08);
    }
    body.app-mod-1-mobile-bar-active .app-mod-1 {
        display: block;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .app-mod-1-mobile-bar {
        display: block;
    }
    .app-mod-1-1 {
        font-size: 2.5rem;
    }
    .app-mod-1-3 button,
    .app-mod-1-3 a {
        width: 100%;
    }
}