@media only screen and (max-width: 991px) {
    .landing-left {
        margin-top: 5%;
    }
}

.post-blured-photo-text {
    padding: 0 16px;
    text-align: initial;
    word-break: initial;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 2px;
    transition: height 0.2s;
    color: gray;
}

.x-blured .album-cover,
.x-blured .js_lightbox {
    filter: blur(50px);
}

.page-header {
    background: linear-gradient(87deg, #f5365c 0, #f56036 100%);
}

.comment-data .img-fluid {
    max-height: 750px;
}

body.night-mode .panel-messages .card-header .text-dark {
    color: white !important;
}

.conversation-body .seen {
    color: black;
}

body.night-mode .conversation-body .seen {
    color: white;
}

.post.boosted,
body.night-mode .post.boosted {
    border: 4px solid #ffa412;
    box-shadow: 0 0 30px 0 rgb(230 103 96 / 100%);
}

.user_nickname {
    color: #fff;
}

.friends-dropdown {
    display: block;
    padding: 10px 0;
    border-top: 1px solid var(--card-dark-divider);
    border-bottom: 0 none;
    text-align: center;
    font-size: 13px;
}

.embed-iframe-wrapper * {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}