@media (max-width: 1060px) {
    div.card {
        margin:5px auto;
        height: auto;
        width: 95%;
        display: grid;
        grid-template-columns: 15% 50% 35%
    }

    .cardFooter {
        justify-content: flex-end !important
    }

    .cardFooter>div {
        flex-direction: column
    }

    .cardFooter>div>div>br {
        display: none
    }

    .cardFooter>div>div>a {
        font-size: 12px;
        color: var(--color3)
    }

    .card-header h2 {
        font-size: 14px !important
    }
}

.card-list {
    display: flex;
    padding: 3rem;
    overflow-x: scroll
}

.card_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.cardContent {
    margin-top: -80px
}

.card-list::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.card-list::-webkit-scrollbar-thumb {
    background: #201c29;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)
}

.card-list::-webkit-scrollbar-track {
    background: linear-gradient(90deg,#201c29,#201c29 1px,#17141d 0,#17141d)
}

.forumdisplay_regular {
    background: var(--third-color)
}

.forumdisplay_sticky {
    background: var(--bg4)
}

.forumdisplay_sticky .card-header:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f08d";
    font-size: 14px;
    font-weight: 900;
    border-radius: 10px
}

.card {
    height: auto;
    padding: 10px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 6% 45% 13% 14% 22%;
    margin: 10px 10px 0;
    scroll-snap-align: start;
    clear: both;
    position: relative;
    transition: .2s;
    align-items: center
}

.card-header {
    background: none;
    display: flex;
    align-items: center
}

.cardStatus {
    display: flex;
    align-items: center
}

.cardReplyAuthor {
    margin-left: 40px
}

.card-post {
    display: flex;
    align-items: center;
    gap: 6px
}

.card-post span,.card-post a:link,.card-post a:visited {
    font-size: 14px;
    color: #9cb2c0;
    transition: .2s
}

.card-post a:hover {
    color: #fff
}

.card-header p {
    font-size: 14px;
    margin: 0 0 1rem;
    color: #7a7a8c;
    display: flex;
    align-items: center;
    align-content: center
}

.card-header h2 {
    font-size: 16px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 auto;
    font-weight: 400
}

.announcement {
    background: #000
}

.card-author {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap
}

.card-subject {
    margin: 0 10px
}

.author-avatar {
    grid-area: auto;
    align-self: start;
    position: relative;
    box-sizing: border-box
}

.author-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
    display: block;
    overflow: hidden;
    margin: 16px 10px
}

.author-name {
    grid-area: auto;
    box-sizing: border-box
}

.author-name-prefix {
    font-style: normal;
    font-weight: 700;
    color: #7a7a8c
}

.half-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 48px;
    fill: none;
    stroke: #378fe2;
    stroke-width: 8;
    stroke-linecap: round;
    pointer-events: none
}

.tags {
    margin: .6rem 0 2rem;
    padding: 0em;
    line-height: 2;
    height: 30px;
    margin-bottom: 0
}

.tags a {
    font-style: normal;
    font-weight: 700;
    font-size: .5rem;
    color: #7a7a8c;
    text-transform: uppercase;
    font-size: .66rem;
    border: 3px solid #28242f;
    border-radius: 2rem;
    padding: .2rem .85rem .25rem;
    position: relative
}

.tags a:hover {
    background: linear-gradient(90deg,#ff8a00,#e52e71);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    background-clip: text;
    border-color: white
}

.cardAvat {
    margin: 0 10px
}

.cardFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px
}

.cardFooter a span {
    font-size: 14px;
}
.cardFooter a.lastpostdate {font-size:12px;}
.cardFooter>div {
    display: flex;
    align-items: center;
    font-size: 14px
}

.cardLine {
    padding: 10px
}

		