/* Revival notice in left guide */

.global-guide {
    position: fixed;
    min-height: calc(100vh - 60px);
    padding-bottom: 95px !important;
}

.guide-revival-notice {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
}

.guide-revival-notice strong {
    display: block;
    font-size: 12px;
    color: #111;
    font-weight: bold;
}

.guide-revival-notice span {
    display: block;
    font-size: 12px;
    color: #111;
}

.guide-revival-notice em {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 10px;
    font-style: normal;
}

@media (max-height: 620px) {
    .guide-revival-notice {
        position: static;
        margin-top: 14px;
    }

    .global-guide {
        padding-bottom: 10px !important;
    }
}
