.post-cover {
    width: 100%;
    height: 300px;
    display: flex;
   
    border-radius: 30px;
    flex-direction: column;
    margin-bottom: 10px;

    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background-size: cover;
    overflow: hidden;
}




.post_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 4px #00000035;
}

.post_meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #fff;
}

.post_meta .meta {
    padding: 4px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    margin: 3px 10px 3px 0;
    color: #fff;
}

.post_meta .meta1 {
    padding: 4px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 6px;
    margin: 3px 5px 3px 0;
    color: #fff;
}

.post_meta .meta svg {
    fill: #fff;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}



.post-card {
    width: 100%;
    display: flex;
    height: 100%;
    background-color: var(--color0);
    border-radius: 30px;
    flex-direction: column;
    font-size: 1rem;
    padding: 25px 50px;
    letter-spacing: normal;
    line-height: 40px;
    user-select: text;
}



.post-card h1 {
    margin: 25px 0;
    font-size: 1.3rem;
    position: relative;
    padding-left: 20px;
    line-height: 1.6rem;
    width: fit-content;
}

.post-card h2,
.post-card h3,
.post-card h4,
.post-card h5,
.post-card h6 {
    margin: 20px 0;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-left: 20px;
    width: fit-content;
}

.post-card h1::before,
.post-card h2::before,
.post-card h3::before {
    content: '#';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    left: 0;
}





.post-card img {
    display: block;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}


.post-card strong {
    background: #ced7eb35;
    padding: 5px;
    font-size: 0.8rem;
    color: #2867f0;
    border-radius: 4px;
    margin: 0 5px;
    font-weight: 200;
}






.post-card .code-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e3e8f7de;
    margin: 20px 0;
}


.post-card .code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ced7eb35;
    padding: 5px 10px;
}


.post-card .window-buttons {
    display: flex;
    gap: 5px;
}

.post-card .window-buttons .btn {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.post-card .window-buttons .btn.red {
    background: #ff5f57;
}

.post-card .window-buttons .btn.yellow {
    background: #ffbd2e;
}

.post-card .window-buttons .btn.green {
    background: #28c840;
}


.post-card .copy-btn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    color: var(--color1);
}


.post-card .code-container pre {
    color: #ccc;
    line-height: 1.8rem;
    overflow-x: auto;
    border-radius: 0 0 8px 8px;
}



.post-card em {
    font-style: italic;
    color: #555;
}

.post-card ul,
.post-card ol {
    margin: 1em 0;
    padding-left: 2em;
}

.post-card ul li {
    list-style-type: disc;
    margin: 0.5em 0;
}

.post-card ol li {
    list-style-type: decimal;
    margin: 0.5em 0;
}

.post-card blockquote {
    border-left: 4px solid var(--theme_color);
    padding: 10px;
    margin: 30px 0;
    color: #555;
    background: var(--theme_color_10);
    color: var(--color1);
    border-radius: 5px;
}

.post-card table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border-radius: 2px;
    overflow: hidden;
}

.post-card th,
.post-card td {
    padding: 2px 0px 2px 10px;
    text-align: left;
    border: 1px solid var(--border)
}

.post-card th {
    background: var(--theme_color_10);
    color: var(--color1);
    font-weight: bold;
}

.post-card tr:nth-child(even) {
    background: var(--theme_color_10);
}

.post-card hr {
    border: 0;
    border-top: 1px solid var(--border);
    margin: 2em 0;
}

.post-card details {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid var(--border);
}

.post-card summary {
    padding: 5px 15px;
    background: var(--theme_color_10);
    color: var(--color1);
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.post-card summary::after {
    content: '+';
    float: right;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.post-card details[open]>summary::after {
    content: '−';
    transform: rotate(0deg);
}

.post-card details>div {
    padding: 20px;
}





.post_bottom_1 {
    width: 100%;
    margin: 80px auto 0 auto;
    height: 160px;
    text-align: start;

    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 0px 1px #7b7b7b;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.post_bottom_1:before {
    bottom: 0;
    content: "";
    height: 100%;
    backdrop-filter: blur(25px) brightness(0.95);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.post_bottom_1 .title p:nth-child(1) {
    font-size: 1.3rem;
}


.post_bottom_1 .details {
    display: flex;
    gap: 15px;
}

.post_bottom_1 a {
    color: inherit !important;
    padding: 0 !important;
    border: none !important;
}

.post_next_prev {
    width: 100%;
    margin: 30px auto 0 auto;
    height: 140px;
    border-radius: 25px;
    display: flex;
    font-size: 0.85rem;
    color: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.post_next_prev .next,
.post_next_prev .prev {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 0;
}

.post_next_prev .next {
    align-items: end;
}

.post_next_prev .next:hover::before,
.post_next_prev .prev:hover::before {
    backdrop-filter: blur(0px) brightness(0.95);
}

.post_next_prev .next:before,
.post_next_prev .prev:before {
    bottom: 0;
    content: "";
    height: 100%;
    transition: backdrop-filter 0.3s ease-in;
    backdrop-filter: blur(25px) brightness(0.95);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.post_next_prev a,
.post_next_prev div {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff !important;
}

.post_next_prev span {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}







@media (max-width: 1400px) {



    .post-card {

        padding: 10px 20px;

    }

}