#favoriting {
    display: none
}

.qa-sidebar {
    font-size: 12px;
}

.qa-q-list-item,
.qa-q-item-main {
    display: block !important;
}

.qa-q-list-item {
    background: #fcfcfc;
    border: 1px solid #eee !important;
    border-radius: 10px;
    padding: 16px !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    display: block;
    box-sizing: border-box;
    margin: 24px 16px;
    width: unset !important;
}

.qa-q-item-main {
    padding: 0 !important;
}

body.dark-theme .qa-q-list-item {
    background: #313439;
    border: 1px solid #2e3033 !important;
}

.qa-q-item-title a {
    font-size: 20px;
    font-weight: bold;
    color: #505253 !important;
    text-decoration: none;
}

body.dark-theme .qa-q-item-title a {
    color: #eee !important;
}

.opensource-header {
    display: flex;
    justify-content: space-between;
}

.opensource-header-left {
    flex: 1 1 auto;
    min-width: 0;
}

.opensource-header-right {
    flex: 0 0 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.opensource-description {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 0;
}

body.dark-theme .opensource-description {
    color: #bcbcbc;
}

.opensource-meta {
    font-size: 12px;
    color: #999;
    position: relative;
    display: flex;
    align-content: center;
    height: 40px;
    flex-wrap: wrap;
    text-align: left;
    width: 40%;
    min-width: 140px;
    max-width: 250px;
}

span.opensource-item-avatar-meta {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

span.opensource-item-avatar {
    flex-basis: 40px;
    flex-grow: 0;
    flex-shrink: 0;
}

span.opensource-item-avatar .qa-avatar-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

span.opensource-item-avatar img {
    position: absolute;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

span.opensource-item-meta .opensource-item-who {
    display: block;
    line-height: 1;
}


.qa-q-item-tags {
    width: 100%;
}

.qa-tag-link {
    margin: 0;
}

.opensource-lookcont {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    background: #FFEB3B;
    color: #000000;
    border-radius: 5px;
}

.opensource-links {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}

.opensource-links a {
    color: #1d9bf0;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
}

.opensource-links a:hover {
    text-decoration: underline;
}

.blogextra-stats {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    display: flex !important;
    float: unset !important;
    width: unset !important;
    margin: 0 !important;
    align-items: center;
}


.qa-readtime-data {
    display: none !important;
} 

.blogextra-stats span:before {
    font-family: "Material Symbols Rounded";
    margin-right: 3px;
    color: #7d888b;
    vertical-align: bottom;
    font-size: 16px;
}

.blogextra-stats span {
    border-right: 1px solid #eee;
}

.blogextra-stats span:last-child {
    border-right: none;
}

body.dark-theme .blogextra-stats span {
    border-color: #3e4248;
}

body.dark-theme .blogextra-stats span:before {
    color: #c7c7c7;
}

/* Status badge styles */
.opensource-status {
    background-color: #6c757d;
    color: white;
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 8px;
    text-align: center;
}

.status-completed {
    background-color: #28a745;
}

.status-active {
    background-color: #1d9bf0;
}

.status-passive {
    background-color: #6c757d;
}

/* filter */
.osFilter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    list-style: none;
    padding: 0;
    margin-top: -20px;
    margin-left: 8px;
}

.osFilter li {
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
}

.osFilter li b,
.osFilter li a {
    display: inline-block;
    padding: 0 16px;
    font-size: 12px;
    text-decoration: none;
    color: #505253;
    transition: background-color 0.2s ease;
}

body.dark-theme .osFilter li b,
body.dark-theme .osFilter li a {
    color: #eee
}

.osFilter li:hover a,
.osFilter li a.active {
    color: #039be5 !important;
}

.opensource-id {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    column-gap: 10px;
}

.opensource-id-left {
    flex: 0 0 55px;
    overflow: hidden;
    position: relative;
    height: 55px;
    width: 55px;
    border-radius: 12px;
}

.opensource-id-left img {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden;
    object-fit: contain;
}

.trending-launches {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trending-launches li {
    display: flex;
    column-gap: 16px;
    margin-top: 16px;
}

.trending-launches li:first-child {
    margin-top: 0;
}

.trending-launches .trending-left {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: rgba(155, 155, 155, 0.15);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending-launches img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.trending-launches .trending-right {
    flex-grow: 1;
}

.trending-launches .trending-right a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.dark-theme .trending-right a {
    color: #eee !important;
}

.trending-launches .trending-right p {
    font-size: 10px;
    line-height: 13px;
    margin-top: 8px;
}

@media (min-width: 630.1px) {
    .opensource-footer {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: flex-end;
        padding-left: 58px;
    }
}


@media (max-width:630px) {
    .osFilter {
        margin-top: 0;
        margin-left: 0;
    }


    .qa-q-item-main {
        padding: 0;
    }
    .opensource-header {
        flex-direction: column;
    }
    .opensource-header-right {
        flex: unset;
        padding-left: 50px;
        text-align: left;
    }

    .blogextra-stats {
        text-align: left;
    }

    .qa-q-list-item {
        margin: 16px;
    }

    .opensource-id-left {
        flex: 0 0 50px;
    }

    .opensource-id-left img {
        width: 50px !important;
        height: 50px !important;
    }

    .opensource-meta {
        height: unset;
        width: unset;
        margin: 0;
        padding-left: 10px;
    }
    .opensource-footer {
        /* padding-left: 50px; */
        display: none;
    }

    
    .opensource-title a {
        font-size: 16px;
    }
}

@media (max-width:979px) {
    .qa-sidepanel {
        padding: 16px;
    }
}
@media (min-width:980px) {
    /* .qa-sidepanel {
        position: sticky;
        top: 115px;
    } */
}

@media (max-width:430px) {
    .so-filter a {
        font-size: 11px;
    }
}

.qa-part-q-list .qa-q-list-item::after {
    all: unset;
}