.story-container {
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    max-width: unset;
    white-space: nowrap;
    flex-shrink: 0;
    align-items: center;
    padding-bottom: 10vh;
    margin: 0 8px
}

.story-container * {
    box-sizing: border-box
}

.story-container p,
.story-container h1,
.story-container h2,
.story-container h3,
.story-container h4,
.story-container b,
.story-container i,
.story-container span,
.story-container blockquote {
    color: #fff;
    font-size: 24px;
    white-space: normal;
    font-weight: 600;
    line-height: 29px
}

@media(min-width: 690px) {
    .story-container {
        margin: 0 7vw
    }
}

@media(max-height: 680px) {
    .story-container {
        padding-bottom: 20vh
    }
}

.story-container>p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90vw;
    height: 410px;
    max-height: 80vh;
    margin-bottom: 0 !important;
    padding: 0 16px
}

@media(min-width: 680px) {
    .story-container>p {
        width: 420px
    }
}

.story-container>p em,
.story-container>p i {
    color: #fdb44b
}

.story-container>div,
.story-container>figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap !important;
    height: 410px;
    max-height: 80vh;
    margin-bottom: 0 !important;
    padding: 0 16px;
    gap: 20px !important;
    width: fit-content
}

@media(min-width: 680px) {

    .story-container>div,
    .story-container>figure {
        height: 50vh
    }
}

.story-container>div p,
.story-container>figure p {
    width: 90vw;
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

@media(min-width: 680px) {

    .story-container>div p,
    .story-container>figure p {
        width: 420px
    }
}

.story-container>div p strong,
.story-container>figure p strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px
}

.story-container>div p em,
.story-container>div p i,
.story-container>figure p em,
.story-container>figure p i {
    color: #fdb44b
}

.story-container>div img,
.story-container>figure img {
    height: 100%;
    width: auto;
    border-radius: 8px
}

.story-container .wp-block-column {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

@media(max-width: 690px) {
    .story-container .wp-block-column {
        flex-basis: auto !important
    }
}

.story-container .wp-block-column figure {
    height: 100%
}

.story-container figure {
    margin: 0
}

footer {
    display: none !important
}

html {
    height: 100dvh;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap
}

body {
    background-color: #000;
    display: flex;
    align-items: center;
    height: 100dvh;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none
}

body::-webkit-scrollbar {
    display: none
}

.bottom-nav {
    position: absolute;
    left: 24px;
    width: calc(100dvw - 48px);
    bottom: 5vh
}

.bottom-nav .scroll {
    height: 4px;
    border-radius: 4px;
    background: #d7d7d7;
    overflow: hidden
}

.bottom-nav .scroll .scroll-inner {
    background-color: #006fff;
    width: 0;
    height: 4px
}

.bottom-nav .share {
    right: 0;
    margin-top: 8px;
    cursor: pointer
}

@media(min-width: 690px) {
    .bottom-nav {
        width: 80dvw;
        left: 10vw
    }
}

.bottom-nav .hover {
    transition: all .2s ease
}

.bottom-nav .hover:hover {
    transform: scale(1.1)
}

.form-slide {
    position: relative;
    overflow: hidden;
    height: 100% !important;
    display: flex;
    align-items: center;
    max-width: 400px
}

.form-slide p {
    font-size: 14px !important;
    font-weight: unset !important;
    width: unset !important
}

.form-slide .bg-blue {
    border-radius: 16px
}

.form-slide .screen-reader-response {
    display: none !important
}

@media(min-width: 540px) {
    .form-slide .join-form>div {
        display: block
    }
}

@media(min-width: 540px) {
    .form-slide .join-form>div>div {
        width: 100%
    }
}

@media(min-width: 540px) {
    .form-slide .join-form>div>form {
        width: 100%
    }
}

.story-lists {
    gap: 20px !important;
    display: flex;
    flex-direction: column;
    padding: 0 60px 0 32px
}

.story-lists .post-lists {
    display: flex
}

.story-lists .post-lists .post-list-container {
    box-sizing: border-box;
    padding: 6px;
    width: 225px
}

.story-lists .post-lists .post-list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(25, 53, 77, .1);
    border-radius: 8px;
    padding: 16px
}

.story-lists .post-lists .post-list img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.story-lists .post-lists .post-list>div:nth-child(2) {
    height: 163px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px
}

.story-lists .post-lists .post-list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: normal;
    height: 54px;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #00204a !important;
    line-height: 18px !important;
    max-width: 100%
}

.story-lists a p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #467ce7
}