.page-wrapper.blog-archive {
    padding: 0 !important;
}

h1.entry-title {
    text-align: center;
    font-size: 40px !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 24px !important;
}

.is-divider {
    display: none !important;
}

.blog-archive.page-wrapper .box-text {
    position: relative !important;
    padding-right: 120px !important;
}

.box-text-inner,
.from_the_blog_excerpt {
    position: static !important;
}

.from_the_blog_excerpt a.button {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 12px 24px;
    background: var(--fs-color-primary);
    color: #fff;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    border-radius: 20px;
    line-height: 1;
    min-height: auto;
}

.post-item {
    padding: 2rem !important;
}

.post-item:hover {
    background: var(--fs-color-primary) !important;
    color: #fff;
}

.post-item:hover h5.post-title {
    color: #fff !important;
}

h5.post-title a:hover {
    color: #fff !important;
}

.post-item:hover .from_the_blog_excerpt a.button {
    color: var(--fs-color-primary);
    background-color: #fff;
}

/* Comment */
#comments,
.from_the_blog_comments {
    display: none !important;
}

/* ==========================================================================
   MIN-WIDTH (Mobile First - Ưu tiên từ thấp đến cao)
   ========================================================================== */

@media (min-width: 375px) {
    /* Mobile L */
}

@media (min-width: 430px) {
    /* Mobile XL */
}

@media (min-width: 768px) {
    /* Tablet */
}

@media (min-width: 820px) {
    /* Tablet L */
}

@media (min-width: 1024px) {
    /* Laptop / iPad Pro */
}

@media (min-width: 1280px) {
    /* Desktop */
}

@media (min-width: 1920px) {
    /* Large Desktop */
}

/* ==========================================================================
   MAX-WIDTH (Desktop First - Ưu tiên từ cao xuống thấp)
   ========================================================================== */

@media (max-width: 1920px) {
    /* Max Large Desktop */
}

@media (max-width: 1280px) {
    /* Max Desktop */
}

@media (max-width: 1024px) {
    /* Max Laptop / iPad Pro */
}

@media (max-width: 820px) {

    /* Max Tablet L */
    .post-item {
        padding: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    /* Max Tablet */
}

@media (max-width: 430px) {

    /* Max Mobile XL */
    .post-item {
        padding: 1rem !important;
    }
}

@media (max-width: 375px) {
    /* Max Mobile L */
}