#collaboratorsPopover .company-type {
    font-size: 16px;
    flex-shrink: 0;
    line-height: 17px;
    text-transform: capitalize;
    color: #fff;
}


[data-horizon].exploreStream {
    height: calc(100dvh - 120px);
}



[stream-wrapper] {
    display: flex;
    height: 100dvh !important;
    width: auto !important;
    align-items: center;
    background: #0a0a0a;
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
}

[stream-wrapper]:not(:has(li[stream-item][pagination])) {
    padding-right: 60px;
}




li[stream-item].end-results {
    display: flex;
    justify-content: center;
    padding-left: 40px;
    border: none;
}

[stream-wrapper-explore] [stream] {
    padding: 0 0 0 8px;
    display: flex;
    height: 100%;
    margin: 0;
}



[stream-wrapper] [stream] {
    height: calc(100dvh - 80px);
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: max-content;
    gap: 25px;
    z-index: 1;
    padding: 0;
}

.swiper-slide img {
    cursor: pointer;
}




.dropdown-menu-companies ul li {
    cursor: pointer;
    padding: 5px 15px !important;
    line-height: 20px;
    text-align: left;
    color: #4d4d4d;
    font-size: 13px;
}



.fancybox__slide.no-fade {
    animation: none !important;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-spin {
    animation: 2s linear infinite spin;
}





@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.loading {
    animation: 1s forwards fadeOut;
}

@keyframes loading {
    0% {
        left: -150px;
    }

    100%,
    50% {
        left: 100%;
    }
}



[explore-no-content] {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 100%;
    gap: 20px;
}

[explore-no-content-heading] {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    font-family: 'inter';
}

[explore-no-content-paragraph] {
    font-size: 20px;
    color: #f5f5f5;
    line-height: 30px;
    max-width: 300px;
}


[stream-arrow] {
    right: 10px;
    font-size: 25px;
    color: #fff;
    align-self: flex-end;
    align-content: center;
    text-align: center;
    border-radius: 120px;
    position: absolute;
    top: 10px;
}

[stream-paragraph] {
    color: #f5f5f5;
    font-size: 20px;
    line-height: 30px;
}



#locationButton:not(.active):hover {
    background-color: rgb(71, 71, 71) !important;

}




span.highlight {
    background: #08223e;
}




@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fancybox__content {
    background: none !important;
    padding: 0 !important;
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.collaborators-content {
    max-height: 100dvh;
    width: 25%;
    background-color: white;
    padding: 0px 0;
    box-sizing: border-box;
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, .45);
    z-index: 10000;
    overflow-y: auto;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    cursor: auto;
    animation: fadeIn 0.2s ease forwards;
}




.collaborators-button-container button {
    position: relative;
    border-radius: 120px;
    padding: 10px 14px;
    background-color: #0170eb;
    color: #ffffff;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
}

.company-type {
    font-size: 14px;
    flex-shrink: 0;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
}

.collaborators-button-container {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-bottom: 0px;
    align-items: center;
    font-size: 13px;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}

.collaborator-logo img {
    border-radius: 120px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
}

.collaborator-item {
    padding: 18px 20px;
    background: #191919;
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #313131;
}

.collaborator-item:hover {
    background: #242424;
}

.projectStatus {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.collaborator-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

span.modal-company-span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    font-family: 'inter';
}

a.company-span {
    font-size: 16px;
    font-weight: 500;
}

[explore-no-content-button]:hover {
    background: #0170eb;
}


[explore-no-content-button] {
    position: relative;
    background-color: rgb(0 121 255);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 18px 20px;
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    font-family: 'inter';
}





.fullStorageComposerContainer small {
    color: #fff;
}




[stream-wrapper-explore] {
    display: flex;
    padding-left: 0px;
    padding-right: 15px;
    height: calc(100dvh - 130px) !important;
    min-width: calc(100vw - 167px);
}

.fancybox__container {
    --right-col-width: 0px;
}

.fancybox__container.has-sidebar {
    --right-col-width: 550px;
}

@media screen and (min-width: 1920px) {
    .fancybox__container.has-sidebar {
        --right-col-width: 700px;
    }

    .companyDetails {
        width: 700px !important;
    }
}

.fancybox__slide:has(.item-inner) {
    padding: 0 !important;
}

.fancybox__col.fancybox-info {
    background: #000;
}

.collaborator-logo {
    flex-shrink: 0;
    display: flex;
}

.fancybox__toolbar.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.fancybox__cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--right-col-width);

    height: 100%;
}

.fancybox__col {
    display: flex;
    flex-direction: column;
    min-height: 0;

    position: relative;
    overflow: hidden;
}



.composer-company-logo a {
    display: flex;
}

.fancybox-image {
    max-width: 60vw;
}

.f-button:hover:not([disabled]) {
    background-color: #2F2F31 !important
}


li[stream-item].no-results {
    width: calc(100vw - 930px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
    border: none;
}

[stream-wrapper-explore] li[stream-item].no-results {
    align-self: center;
}

button.change-plan-button {
    position: relative;
    border-radius: 120px;
    padding: 8px 15px;
    background-color: #0170eb;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    margin: -10px 20px 10px 20px;
}

button.change-plan-button:hover {
    filter: contrast(1.2);
}

.managePostButton:hover i.fa-solid.fa-ellipsis {
    color: #fff;
}


.no-media {
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    align-self: center;
    background: #000000;
    width: 100%;
    justify-content: center;
    gap: 15px;
    font-size: 21px;
    line-height: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    flex-direction: column;
}

.no-media-intro {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.no-media-intro p {
    font-size: 26px !important;
    font-weight: 500;
}

.no-media p {
    font-size: 18px;
    line-height: 23px;
    max-width: 75%;
}



@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}


.fancybox__slide {
    justify-content: center !important;
}

.fancybox__caption {
    padding: 50px 20% !important;
}

.fancybox__content video {
    opacity: 0;
    transition: opacity 0.3s ease;
}




.loading-spinner {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    font-size: 20px !important;
    color: #6a6a6a;
}

span.company-span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    font-family: 'inter';
}

.fancybox__data .collaborator-info {
    gap: 2px;
}

.post span.company-span {
    cursor: pointer;
}

.post span.company-span:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.fullStorageComposerButton {
    cursor: pointer;
    background: #0079ff;
    color: #fff;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    width: min-content;
    white-space: nowrap;
}

.fullStorageComposerButton:hover {
    background: #016ee6;
}

.fullStorageComposerContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#cts:focus {
    border: 1px solid #000000 !important;
    outline: none;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5) !important;
}

[stream-intro] {
    justify-items: center;
    flex-direction: column;
    gap: 20px;
    height: 100dvh;
    display: flex;
    width: 650px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 82px;
    padding-top: 20dvh;
}




[stream-heading] {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

[stream-intro-container] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}






span.more {
    color: rgb(255 255 255);
    cursor: pointer;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 16px;
}

span.more:hover {
    text-decoration: underline;
}



[manage-stream-container] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[manage-stream] {
    position: relative;
}


[explore-intro-container] {
    flex-direction: column;
    display: flex;
    gap: 20px;
    height: 500px;
    width: 380px;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 0px;
    padding-top: 7dvh;
    place-items: flex-start;
    flex-shrink: 0;
}


[explore-intro-container-internal] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}


[explore-heading] {
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    font-family: 'inter';
}

[explore-intro-content] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

[explore-paragraph] {
    font-size: 20px;
    color: #f5f5f5;
    line-height: 30px;
    max-width: 300px;
}



[stream-wrapper] [stream-item]:last-child {
    margin-right: 0;
}


[stream-wrapper-explore] [stream-item]:not([pagination]) {
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 12px;
height: calc(100dvh - 150px);    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #303030;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.31);
    box-sizing: border-box;
    margin: 0 10px;
}

[stream-wrapper] [stream-item] {
    opacity: 0;
    transition: opacity 0.2s ease;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 40em;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #303030;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.31);
}







[stream-post-header],
[stream-post-header-container] {
    display: flex;
    align-items: center;
    gap: 15px;
}

[stream-post-header] {
    margin-bottom: 13px;
    position: absolute;
    z-index: 9;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
}

[stream-post-header-container] {
    flex: 1 1 0;
    min-width: 0;
}

[stream-post-header-logo-container] {
    display: flex;
    align-items: center;
    height: 44px;
    width: 44px;
    flex-shrink: 0;
}

[stream-post-header-logo-anchor] {
    display: flex;
}

[stream-post-author-photo] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

[stream-post-header-info] {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    width: 100%;
    min-width: 0;
}

[stream-post-author-container] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    line-height: 13px;
}

[stream-post-author-container-anchor],
[company-single-collaborator-link],
[company-multiple-collaborator-trigger] {
    font-family: 'inter';
    color: #fff;
}

[stream-post-author-container-anchor] {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
}

[collaborator-scroll-container] {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

[company-single-collaborator-link],
[company-multiple-collaborator-trigger] {
    display: inline-block;
    transform: translateX(0);
    transition: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
}

[stream-post-header-collaborators] {
    font-size: 15px;
    color: #fff;
    line-height: 17px;
    display: flex;
    gap: 5px;
    align-items: center;
}

[stream-post-header-collaborators]>img,
[stream-post-header-collaborators]>.company-type {
    display: none;
}

[stream-post-header-collaborators] .hidden-collaborators {
    display: none;
}

[stream-post-inner] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

/* stream-post-settings.css */

/* container flex setup */
[stream-post-settings] {
    display: flex;
    flex-basis: 5%;
    justify-content: flex-end;
    position: relative;
    gap: 7px;
    align-items: center;
}

/* explore‐link button */
[stream-post-explore-link] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 16px;
    border-radius: 120px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    border: 2px solid #fff;
    background: transparent;
}

/* pinned‐icon container */
[stream-post-pinned] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 0;
    /* was explicit */
    width: 35px;
    height: 35px;
}

/* “more” button */
[stream-post-manage-post] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s ease;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
}

[stream-post-settings-menu] {
    display: none;
    position: absolute;
    top: 55px;
    right: -3px;
    padding: 10px 0px;
    background: #121212;
    border: 1px solid #393939;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0);
    z-index: 1000;
    min-width: 150px;
}

[stream-post-settings-menu]::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 8.9px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #393939;
}



[stream-post-settings-menu]::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 9.6px;
    border-bottom: 10px solid #121212;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


[stream-post-settings-update-label] {
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 13px;
    padding-top: 8px;
}

[stream-post-settings-project-label] {
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 13px;
    padding-top: 8px;
}

[stream-post-settings-menu] ul {
    padding: 0;
    margin: 0;
}

[stream-post-settings-menu] ul li {
    cursor: pointer;
    padding: 14px 12px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    border-radius: 8px;
    font-family: 'inter';
}

[stream-post-settings-menu] i.fa.fa-solid.fa-times {
    font-size: 20px;
}

[stream-post-settings-menu] ul li i {
    width: 13px;
    font-size: 14px;
}

[stream-post-settings-menu] ul li:hover {
    background: #333333;
}

[stream-post-settings-menu-divider] {
    height: 0.5px;
    background: #2d2d2d;
    padding: 0 !important;
    margin: 10px 0 !important;
}

[stream-post-settings-delete-post]:hover {
    background: #a84848 !important;
    color: #fff !important;
}

[stream-post-settings-delete-project]:hover {
    background: #a84848 !important;
    color: #fff !important;
}


[stream-post-manage-post] i.fa-solid.fa-ellipsis {
    color: #fff;
}

[stream-post-manage-post]:hover {
    border: 2px solid #fff;
}

[stream-post-single-image-anchor] {
    position: relative;
    flex-grow: 1;
    display: flex;
    height: 100%;
}

[stream-post-single-image-anchor].platform::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(0deg, #000000a8, #0000 30% 80%, #00000059);
}

[stream-post-inner] img {
    height: 100%;
}

[stream-post-inner] img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(0deg, #000000a8, #0000 30% 80%, #00000059);
}

[stream-wrapper-explore] [stream-post-single-image-anchor].platform::before {
border-radius: 12px; }

[stream-post-single-image-anchor]:not(.platform)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(0deg, #000000a8, #0000 30% 80%, #00000000);
}




[stream-wrapper-explore] [stream-post-single-image-anchor] img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

[stream-wrapper] [stream-post-single-image-anchor] img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

[stream-wrapper] [stream-post-single-image-anchor] img:hover {
transform: scale(1.1);
}

[stream-wrapper] [project-image-contain] {
    height: 100%;
    cursor: pointer;
}

[stream-wrapper] [project-image-contain] img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

[stream-wrapper] [project-image-contain] img:hover {
transform: scale(1.1);
}










[stream-post-project-single-image-anchor] {
    position: relative;
    flex-grow: 1;
    display: flex;
    height: 100%;
}

[stream-post-project-single-image-anchor].platform::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
background: #0000001f;}

[stream-post-project-single-image-anchor]:not(.platform)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
background: #0000001f;}



[stream-wrapper] [stream-post-project-single-image-anchor] img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

[stream-wrapper] [stream-post-project-single-image-anchor] img:hover {
transform: scale(1.1);
}










[stream-post-footer] {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    padding-top: 25px;
    flex-shrink: 0;
    min-height: 60px;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    gap: 2px;
}

[stream-post-footer-details] {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    white-space: nowrap;
}

[stream-post-footer-details-contents] {
    display: flex;
    white-space: nowrap;
    transform: translateX(0);
    gap: 5px;
    margin-top: 3px;
    line-height: 16px;
    font-family: 'inter';
    align-items: center;
}

[stream-post-footer-span] {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #f5f5f5;
    line-height: 25px;
}

[project-name] {
    font-weight: 600;
}

[stream-post-footer-divider] {
    color: #c5c5c5;
    margin: 0 4px;
    font-weight: 200;
}

[stream-post-footer-post-text] {
    display: block;
    line-height: 26px;
    font-size: 18px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    color: #f5f5f5;
    margin-bottom: 3px;
    max-width: 95%;
    transform: scale(0.93);
    transform-origin: left center;
}

[stream-swiper-container-wrapper] {
    position: relative;
    height: 100%;
    flex-grow: 1;
}

[stream-swiper-container-wrapper] .swiper-slide-next {
    padding-left: 1px;

}

[stream-swiper-container-wrapper] .swiper-slide-prev {
    margin-left: -1px;

}


[stream-swiper-container-wrapper] .swiper-button-next {
    right: 0 !important;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 !important;
    height: 90px !important;
    width: 60px !important;
    background: #000000;
    color: #ffffff !important;
    transition: background 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #303030;
    border-right: none;
}

[stream-swiper-container-wrapper] .swiper-button-prev {
    left: 0 !important;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 90px !important;
    width: 60px !important;
    background: #000000;
    color: #ffffff !important;
    transition: background 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    border: 1px solid #303030;
    border-left: none;
}

[stream-swiper-container-wrapper] .swiper-button-next.swiper-button-disabled,
[stream-swiper-container-wrapper] .swiper-button-prev.swiper-button-disabled {
    pointer-events: all !important;
}



[stream-swiper-container-wrapper] .swiper-button-next:not(.swiper-button-disabled):hover,
[stream-swiper-container-wrapper] .swiper-button-prev:not(.swiper-button-disabled):hover {
    background: #0a0a0a;
}



[stream-swiper-container-wrapper] .swiper-button-next:after {
    content: 'next';
    font-size: 29px !important;
    margin-right: -12px;
}

[stream-swiper-container-wrapper] .swiper-button-prev:after {
    content: 'prev';
    font-size: 29px !important;
    margin-right: 12px;
}

[stream-swiper-container-wrapper] .swiper-button-next.swiper-button-disabled,
[stream-swiper-container-wrapper] .swiper-button-prev.swiper-button-disabled {
    opacity: 0.50 !important;
}


[stream-swiper-container-wrapper] .swiper-container {
    touch-action: pan-y;
    overflow-x: hidden;
    position: relative;
    overflow-y: hidden;
    z-index: 0;
    height: 100%;
    width: 100%;
}

[stream-wrapper-explore] [stream-swiper-container-wrapper] .swiper-container {
    border-radius: 12px;
}


[stream-swiper-container-wrapper] .post-collage {
    display: grid;
    position: relative;
    height: 100%;
    background: #0a0a0a;
}

[stream-swiper-container-wrapper] .collage-item {
    position: relative;
    overflow: hidden;
}

[stream-swiper-container-wrapper] .collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


[stream-wrapper] [stream-swiper-container-wrapper] .swiper-slide.platform a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(0deg, #000000ba, #0000 35% 56%, #0000007d);
}

[stream-swiper-container-wrapper] .swiper-slide:not(.platform) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(0deg, #000000a8, #0000 30% 80%, #00000000);
}

[authority-intro-paragraph] {
    text-align: start;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}

[stream-no-posts] [heading-authority] {
    text-align: start;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

[no-stream-container] [heading-public] {
    text-align: start;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

[no-stream-container] {
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 20px;
    height: 96dvh;
    width: 650px;
    box-sizing: border-box;
    padding-left: 78px;
    padding-top: 16dvh;
    padding-right: 40px;
}

[no-stream-container] [paragraph-public] {
    text-align: start;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}

[stream-item] article {
    height: 100%;
}


[stream-wrapper] [stream] > [stream-item][pagination]:nth-child(even) {
  grid-row: 1 / span 2;
}

[stream-wrapper] [stream-swiper-container-wrapper] img {
    transition: transform 0.3s ease;
}

[stream-swiper-container-wrapper] img { height: 100%; }

[stream-wrapper] [stream-swiper-container-wrapper] img:hover {
    transform: scale(1.1);
}
[stream-wrapper] [stream] > [stream-item]:last-child:nth-child(odd) {
    grid-row: 1 / -1;
}
[stream-wrapper] [stream-item][pagination] {
    width: 33em;
}
[stream-wrapper] [stream] > [stream-item]:last-child:nth-child(odd):has(a.portrait) {
    width: 40em !important;
}
[stream-wrapper] [stream] > [stream-item]:last-child:nth-child(odd):has(a.landscape) {
    width: 55em !important;
}
[stream-wrapper] [stream] > [stream-item]:last-child:nth-child(odd):has(a.square) {
    width: 44em !important;
}




[stream-modal-container] {
    position: relative;
    border: 1px solid;
    margin: 25px;
    border-radius: 4px;
    /* flex-grow: 1; */
}

[stream-modal-post-footer] {
    padding: 15px 25px;
    margin-top: 10px;
}

[stream-modal-post-footer] p {
    display: block;
    line-height: 26px;
    font-size: 17px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    color: #f5f5f5;
}
[stream-post-project-title] {
    position: absolute;
    z-index: 2;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -30%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    width: 100%;
    padding: 0px 30px;
    height: 85px;
    justify-content: flex-end;
}

[stream-post-project-title] h3 {
    z-index: 2;
    font-size: 24px;
    pointer-events: none;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0 0 10px black;
    margin: 0; /* Reset default heading margin */
}

[stream-post-project-title] span {
    z-index: 2;
    font-size: 18px;
    pointer-events: none;
    color: #ffffff;
    text-shadow: 0 0 10px black;
}

[stream-wrapper] [stream-item][pagination] {
  background: none;
  margin-right: 0;
  box-shadow: none;
  border: none;
  opacity: 1;
}

[stream-wrapper] [stream-item][pagination] [pagination-actions] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

[stream-wrapper] [stream-item][pagination] [pagination-actions] [stream-load-more] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background .3s, transform .2s;
}

[stream-wrapper] [stream-item][pagination] [pagination-actions] [stream-load-more] i {
    font-size: 30px;
    color: #fff;
    transition: all .2s;
    background: #ffffff17;
    border-radius: 120px;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .19);
}
[stream-wrapper] [stream-item][pagination] [pagination-actions] [stream-load-more] [stream-load-more-label]  {
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  padding-top: 30px;
  margin-bottom: 6px;
  transition: background .3s, transform .2s;
  font-family: inter, sans-serif;
}

[stream-wrapper] [stream-item][pagination] [pagination-actions] [stream-load-all] {
  border: none;
  color: #0079ff;
  cursor: pointer;
  font-size: 17px;
  outline: 0;
  margin-top: 12px;
  background: transparent;
  font-family: 'inter';
}

[stream-load-all]:hover {
    color: #0170eb !important;
    transition: all 0.3s;
    text-decoration: underline;
    text-underline-offset: 3px;
}
[stream-wrapper] [stream-item][pagination] [pagination-actions] [stream-load-more]:hover > i {
    background: #ffffff2e;
}