/* Font face */
@font-face {
    font-family: 'Satoshi Symbol';
    src: url('../fonts/Satoshi_Symbol.woff2') format('woff2'),
        url('../fonts/Satoshi_Symbol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Root variables */
:root {
    --primaryfont: 'Rajdhani';
    --defaultcolor: #ffffff;
    --primarycolor: #DB6316;
    --secondarycolor: #DE881E;
    --profiletransparency: 0.9;
    --pagebackground: #181e27;
    --profilebackground: 37, 45, 56,;
    --boxbackground: #252d38;
    --fieldbackground: #d9d9d9;
    --cards: #192330;
    --barsandnav: #192330;
    --radius: 4px;
}

/* General container styles */
.container {
    all: unset !important;
    max-width: 1720px !important;
    margin: auto;
    width: 100%;

}


.button {
    position: relative;
    font-family: var(--primaryfont);
    display: block;
    padding: 1rem 1.5rem;
    font-size: clamp(1rem, 0.9vw, 1.2rem);
    background: var(--pagebackground);
    border: 0px;
    color: #fff;
   width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    border-radius: var(--radius);
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-shadow: 1px 1px 3px #484848;
}

.content_form,
.content_box {
    padding: 2rem;
    background: var(--boxbackground);
    border-radius: var(--radius);
    margin-bottom: 2rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.5rem;
}

.main {
    padding-top: 1rem;
}

/* Grid layouts for larger screens */
.grid-1-1,
.grid-1-2,
.grid-1-4,
.grid-2-1,
.grid-1-2-1,
.grid-1-1-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

@media only screen and (min-width: 40em) {
    .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    

    .footer {
        width: 100%;
        padding: 0.5rem 1.5rem 1.5rem 1.5rem;
        box-sizing: border-box;
    }
}

/* Grid layouts for larger screens */
@media only screen and (min-width: 1101px) {
    .grid-1-1 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }

    .grid-1-2 {
        grid-template-columns: 1fr 2fr;
        grid-gap: 2rem;
    }

    .grid-1-4 {
        grid-template-columns: 1fr 4fr;
        grid-gap: 1.5rem;
    }

    .grid-2-1 {
        grid-template-columns: 2fr 1fr;
        grid-gap: 2rem;
    }

    .grid-1-1-1 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }

    .grid-1-2-1 {
        grid-template-columns: 1fr 2fr 1fr;
        grid-gap: 2rem;
    }
}

.item {
    background: var(--boxbackground);
    border-radius: var(--radius);
    max-width: 555px;
    width: 100%;
}

.item.sponsored {
border: 4px solid #DB6316;
border-radius: 8px;
padding: 9px;
box-sizing: border-box;

}

.item .image_default,
.item .image_single {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    line-height: 0px;
    z-index: 0;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

.item .image_default img {
    width: 100%;
    line-height: 0px;
    z-index: 10;
    position: relative;
}

.item .image img {
    width: 100%;
    object-fit: cover;
}

.item .new {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 112px;
    height: 112px;
    z-index: 30;
}

.item .date {
    opacity: 0;
    position: absolute;
    text-align: right;
    font-size: 0.8rem;
    z-index: 1;
    left: 2px;
    top: 2px;
    color: #fff;
    border-radius: 3px;
    padding: 0.3rem 0.5rem;
    background: rgba(37, 45, 56, 0.6);
    transition: all ease 0.6s;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    letter-spacing: 1px;
}


.item:hover .date {
    opacity: 1;
}

.item.published .state i {
    color: green;
}

.item.unpublished .state i {
    color: red;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1 !important;
}

.description {
    overflow: hidden;
    margin: 2rem 1.5rem 0rem 1.5rem;
}

.readmore i {
    font-size: 0.7rem;
}



.tags {
    margin: 1rem 1.5rem 0rem 1.5rem;
}

.tags a {
    display: inline-block;
    color: #FFF;
    background: #121212;
    padding: 0.3rem 0.8rem;
    margin: 2px;
    border-radius: var(--radius);
    font-size: 0.9rem;
}
.footer-flex {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 0.5rem;
   justify-content:center;
   align-items:center;
}

.price {
    text-align: right;
    min-height: 40px;
    font-family: var(--primaryfont);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
    grid-column: span 2 / span 2;
}

.price_sats {
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--primarycolor);
    letter-spacing: 1px;
    
}

@media (min-width: 1024px) and (max-width:1400px) {
    .price_sats {
      font-size: 1.1rem;
    }
}
@media (min-width: 1401px) and (max-width:1600px) {
    .price_sats {
      font-size: 1.4rem;
    }
}

.price_sats img {
    margin: 0 0 -10px 0;
    font-weight: 300;
}

.price_eur {
    color: #9D9D9D;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding-right: 2.1rem;
    font-family: var(--primaryfont);
}

i.sats {
    color: var(--primarycolor);
    display: inline-table;
    font-family: 'Satoshi Symbol';
    font-size: 36px;
    transform: rotate(3.7285rad);
    font-style: normal;
    width: 20px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

.jusuf-button {
    background-color: #181e27
; /* Button color */
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}



.jusuf-button {
    display: inline-block;
    border-radius: 5px;
        height: 60px;
        width:100%;
    
    text-decoration: none;
}

.jusuf-button img {
    width: 100%; /* Adjust the size of the image as needed */
    height: 60px;
    display: block;
    object-fit: contain;
}


.contact-methods {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content:flex-start;
    margin-top: 15px;
    gap: 10px;
}

.contact-method a {
    text-decoration: none;
}
.contact-method .button {
    padding:1rem;
    
}




/* Item menu icon */
.menu_icon {
    cursor: pointer;
    float: right;
    display: block;
}

.menu_icon i {
    transition: all 0.5s ease-in-out;
    position: relative;
    color: var(--primarycolor);
    padding: 10px 15px 9px;
    font-size: 16px;
    cursor: pointer;
}

.menu_icon i:hover {
    background: var(--primarycolor);
    color: #fff;
}

.menu_overlay {
    width: 245px;
    display: none;
    position: absolute;
    z-index: 30;
    right: 0px;
    top: 35px;
    border-radius: var(--radius);
}

.menu_overlay a {
    color: #fff;
    line-height: 2.2em;
    background: rgba(37, 45, 56, 0.9);
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.5s ease-in-out;
}

.menu_overlay a:hover {
    background: var(--primarycolor);
}

.menu_overlay .headline {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.menu_overlay .icon i {
    position: relative;
    right: -1px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.menu:hover .menu_overlay {
    display: block;
    z-index: 9999;
}

.readmore {
    background: none;
    border: none;
    color: var(--primarycolor);
    font-family: var(--primaryfont);
    font-size: 1rem;
    padding: 0px;
    font-weight: 600;
    cursor: pointer;
}

.readmore:hover {
    background: none;
    color: var(--primarycolor);
}
.readmore:active {
    background:none;
}

.profile {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 40;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    background: rgba(var(--profilebackground), var(--profiletransparency));
    transition: all ease 0.6s;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    backface-visibility: hidden;
    font-weight: 600;
    line-height: 1rem;
}

.profile_picture img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

.profile_picture {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 1.5rem;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--pagebackground);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.profile .profile_handle {
    display: block;
    padding: 0.7rem 1.9rem 0.5rem 6rem;
    color: #FFF;
    cursor: pointer;
}

.profile .verified:after {
    content: '';
    top: 9px;
    margin-left: 6px;
    position: absolute;
    background: url(/public/images/trustcheck.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
}

.profile .date {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    color: #9D9D9D;
}

.tg_link {
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.profile .create {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    color: var(--pagebackground);
    font-size: 0.8rem;
}

/* Sidebar styles */
.container-sidebar {
    display: flex;
    flex-direction: column;
}

.top-ads {
    width: 100%;
    background-color: var(--pagebackground);
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.main-content1 {
    min-height:100vh;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 2rem;
    padding: 0 1rem;
    justify-content:center;
}

.sidebar {
    max-width: 350px;
    width: 100%;
    background-color: var(--pagebackground);

}
.sidebar .sponsored_posts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content-area {
    width: 75%;
}

/* Responsive design for tablets and small PCs */
@media (max-width: 1100px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 1.5rem;
    }

    .grid-1-1,
    .grid-1-2,
    .grid-1-4,
    .grid-2-1,
    .grid-1-2-1,
    .grid-1-1-1 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .main-content1 {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-area {
        width: 100%;
    }
}


/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 1.5rem;
    }

    .grid-1-1,
    .grid-1-2,
    .grid-1-4,
    .grid-2-1,
    .grid-1-2-1,
    .grid-1-1-1 {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }

    .main-content1 {
        flex-direction: column;
        align-items:center;
    }

    .sidebar {
        max-width: 350px;

        width: 100%;
        margin-bottom: 20px;
    }

    .content-area {
        width: 100%;
    }
}

  .dreadmore {
        max-height: 6em;
        /* Set to the height you want the excerpt to be */
        overflow: hidden;   
        transition: max-height 0.3s ease;
    }

    .dreadmore.expanded {
        max-height: none;
    }

.success-message {
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-bottom: 10px;
}

.error-message {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 10px;
}


/* Font face */
@font-face {
    font-family: 'Satoshi Symbol';
    src: url('../fonts/Satoshi_Symbol.woff2') format('woff2'),
        url('../fonts/Satoshi_Symbol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Root variables */
:root {
    --primaryfont: 'Rajdhani';
    --defaultcolor: #ffffff;
    --primarycolor: #DB6316;
    --secondarycolor: #DE881E;
    --profiletransparency: 0.9;
    --pagebackground: #181e27;
    --profilebackground: 37, 45, 56,;
    --boxbackground: #252d38;
    --fieldbackground: #d9d9d9;
    --cards: #192330;
    --barsandnav: #192330;
    --radius: 4px;
}

/* General container styles */
.container {
    all: unset !important;
    max-width: 1720px !important;
    margin: auto;
    width: 100%;

}


.button {
    position: relative;
    font-family: var(--primaryfont);
    display: block;
    padding: 1rem 1.5rem;
    font-size: clamp(1rem, 0.9vw, 1.2rem);
    background: var(--pagebackground);
    border: 0px;
    color: #fff;
   width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    border-radius: var(--radius);
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-shadow: 1px 1px 3px #484848;
}

.content_form,
.content_box {
    padding: 2rem;
    background: var(--boxbackground);
    border-radius: var(--radius);
    margin-bottom: 2rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.5rem;
}

.main {
    padding-top: 1rem;
}

/* Grid layouts for larger screens */
.grid-1-1,
.grid-1-2,
.grid-1-4,
.grid-2-1,
.grid-1-2-1,
.grid-1-1-1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}


@media only screen and (min-width: 40em) {
    .grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    

    .footer {
        width: 100%;
        padding: 0.5rem 1.5rem 1.5rem 1.5rem;
        box-sizing: border-box;
    }
}

/* Grid layouts for larger screens */
@media only screen and (min-width: 1101px) {
    .grid-1-1 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }

    .grid-1-2 {
        grid-template-columns: 1fr 2fr;
        grid-gap: 2rem;
    }

    .grid-1-4 {
        grid-template-columns: 1fr 4fr;
        grid-gap: 1.5rem;
    }

    .grid-2-1 {
        grid-template-columns: 2fr 1fr;
        grid-gap: 2rem;
    }

    .grid-1-1-1 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }

    .grid-1-2-1 {
        grid-template-columns: 1fr 2fr 1fr;
        grid-gap: 2rem;
    }
}

.item {
    background: var(--boxbackground);
    border-radius: var(--radius);
    max-width: 555px;
    width: 100%;
    overflow:hidden;
}



.item.sponsored {
border: 4px solid #DB6316;
border-radius: 8px;
padding: 9px;
box-sizing: border-box;

}

.item .image_default,
.item .image_single {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    line-height: 0px;
    z-index: 0;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}



.item .image_default img {
    width: 100%;
    line-height: 0px;
    z-index: 10;
    position: relative;
}

.item .image img {
    width: 100%;
    object-fit: cover;
}

.item .new {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 112px;
    height: 112px;
    z-index: 30;
}

.item .date {
    opacity: 0;
    position: absolute;
    text-align: right;
    font-size: 0.8rem;
    z-index: 1;
    left: 2px;
    top: 2px;
    color: #fff;
    border-radius: 3px;
    padding: 0.3rem 0.5rem;
    background: rgba(37, 45, 56, 0.6);
    transition: all ease 0.6s;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    letter-spacing: 1px;
}


.item:hover .date {
    opacity: 1;
}

.item.published .state i {
    color: green;
}

.item.unpublished .state i {
    color: red;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1 !important;
}

.description {
    overflow: hidden;
    margin: 2rem 1.5rem 0rem 1.5rem;
}

.readmore i {
    font-size: 0.7rem;
}



.tags {
    margin: 1rem 1.5rem 0rem 1.5rem;
}

.tags a {
    display: inline-block;
    color: #FFF;
    background: #121212;
    padding: 0.3rem 0.8rem;
    margin: 2px;
    border-radius: var(--radius);
    font-size: 0.9rem;
}




i.sats {
    color: var(--primarycolor);
    display: inline-table;
    font-family: 'Satoshi Symbol';
    font-size: 36px;
    transform: rotate(3.7285rad);
    font-style: normal;
    width: 20px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

/* Item menu icon */
.menu_icon {
    cursor: pointer;
    float: right;
    display: block;
}

.menu_icon i {
    transition: all 0.5s ease-in-out;
    position: relative;
    color: var(--primarycolor);
    padding: 10px 15px 9px;
    font-size: 16px;
    cursor: pointer;
}

.menu_icon i:hover {
    background: var(--primarycolor);
    color: #fff;
}

.menu_overlay {
    width: 245px;
    display: none;
    position: absolute;
    z-index: 30;
    right: 0px;
    top: 35px;
    border-radius: var(--radius);
}

.menu_overlay a {
    color: #fff;
    line-height: 2.2em;
    background: rgba(37, 45, 56, 0.9);
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.5s ease-in-out;
}

.menu_overlay a:hover {
    background: var(--primarycolor);
}

.menu_overlay .headline {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.menu_overlay .icon i {
    position: relative;
    right: -1px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.menu:hover .menu_overlay {
    display: block;
    z-index: 9999;
}

.readmore {
    background: none;
    border: none;
    color: var(--primarycolor);
    font-family: var(--primaryfont);
    font-size: 1rem;
    padding: 0px;
    font-weight: 600;
    cursor: pointer;
}

.readmore:hover {
    background: none;
    color: var(--primarycolor);
}
.readmore:active {
    background:none;
}

.profile {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 40;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    background: rgba(var(--profilebackground), var(--profiletransparency));
    transition: all ease 0.6s;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    backface-visibility: hidden;
    font-weight: 600;
    line-height: 1rem;
}

.profile_picture img {
    width: 100%;
}

.profile_picture {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 1.5rem;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--pagebackground);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.profile .profile_handle {
    display: block;
    padding: 0.7rem 1.9rem 0.5rem 6rem;
    color: #FFF;
    cursor: pointer;
}

.profile .verified:after {
    content: '';
    top: 9px;
    margin-left: 6px;
    position: absolute;
    background: url(/public/images/trustcheck.svg);
    width: 17px;
    height: 17px;
    background-size: cover;
}

.profile .date {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    color: #9D9D9D;
}

.tg_link {
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.profile .create {
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    color: var(--pagebackground);
    font-size: 0.8rem;
}

/* Sidebar styles */
.container-sidebar {
    display: flex;
    flex-direction: column;
}

.top-ads {
    width: 100%;
    background-color: var(--pagebackground);
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.main-content1 {
    min-height:100vh;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 2rem;
    padding: 0 1rem;
    justify-content:center;
}

.sidebar {
    max-width: 350px;
    width: 100%;
    background-color: var(--pagebackground);

}
.sidebar .sponsored_posts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content-area {
    width: 75%;
}

/* Responsive design for tablets and small PCs */
@media (max-width: 1100px) {
    .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 1.5rem;
    }

    .grid-1-1,
    .grid-1-2,
    .grid-1-4,
    .grid-2-1,
    .grid-1-2-1,
    .grid-1-1-1 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .main-content1 {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-area {
        width: 100%;
    }
}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 1.5rem;
    }

    .grid-1-1,
    .grid-1-2,
    .grid-1-4,
    .grid-2-1,
    .grid-1-2-1,
    .grid-1-1-1 {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }

    .main-content1 {
        flex-direction: column;
        align-items:center;
    }

    .sidebar {
        max-width: 350px;

        width: 100%;
        margin-bottom: 20px;
    }

    .content-area {
        width: 100%;
    }
}

  .dreadmore {
        max-height: 6em;
        /* Set to the height you want the excerpt to be */
        overflow: hidden;   
        transition: max-height 0.3s ease;
    }

    .dreadmore.expanded {
        max-height: none;
    }
    
.success-message {
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-bottom: 10px;
}

.error-message {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 10px;
}

    
    .story-item {
    display: none;
    width: 100px;
    position: relative;
}

.story-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
border: 4px solid #DB6316;
    transition: transform 0.2s;
}

.story-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.story-item:hover .story-image {
    transform: scale(1.05);
}



.lb-data .lb-caption a {
    color: #DB6316;
    font-size: 16px;
    text-decoration: underline;
}

@media (max-width: 768px ) , (max-width: 1100px){
    .item.sponsored {
        display: none;
    }
    .story-item {
        display: block;
    }

    .sidebar .sponsored_posts {
        flex-direction: row;
        width: max-content;
        gap: 20px;
        width: max-content;
    }
    .sidebar {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        overflow-x: auto;
    }
}

@media only screen and (min-width: 1801px) {
    .grid-1-1-1 {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        grid-gap: 2rem;
    }
}
