/* reminder */
#reminder-view > p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

/* banners */
#banners-view {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.banners-warning {
    display: flex;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}

.banners-warning > img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.banners-warning > p {
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
}

#good-will {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 256px;
    gap: 16px;
}

/* good will */
#good-will > * {
    height: 100%;
    border-radius: 8px;
}

#good-will > iframe {
    width: 512px;
}

/* news */
#info-news {
    margin-top: 48px;
}

#info-news-view {
    flex-direction: row;
    gap: 16px;
    align-items: start;
}

#info-news-view > div {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#info-section {
    position: relative;
    flex: 7;
}

#info-news-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

#info-news-top > p, #info-news-top > a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #0d0d0d;
    text-align: center;
}

#info-news-top > div {
    display: block;
    width: 128px;
    height: 2px;
    background-color: #0d0d0d;
    opacity: 25%;
    border-radius: 1px;
}

#info-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 48px;
}

.info-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 16px;
}

.info-list-item-separator {
    position: absolute;
    width: 2px;
    left: 0px;
    height: 100%;
    background-color: #0d0d0d;
    border-radius: 1px;
    opacity: 25%;
    top: 0px;
}

.info-list-item > p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    /*text-indent: 16px;*/
}

.info-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-list-item-text > p, .info-list-item-text > a, .info-list-item-text > span {
    font-size: 16px;
    text-align: justify;
    /*text-indent: 16px;*/
}

.info-list-item-text > *:not(:last-child) {
    margin-bottom: 8px;
}

.info-list-item-text > img {
    border-radius: 2px;
}

.info-list-item-text a:hover {
    text-decoration: underline;
}

.info-list-item-img-float {
    float: left;
    margin-right: 16px;
    width: 200px;
    margin-bottom: 8px;
}

.info-list-item-content a {
    font-weight: bold;
    color: #b51616;
}

.info-link-special {
    color: #0d0d0d !important;
}

#info-section-separator {
    position: absolute;
    width: 2px;
    border-radius: 1px;
    height: 100%;
    background-color: #0d0d0d;
    opacity: 25%;
    right: 0px;
}

.theft-phone {
    display: flex;
    flex-direction: row;
    padding-left: 16px;
    /*text-indent: 0px !important;*/
    text-decoration: none !important;
    color: #0d0d0d !important;
    gap: 8px;
    font-weight: initial !important;
}

.theft-phone > img {
    width: 16px;
}

#news-section {
    flex: 3;
}

#news-section-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-section-list-item:hover > span {
    text-decoration: underline;
}

.news-section-list-item > span {
    font-size: 16px;
    color: #3C21ED;
    text-align: justify;
}

.news-section-list-item:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

#news-section-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

#news-section-list-wrapper > a {
    font-size: 16px;
    font-weight: bold;
}

/* mobile readings */
#mobile-readings-view {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 32px;
    gap: 32px;
}

#mobile-readings-view > .default {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    flex: 1;
}

#mobile-readings-view > .default > .label {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#mobile-readings-view > .separator {
    display: block;
    width: 2px;
    align-self: stretch;
    background-color: #0d0d0d;
    opacity: 25%;
    border-radius: 1px;
}

#mobile-readings-view > .bottom {
    display: none;
}

#mobile-readings-view > .bots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    flex: 1;
}

#mobile-readings-view > .bots > p {
    font-size: 16px;
    text-align: center;
}

#mobile-readings-view > .bots > .apps {
    display: flex;
    gap: 8px;
    justify-content: space-evenly;
}

#mobile-readings-view > .bots > .apps > div {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
}

#mobile-readings-view > .bots > .apps > div > img {
    width: 64px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 2.5px 5px rgba(0, 0, 0, 0.25);
}

#mobile-readings-view > .bots > .apps > div > p {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: bold;
}

/* thank you */
#thank-you {
    background-image: url('/new/images/misc/pixel.png');
    margin-bottom: 48px;
}

#thank-you-view {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
}

#thank-you-view > .text-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#thank-you-view a {
    font-weight: bold;
    font-size: 20px;
    color: #f29e51;
}

#thank-you-view a:hover {
    text-decoration: underline;
}

#thank-you-view > .text-box > div {
    display: flex;
    flex-direction: column;
}

#thank-you-view > .text-box > div > p {
    color: #f2f2f2;
    font-weight: bold;
}

#thank-you-view > .text-box > div > p:nth-child(1) {
    font-size: 40px;
}

#thank-you-view > .text-box > div > p:nth-child(2) {
    font-size: 60px;
}

#thank-you-view > .image-wrap {
    display: flex;
    align-items: center;
}

#thank-you-view > .image-wrap > img {
    height: 180px;
}

/* mobile */
@media (max-width: 864px) {
/*@media (max-width: 1056px) {*/
    .banners-warning > p {
        text-align: initial;
    }

    #info-news-view {
        flex-direction: column;
        gap: 48px;
    }

    #good-will {
        flex-direction: column;
        height: auto;
    }

    #good-will > * {
        width: 100%;
        height: initial;
    }

    #good-will > iframe {
        width: 100%;
        height: 256px;
    }

    #info-news-view {
        align-items: center;
    }

    #news-section {
        flex: initial;
        width: 100%;
    }

    #info-section {
        flex: initial;
    }

    #news-section-list-wrapper {
        width: 100%;
    }

    #news-section-list {
        width: 100%;
    }

    #thank-you-view {
        flex-direction: column;
        gap: 32px;
    }

    #thank-you-view a {
        font-size: 24px;
    }

    #thank-you-view > .text-box, #thank-you-view > .text-box > div {
        align-items: center;
    }

    #thank-you-view > .image-wrap {
        flex-direction: row;
        align-items: center;
    }

    #thank-you-view > .text-box > div {
        gap: 8px;
    }

    #thank-you-view > .text-box > div > p {
        text-align: center;
    }

    #thank-you-view > .text-box > div > p:nth-child(1) {
        font-size: 32px;
    }

    #thank-you-view > .text-box > div > p:nth-child(2) {
        font-size: 48px;
    }
}

/* scale down the video for really small screens */
@media (max-width: 512px) {
    #good-will > iframe {
        height: 200px;
    }

    #mobile-readings-view {
        flex-direction: column;
        gap: 16px;
    }

    #mobile-readings-view > .default {
        margin-bottom: 16px;
        flex: 0;
    }

    #mobile-readings-view > .bots {
        flex: 0;
    }

    #mobile-readings-view > .separator {
        width: 100%;
        height: 2px;
        border-radius: 1px;
    }

    #mobile-readings-view > .bottom {
        display: block;
    }
}

@media (max-width: 384px) {
    #good-will > iframe {
        height: 150px;
    }

    #thank-you-view > .text-box > div > p:nth-child(1) {
        font-size: 24px;
    }

    #thank-you-view > .text-box > div > p:nth-child(2) {
        font-size: 36px;
    }

    #thank-you-view > .image-wrap > img {
        height: 120px;
    }
}