.android-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 99;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    left: 0;
}

.android-modal.two{
    z-index: 100;
}
.title img {
    height: 1.1rem;
    width: unset;
}

.android-modal .header {
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: black;
    min-height: calc(56px + env(safe-area-inset-top));
    padding: max(1rem, env(safe-area-inset-top)) 1.5rem 1rem;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
}

.android-modal .header .android-modal-arrow {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
}

.android-modal .header .android-modal-arrow img {
    height: 1.2rem;
}

.android-modal .header .title {
    flex: 1;
    text-align: center;
}

.android-modal .header .header-placeholder {
    width: 44px;
}

.android-modal .content {
    flex: 1;
    overflow-y: scroll;
    padding: 1rem 0 max(3rem, env(safe-area-inset-bottom));
    box-sizing: border-box;
}

.android-modal .content .platform-item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.android-modal .content .platform-item img {
    width: 100%;
}

.android-modal .content .modal-common-img, .android-modal .content .modal-common-img-2{
    width: 100%;
}

.android-modal-arrow:focus-visible,
.platform-item:focus-visible {
    outline: 2px solid #0477f9;
    outline-offset: 2px;
}

#platform-list {
    display: none;
}

#platform-detail {
    display: none;
}

#ios-detail {
    display: none;
}
