.entry-list,.entry-listpage #dle-content {
    display: flex;
    flex-wrap: wrap;
    margin: -.25rem
}


#dle-content .entry-news+.entry-news {
    margin-top: 1rem;
}

@media (min-width: 1040px) {
    #dle-content .entry-news+.entry-news {
        margin-top: 2rem;
    }
}

.entry-app>.item,
.entry-news>.item {
    background-color: var(--entry-bg);
    border-radius: 1.125rem;
    position: relative;
    z-index: 0;
}




@media (min-width: 640px) {

    .entry-news .pic: :after,
    .entry-app>.item::before {
        content: "";
        position: absolute;
        background-size: 1rem 1rem;
        z-index: -1;
        opacity: .075;
        background-image: var(--entry-pattern);
    }
}


.entry-news {
    display: flex;
}

.entry-news>.item {
    width: 100%;
    border-radius: 1.125rem;
}

.entry-news .fit-cover {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    margin: 0;
}

.entry-news .fit-cover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .12;
}

.entry-news .post__edit {
    right: 0;
    top: 0;
    position: absolute;
    margin: .25rem;
}

.entry-news .post__edit a {
    z-index: 3;
}

.entry-news .cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
}

.entry-news .meta {
    margin-bottom: 1rem;
}

.entry-news .title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    margin-top: -.25rem;
}

@media (min-width: 992px) {
    .entry-news .fit-cover: :after {
        transition: opacity .2s ease;
    }

    .entry-news>.item:hover .fit-cover::after {
        opacity: 0;
    }
}

@media (max-width: 1139px) {
    .entry-news .title {
        font-size: 1.125rem;
    }
}

@media (max-width: 991px) {
    .section-news .entry-news {
        max-width: 100%;
        flex: 0 0 100%
    }

    .entry-news .title {
        font-size: 1rem;
    }
}

@media (max-width: 499px) {
    .entry-news .pic {
        position: relative;
        width: 100%;
        padding-top: 35%;
        border-radius: inherit;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .entry-news .pic .fit-cover {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (min-width: 500px) {
    .entry-news>.item {
        display: flex;
    }

    .entry-news .cont {
        padding: 1.5rem 2rem;
    }

    .entry-news .pic {
        width: 50%;
        max-width: 18.75rem;
        order: 13;
        margin: 0;
        border-radius: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: auto;
        background-color: #fbfbfb;
        position: relative;
    }

    .entry-news .pic::after {
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4.75rem;
        margin: .25rem;
    }

    .entry-news .meta {
        margin-bottom: 1.5rem;
    }

    .entry-news .description {
        display: block !important;
        opacity: .8;
        overflow: hidden;
        max-height: 6em;
        font-size: .875rem;
        margin-bottom: .75rem;
    }

    .read-more {
        font-weight: 700;
    }
}


.dark-foot .entry-news .pic::after,
.dark-foot .entry-app>.item::before,
.entry-coms::after {
    opacity: .075;
    background-image: var(--entry-pattern-d);
}

.dark-foot .entry-app>.item,
.dark-foot .entry-news>.item,
.entry-coms>.item {
    background-color: #273d52;
}

.dark-foot .entry-news .pic {
    background-color: #2b4258;
}

@media (min-width:640px) {


    .entry-app>.item::before,
    .entry-news .pic::after {
        content: "";
        position: absolute;
        background-size: 1rem 1rem;
        z-index: -1;
        opacity: .075;
        background-image: var(--entry-pattern);
    }


}



.entry-news {
    display: flex;
}

.entry-news>.item {
    width: 100%;
    border-radius: 1.125rem;
}

.entry-news .fit-cover {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    margin: 0;
}

.entry-news .fit-cover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .12;
}

.entry-news .post__edit {
    right: 0;
    top: 0;
    position: absolute;
    margin: .25rem;
}

.entry-news .post__edit a {
    z-index: 3;
}

.entry-news .cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
}

.entry-news .meta {
    margin-bottom: 1rem;
}

.entry-news .title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    margin-top: -.25rem;
}

@media (max-width:1139px) {
    .entry-news .title {
        font-size: 1.125rem;
    }
}

@media (max-width:499px) {
    .entry-news .pic {
        position: relative;
        width: 100%;
        padding-top: 35%;
        border-radius: inherit;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .entry-news .pic .fit-cover {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.dark-foot .entry-news .meta-date {
    background-color: #ffffff0d;
}


@media (min-width:500px) {
    .entry-news>.item {
        display: flex;
    }

    .entry-news .cont {
        padding: 1.5rem 2rem;
    }

    .entry-news .pic {
        width: 50%;
        max-width: 18.75rem;
        order: 13;
        margin: 0 0 0 auto;
        border-radius: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fbfbfb;
        position: relative;
    }

    .entry-news .pic::after {
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4.75rem;
        margin: .25rem;
    }

    .entry-news .meta {
        margin-bottom: 1.5rem;
    }

    .entry-news .description {
        display: block !important;
        opacity: .8;
        overflow: hidden;
        max-height: 6em;
        font-size: .875rem;
        margin-bottom: .75rem;
    }

 
}

@media (max-width:991px) {
    .section-news .entry-news {
        max-width: 100%;
        flex: 0 0 100%
    }

    .entry-news .title {
        font-size: 1rem;
    }

}

@media (min-width:992px) {


    .entry-news .fit-cover::after {
        transition: opacity .2s;
    }

    .entry-news>.item:hover .fit-cover::after {
        opacity: 0;
    }


}

.dark-foot .entry-app>.item::before,
.dark-foot .entry-news .pic::after,
.entry-coms::after {
    opacity: .075;
    background-image: var(--entry-pattern-d);
}

.dark-foot .entry-app>.item,
.dark-foot .entry-news>.item,
.entry-coms>.item {
    background-color: #273d52;
}

.dark-foot .entry-news .pic {
    background-color: #2b4258;
}

@media (min-width:1040px) {

    #dle-content .entry-news+.entry-news {
        margin-top: 2rem;
    }

  
}

.entry-list .entry,.entry-listpage .entry {
    width: 100%;
    padding: .25rem
}

.recom-post-bg>svg {
    height: auto;
    transform: translateY(-40%)
}

@media (min-width: 640px) {
    .entry-list,.entry-listpage #dle-content {
        margin:-.5rem
    }

    .entry-list .entry,.entry-listpage .entry {
        padding: .5rem
    }
}

@media (min-width: 1040px) {
    .entry-list,.entry-listpage #dle-content {
        margin:-1rem
    }

    .entry-list .entry,.entry-listpage .entry {
        padding: 1rem
    }
}

.list-c2 .entry,.list-c3 .entry,.list-c4 .entry,.list-c6 .entry {
    max-width: 50%;
    flex: 0 0 50%
}

@media (min-width: 576px) and (max-width: 859px) {
    .list-c6 .entry,.list-c4 .entry {
        max-width:33.333333%;
        flex: 0 0 33.333333%
    }
}

@media (min-width: 576px) {
    .list-c3 .entry {
        max-width:33.333333%;
        flex: 0 0 33.333333%
    }
}

@media (min-width: 860px) and (max-width: 1299px) {
    .list-c6 .entry {
        max-width:25%;
        flex: 0 0 25%
    }
}

@media (min-width: 860px) {
    .list-c4 .entry {
        max-width:25%;
        flex: 0 0 25%
    }
}

@media (min-width: 1300px) {
    .list-c6 .entry {
        max-width:16.666666%;
        flex: 0 0 16.666666%
    }
}

@media (min-width: 860px) and (max-width: 1299px) {
    .section-related .list-c6 .entry {
        display:none
    }

    .section-related .list-c6 .entry:nth-child(-n+4) {
        display: block
    }
}

@media (max-width: 991px) {
    .scroll-entry-list {
        margin:-.5rem -2rem;
        overflow: hidden
    }

    .scroll-entry-list .list-c6 .entry {
        max-width: 16.666666%;
        flex: 0 0 16.666666%
    }

    .scroll-entry-list .list-c4 .entry {
        max-width: 25%;
        flex: 0 0 25%
    }

    .scroll-entry-list .list-c3 .entry {
        max-width: 33.333333%;
        flex: 0 0 33.333333%
    }

    .scroll-entry-list .list-c2 .entry {
        max-width: 50%;
        flex: 0 0 50%
    }

    .scroll-entry-list .entry {
        min-width: 18rem
    }

    .scroll-entry-list .entry-list {
        padding: 2rem 0;
        margin: -2rem 0;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap
    }

    .scroll-entry-list .entry-list::before,.scroll-entry-list .entry-list::after {
        content: "";
        min-width: 1.5rem;
        max-width: 1.5rem;
        height: 2rem
    }
}

@media (max-width: 639px) {
    .scroll-entry-list {
        margin:-.5rem -1rem
    }

    .scroll-entry-list .entry-list::before,.scroll-entry-list .entry-list::after {
        min-width: .75rem;
        max-width: .75rem
    }
}

.label {
    display: flex;
    align-items: center;
    font-size: .6875rem;
    font-weight: 700;
    background-color: var(--entry-label);
    text-transform: uppercase;
    line-height: 1rem;
    padding: .25rem .5rem;
    border-radius: .75rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none
}

.label::before {
    content: "";
    width: .5rem;
    height: .5rem;
    border: .25rem solid;
    display: block;
    border-radius: 50%;
    margin-right: .25rem
}

.label-up {
    color: #37b6e5
}

.label-up::before {
    box-shadow: 0 .25rem .5rem 0 #37b0e54d
}

.label-new {
    color: #f9563d
}

.label-new::before {
    box-shadow: 0 .25rem .5rem 0 #f9563d4d
}

@media (min-width: 992px) {
    .recom-list {
        margin-top:-1rem
    }
}

.recom-post {
    position: relative;
    z-index: 0;
    padding: 1rem;
    padding-top: 0;
    text-align: center
}

.recom-post .title {
    font-size: .875rem;
    margin-top: 1.25rem;
    margin-bottom: .25rem;
    padding-left: .25rem;
    padding-right: .25rem
}

.recom-post .img {
    width: 7rem;
    height: 7rem
}

.recom-post-bg,.recom-post-vers {
    position: absolute;
    top: .5rem
}

.recom-post-bg {
    z-index: -1;
    background-color: var(--entry-bg);
    overflow: hidden;
    border-radius: 1.125rem;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.recom-post-bg > i {
    height: auto;
    transform: translateY(-40%)
}

.recom-post-vers {
    right: 0;
    width: 2rem;
    margin: .75rem;
    padding: .25rem;
    padding-bottom: .375rem;
    background-color: var(--entry-bg);
    pointer-events: none;
    border-radius: 1rem;
    font-size: .625rem;
    font-weight: 700;
    text-align: center;
    color: var(--entry-info)
}

.recom-post-vers > i {
    display: block;
    margin: 0 auto .125rem
}

.recom-purple .recom-post-bg > i {
    transform: translateY(-40%) translateX(10%)
}

.recom-blue .img img {
    box-shadow: 0 .5rem 1.5rem -.5rem #2b9dd5
}

.recom-green .img img {
    box-shadow: 0 .5rem 1.5rem -.5rem #4ccb70
}

.recom-purple .img img {
    box-shadow: 0 .5rem 1.5rem -.5rem #784ccb
}

.recom-yellow .img img {
    box-shadow: 0 .5rem 1.5rem -.5rem #fede4a
}

@media (min-width: 1140px) {
    .recom-post .img {
        width:8.5rem;
        height: 8.5rem
    }

    .recom-post .title {
        font-size: 1rem
    }
}

@media (min-width: 1040px) {
    .recom-list {
        margin-top:-2rem
    }

    .recom-post::before {
        content: "";
        height: 2rem;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background-size: 1rem 1rem;
        opacity: .2
    }

    .recom-post {
        padding: 1.125rem
    }

    .recom-post-bg,.recom-post-vers {
        top: 2.125rem
    }

    .recom-blue::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzJCOURENScgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
    }

    .recom-green::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzRDQ0I3MCcgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
    }

    .recom-purple::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzc4NENDQicgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
    }

    .recom-yellow::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nI0ZFREU0QScgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
    }
}

@media (min-width: 992px) {
    .recom-post .img img {
        transition:transform .2s ease
    }

    .recom-post:hover .img img {
        transform: translateY(-0.25rem)
    }

    .recom-post-bg > i {
        transition: transform .3s ease
    }

    .recom-post:hover .recom-post-bg > i {
        transform: translateY(-40%) scale(1.2)!important
    }

    .recom-purple.recom-post:hover .recom-post-bg > i {
        transform: translateY(-40%) translateX(10%) scale(1.2)!important
    }
}

#dle-content .entry-news + .entry-news {
    margin-top: 1rem
}

@media (min-width: 1040px) {
    #dle-content .entry-news + .entry-news {
        margin-top:2rem
    }
}

@media (min-width: 640px) {
    .entry-news .pic::after,.entry-app > .item::before {
        content:"";
        position: absolute;
        background-size: 1rem 1rem;
        z-index: -1;
        opacity: .075;
        background-image: var(--entry-pattern)
    }
}

@media (min-width: 992px) {
    .entry-app > .item:hover .entry-app-info > li i {
        color:var(--lhcolor);
        transform: scale(1.1)
    }

    .entry-app > .item:hover .entry-app-info > li span {
        color: var(--lhcolor)
    }
}

@media (max-width: 639px) {
    .entry-app-info > li i {
        width:3rem;
        height: 1rem;
        font-size: .75rem
    }

    .entry-app-info > li span {
        font-size: .6875rem
    }

    .entry-app > .item::after {
        width: 10rem;
        padding-top: 10rem
    }
}

@media (min-width: 640px) {
    .entry-app > .item::after {
        width:12rem;
        padding-top: 12rem
    }

    .entry-app .img {
        height: 7rem
    }
}

@media (min-width: 992px) {
    .entry-app > .item .img img {
        transition:transform .2s ease
    }

    .entry-app > .item:hover .img > img {
        transform: scale(1.05)
    }
}

.img .post__edit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.entry-news {
    display: flex
}

.entry-news > .item {
    width: 100%;
    border-radius: 1.125rem
}

.entry-news .fit-cover {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    margin: 0
}

.entry-news .fit-cover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .12
}

.entry-news .post__edit {
    right: 0;
    top: 0;
    position: absolute;
    margin: .25rem
}

.entry-news .post__edit a {
    z-index: 3
}

.entry-news .cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem
}

.entry-news .meta {
    margin-bottom: 1rem
}

.entry-news .title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    margin-top: -.25rem
}

@media (min-width: 992px) {
    .entry-news .fit-cover::after {
        transition:opacity .2s ease
    }

    .entry-news > .item:hover .fit-cover::after {
        opacity: 0
    }
}

@media (max-width: 1139px) {
    .entry-news .title {
        font-size:1.125rem
    }
}

@media (max-width: 991px) {
    .section-news .entry-news {
        max-width:100%;
        flex: 0 0 100%
    }

    .entry-news .title {
        font-size: 1rem
    }
}

@media (max-width: 499px) {
    .entry-news .pic {
        position:relative;
        width: 100%;
        padding-top: 35%;
        border-radius: inherit;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .entry-news .pic .fit-cover {
        position: absolute;
        left: 0;
        top: 0
    }
}

@media (min-width: 500px) {
    .entry-news > .item {
        display:flex
    }

    .entry-news .cont {
        padding: 1.5rem 2rem
    }

    .entry-news .pic {
        width: 50%;
        max-width: 18.75rem;
        order: 13;
        margin: 0;
        border-radius: inherit;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: auto;
        background-color: #fbfbfb;
        position: relative
    }

    .entry-news .pic::after {
        right: 100%;
        top: 0;
        bottom: 0;
        width: 4.75rem;
        margin: .25rem
    }

    .entry-news .meta {
        margin-bottom: 1.5rem
    }

    .entry-news .description {
        display: block!important;
        opacity: .8;
        overflow: hidden;
        max-height: 6em;
        font-size: .875rem;
        margin-bottom: .75rem
    }

    .read-more {
        font-weight: 700
    }
}

.read-more {
    font-size: .875rem;
    margin-top: auto
}

.read-more a {
    display: inline-block;
    padding: .5rem;
    margin: -.5rem 0 -.25rem -.5rem;
    position: relative;
    z-index: 3
}

.meta {
    font-size: .75rem;
    line-height: 1rem
}

.meta,.meta > * {
    display: flex;
    align-items: center;
    gap: 7px
}

.meta > :not(:last-child) {
    margin-right: .5rem
}

.meta i {
    vertical-align: top
}

.meta-date {
    font-weight: 700;
    background-color: #172b3d1a;
    padding: .25rem .5rem;
    border-radius: .75rem
}

.meta-edit a {
    display: flex;
    align-items: center;
    color: inherit
}

.meta-edit a i {
    margin-right: .25rem
}

.dark-foot .entry-news .meta-date {
    background-color: #ffffff0d
}

.entry-coms > .item {
    background-color: #fff;
    border-radius: 1.125rem;
    padding: 1rem;
    font-size: .875rem;
    position: relative
}

.entry-coms .user {
    margin-bottom: 1rem;
    font-size: .75rem;
    color: inherit!important
}

.entry-coms .user .avatar img[src*="noavatar.png"] {
    background-color: #4ccb70
}

.entry-coms .title {
    font-size: inherit;
    margin-bottom: .5rem
}

.entry-coms .title a,.entry-coms-reply {
    color: #4ccb70
}

.entry-coms .description {
    margin-bottom: auto;
    opacity: .8;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em
}

.entry-coms .date {
    margin-top: .5rem;
    display: block;
    font-size: .75rem
}

.entry-coms-reply {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1.5rem
}

@media (min-width: 500px) {
    .entry-coms > .item {
        padding:1.5rem
    }

    .entry-coms .title {
        margin-bottom: .75rem
    }

    .entry-coms .date {
        margin-top: .75rem
    }
}

@media (max-width: 991px) {
    .entry-coms .user {
        display:flex;
        align-items: center;
        margin-right: 2rem
    }

    .entry-coms .user .avatar {
        min-width: 1.5rem;
        max-width: 1.5rem;
        height: 1.5rem;
        margin-right: 1rem
    }
}

@media (min-width: 992px) {
    .entry-coms > .item {
        text-align:center
    }

    .entry-coms .user {
        display: block;
        margin-top: -2rem
    }

    .entry-coms .user > span {
        opacity: .5
    }

    .entry-coms .user .avatar {
        display: block;
        margin: 0 auto;
        margin-bottom: .25rem;
        box-shadow: 0 .5rem 1.5rem -.5rem #00000080;
        transition: transform .2s ease
    }

    .entry-coms > .item:hover .user .avatar {
        transform: scale(1.05)
    }
}

.dark-foot .entry-news .pic::after,.dark-foot .entry-app > .item::before,.entry-coms::after {
    opacity: .075;
    background-image: var(--entry-pattern-d)
}

.dark-foot .entry-app > .item,.dark-foot .entry-news > .item,.entry-coms > .item {
    background-color: #273d52
}

.dark-foot .entry-news .pic {
    background-color: #2b4258
}

@media (min-width: 1040px) {
    .entry-coms::after {
        content:"";
        display: block;
        height: 1.75rem;
        background-size: 1rem 1rem;
        margin-top: .25rem
    }
}

.bookReview__container,.reviewLink {
    border-radius: 1.125rem;
    font-family: var(--font);
    transition: background-color .3s ease-in-out
}

.bookReview__container {
    padding: 15px;
    margin: 10px;
    background-color: var(--entry-bg);
    color: var(--tcolor);
    transition: box-shadow .3s ease-in-out
}

.reviewLink {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: var(--lcolor);
    color: var(--entry-bg);
    font-size: 1.2em;
    text-decoration: none;
    transition: background-color .3s ease,color .3s ease
}

.reviewLink .icon,.bookReview__metaView i {
    margin-right: 5px
}

.reviewLink:hover {
    background-color: var(--tcolor);
    color: var(--entry-bg)
}

.bookReview__userInfo,.bookReview__metaView,.bookInfo__section {
    display: flex;
    align-items: center
}

.bookReview__userInfo {
    margin-bottom: 20px
}

.bookReview__userImage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid var(--tcolor)
}

.bookReview__bookInfo {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.bookReview__reviewTitle {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: var(--tcolor)
}

.bookReview__username,.bookReview__userStats,.bookReview__bookName,.bookReview__bookAuthor {
    margin: 0
}

.bookReview__username {
    font-size: 18px;
    color: var(--lcolor)
}

.bookReview__userStats,.bookReview__bookAuthor,.bookReview__metaView {
    font-size: 14px;
    color: var(--entry-info)
}

.bookReview__bookName {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--tcolor)
}

.bookReview__reviewLink,.bookReview__usernameLink {
    text-decoration: none;
    color: inherit;
    transition: color .3s ease
}

.bookReview__usernameLink:hover {
    color: var(--lcolor)
}

.bookInfo__icon,.bookReview__icon,.bookReview__icons,.bookReview__metaView i {
    fill: var(--lcolor)
}

.bookReview__icon,.bookReview__icons {
    width: 16px;
    height: 16px;
    margin-right: 3px
}

.bookReview__icons {
    width: 24px;
    height: 24px
}

.university-list {
    display: grid;
    gap: 20px;
    margin-bottom: 20px
}

.university-item {
    font-family: var(--font);
    background-color: var(--bgcolor);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px #0000001a;
    transition: transform .3s ease,box-shadow .3s ease
}

.university-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 25px #00000026
}

.university-item h2 {
    color: var(--tcolor);
    margin-bottom: 20px;
    font-size: 1.5rem
}

.university-item p {
    color: var(--entry-info);
    margin-bottom: 10px
}

.university-item strong {
    color: var(--main-heading)
}

.entry-list,.entry-listpage #dle-content {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    padding: 0;
    list-style: none
}

.entry-list .entry,.entry-listpage .entry {
    padding: 8px;
    box-sizing: border-box;
    position: relative
}

.entry-app > .item {
    background-color: var(--entry-bg,#fff);
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform .3s cubic-bezier(0.25,0.8,0.25,1),box-shadow .3s ease;
    box-shadow: 0 2px 8px #0000000d;
    border: 1px solid #0000000a
}

.entry-app .label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    font-size: .65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    background: #ffffffe6;
    box-shadow: 0 2px 4px #0000001a;
    pointer-events: none
}

.entry-app .img {
    width: 100%;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 .5rem;
    transition: transform .3s ease
}

.entry-app .img img {
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    filter: drop-shadow(0 4px 6px #00000026)
}

.entry-app > .item:hover .img img {
    transform: scale(1.05)
}

.entry-app .title {
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    padding: 0 .75rem;
    margin-bottom: .25rem;
    line-height: 1.35;
    color: var(--tcolor,#333)
}

.entry-app .title > a > span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.7em
}

.entry-app .genre {
    font-size: .75rem;
    text-align: center;
    opacity: .7;
    margin: 0 .5rem 1rem;
    font-weight: 500;
    color: var(--lcolor,#666)
}

.entry-app-info {
    margin-top: auto;
    display: flex;
    border-top: 1px solid #0000000d;
    background-color: #00000005;
    padding: 0;
    list-style: none
}

.entry-app-info > li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: relative
}

.entry-app-info > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #0000001a
}

.entry-app-info > li i {
    font-size: 1rem;
    color: var(--lcolor,#777);
    margin-bottom: 2px
}

.entry-app-info > li span {
    font-size: .7rem;
    font-weight: 600;
    color: var(--entry-info,#555)
}

.dark-foot .entry-app > .item {
    background-color: #273d52;
    border-color: #ffffff0d
}

.dark-foot .entry-app .title {
    color: #e0e0e0
}

.dark-foot .entry-app .genre {
    color: #a0a0a0
}

.dark-foot .entry-app-info {
    background-color: #0003;
    border-top-color: #ffffff0d
}

.dark-foot .entry-app-info > li:not(:last-child)::after {
    background-color: #ffffff1a
}

.dark-foot .entry-app .label {
    background: #283c50e6;
    color: #fff
}
