#mobile-popup {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    font-family: helvetica, sans-serif;
    z-index: 999999;
}
#mobile-popup.gone {
    display: none;
}
#mobile-popup p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}
.chrome-popup {
    bottom: auto;
    top: 20px;
}
#mobile-popup-panel {
    display: block;
    border-radius: 8px;
    border: 5px solid #ECBF52;
    background: #fff;
    padding: 30px 20px 120px;
}
.chrome-popup #mobile-popup-panel {
    padding: 20px;
}
#mobile-popup-header {
    text-align: center;
}
.chrome-popup #mobile-popup-header {
    text-align: left;
}
#mobile-popup-icon {
    display: inline-block;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    vertical-align: top;
}
#mobile-popup-title {
    display: inline-block;
    width: 200px;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    color: #000;
    vertical-align: top;
    margin-top: 2px;
    text-align: left;
}
.safari-popup-close {
    padding: 15px;
    font-size: 28px;
    line-height: 1;
    color: #aaa;
    position: absolute;
    top: 0px;
    right: 10px;
    transform: scaleX(1.3);
}
.chrome-popup-close {
    text-align: right;
    text-decoration: underline;
    border-top: 1px solid #ddd;
    padding-top: 16px;
    margin-top: 20px;
}
.mobile-popup-body {
    padding: 20px 20px 0;
}
.mobile-popup-row {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    align-items: center;
}

.mobile-popup-num {
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
    color: #521703;
    margin-right: 20px;
}
.mobile-popup-step {
    font-size: 16px;
    margin-top: 0px;
}
.mobile-popup-gfx {
    width: 71px;
    margin-left: auto;
}
#mobile-popup-share {
    width: 47px;
    margin-right: 12px;
}
.safari-popup #mobile-popup-arrow {
    display: block;
    margin: 0 auto;
    width: 120px;
    margin-top: -108px;
}
.chrome-popup #mobile-popup-arrow {
    transform: rotate(-165deg);
    position: absolute;
    right: 8px;
    top: -17px;
    width: 60px;
}
