@font-face {
    font-family: 'tmup-icons';
    src: url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALcAAsAAAAABpwAAAKPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBDIEWATYCJAMMCwgABCAFhG0HNRsxBsgOJQnBwAAAAABEPHyt/Tl3d98qiUajicckk0SIRBKNRGiQCJVCI5Tw8N9a7wcz0wGZxKJYYVKhQrHClqzw7IrQ/7gX/wBwgfMsl2sMrJ1Na0mAAwp0j0WRFUiQ94zdxAM8TqDVpDjR3qGJGcgsA+OCeF6hEWRlKVVqqTQ0CrWyNYt4p9FMr9J1AG/h9+M/KBlJTaZl7YOzfTXQ+Sv985Spk6mT0xEE4Xwm2CYyFgGFuFcbvqwXGF6s1SpfawdYV1Twq/x5yh5WsYr94a+8rA6wDRT3Kt0k+FX+VEABaC7ZC2wDYBU5UN0NyJ7OLq8e3L6/vHlYPr1/UNw/qhw/qJw8qp4+rp3/9+c/MPUH4NGDycX5+bfL+/fPOWX3zt3q8e3jysnDW9Wj+8vF/cPy0YOD8v7t3fL+vf0ySWf+/9kTQKr5G1RbQN5rUh3gx7PJgF9NHlx+X6p+Xh7EzAb4L7WNAX5wVvCrSYGMX00S5L+aNMgEVJMBrVqJm9uNGqCFRmvQqhUkTfphNmEVNGqzCbVGu6HVgk3rW/XwQotYxIIFQ4DQbg+SNo+QtdsPs4nfoNHgN9RqDxFaXYbswrpRoMQsRhQDzB+IXqcpzVKk8hvmn5QTVkXxF3LPEqJYOskvPGEfWbI17okjRIQUXME5OA+6TsEynIGiKFDKc5qm0uusqtPpNEpQwliYkDAA4w8QejpaSvdlov7+DcZ+ojgipQr5F4g7K0EoXHSSvMUnhvqoXNbm7hGOIIRAFLAFnAOeBzqtAmYxRwBFogBSBnNUo6nwJFbl8vb69n0XaGVfskSOEjUa9dZXnc7iTKcjAA==') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tmup-featured-stories {
    margin-bottom: 2rem;
    max-width: 100%;
    overflow: hidden;
}

.tmup-featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f0f0f0;
}

.tmup-featured-title {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.tmup-more-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tmup-arrow {
    display: inline-block;
    transition: transform 0.2s;
}

.tmup-more-link:hover .tmup-arrow {
    transform: translateX(3px);
}

.tmup-featured-posts {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin: 0;
}

.tmup-featured-post {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.tmup-featured-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    text-decoration: none;
}

.tmup-featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tmup-featured-image:hover img {
    transform: scale(1.05);
}

.tmup-post-content {
    padding: 16px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tmup-post-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.4;
}

.tmup-post-title .tmup-post-link {
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tmup-post-title .tmup-post-link:hover {
    color: #666;
}

.tmup-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: auto;
}

.tmup-meta-left {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.tmup-post-author {
    font-weight: 600;
    color: #000;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tmup-post-date {
    color: #666;
    font-size: 0.875rem;
}

.tmup-comment-count {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    font-size: 0.75rem;
    text-decoration: none;
}

.tmup-comment-count svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.tmup-featured-post-extra {
    display: none; /* Hide by default */
}

@media (min-width: 600px) and (max-width: 1200px) {
    .tmup-featured-posts {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tmup-featured-post-extra {
        display: block; /* Show the 6th post */
    }
}

@media (max-width: 992px) {
    .tmup-featured-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .tmup-featured-posts {
        grid-template-columns: 1fr;
    }

    .tmup-featured-title {
        font-size: 0.9rem;
    }
    
    .tmup-featured-post-extra {
        display: none; /* Hide on mobile */
    }
}

/* Latest Posts Styles */
.tmup-latest-posts {
    margin-bottom: 2rem;
    max-width: 100%;
}

.tmup-latest-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}

.tmup-latest-title {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    position: relative;
    padding-bottom: 0;
}

.tmup-latest-header .tmup-more-link {
    background: #ffd62c;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.tmup-latest-header .tmup-more-link:hover {
    background: #ffc107;
    transform: translateY(-1px);
}

.tmup-latest-header .tmup-arrow {
    font-size: 1.1em;
    line-height: 1;
    transition: transform 0.2s ease;
}

.tmup-latest-header .tmup-more-link:hover .tmup-arrow {
    transform: translateX(3px);
}

.tmup-category-filters {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    justify-content: flex-end;
}

.tmup-category-filters button {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
    text-transform: uppercase;
    min-width: 60px;
    text-align: center;
}

.tmup-category-filters button:hover {
    background: #f5f5f5;
    color: #000;
    border-color: #ccc;
}

.tmup-category-filters button.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.tmup-latest-grid {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 200px;
}

.tmup-latest-post {
    background: #f8f8f8;
    padding: 1rem;
    border-radius: 8px;
    margin: 0;
    display: flex;
    gap: 1.25rem;
    min-height: 180px;
    margin-bottom: 1rem;
}

.tmup-latest-image-link {
    position: relative;
    width: 280px;
    min-width: 280px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.tmup-latest-image {
    width: 100%;
    height: 100%;
}

.tmup-latest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tmup-latest-image-link:hover img {
    transform: scale(1.05);
}

.tmup-latest-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0;
}

.tmup-latest-content .tmup-post-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0.75rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tmup-post-excerpt {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tmup-post-meta {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tmup-post-category {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 2;
}

.tmup-post-author,
.tmup-post-date {
    font-size: 0.8125rem;
}

@media (max-width: 1200px) {
    .tmup-latest-post {
        min-height: 160px;
        padding: 0.875rem;
        gap: 1rem;
    }

    .tmup-latest-image-link {
        width: 220px;
        min-width: 220px;
    }

    .tmup-latest-content {
        padding: 0.25rem 0;
    }

    .tmup-latest-content .tmup-post-title {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
        -webkit-line-clamp: 2;
    }

    .tmup-post-excerpt {
        font-size: 0.8125rem;
        margin-bottom: 0.5rem;
        -webkit-line-clamp: 2;
    }

    .tmup-post-meta {
        padding-top: 0.5rem;
    }

    .tmup-post-author,
    .tmup-post-date {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .tmup-latest-post {
        flex-direction: row;
        gap: 1rem;
        min-height: auto;
        padding: 0.75rem;
    }

    .tmup-latest-image-link {
        width: 180px;
        min-width: 180px;
        height: 140px;
    }

    .tmup-latest-content {
        padding: 0.25rem 0;
    }

    .tmup-latest-content .tmup-post-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .tmup-post-excerpt {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .tmup-latest-post {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0;
        margin-bottom: 1rem;
        background: #f2f2f2;
    }

    .tmup-latest-image-link {
        width: 100%;
        height: 200px;
        margin: 0;
        position: relative;
        display: block;
        border-radius: 0;
    }

    .tmup-latest-image {
        width: 100%;
        height: 100%;
    }

    .tmup-latest-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tmup-latest-content {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        min-height: 120px;
    }

    .tmup-content-top {
        margin: 0;
        flex-grow: 1;
    }

    .tmup-latest-content .tmup-post-title {
        font-size: 1.125rem;
        font-weight: 600;
        margin: 0 0 0.75rem;
        line-height: 1.4;
        color: #000;
    }

    .tmup-post-excerpt {
        display: none;
    }

    .tmup-post-meta {
        margin-top: auto;
        padding-top: 0.75rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .tmup-post-category {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
        top: 1rem;
        left: 1rem;
        position: absolute;
        background: rgba(0,0,0,0.7);
        color: #fff;
        border-radius: 4px;
    }

    .tmup-post-author,
    .tmup-post-date {
        font-size: 0.75rem;
        color: #666;
    }

    .tmup-meta-left {
        display: flex;
    }

    .tmup-comment-count {
        margin: 0;
        padding: 0;
        font-size: 0.75rem;
        color: #666;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .tmup-comment-count svg {
        width: 12px;
        height: 12px;
    }

    /* Override any previous styles that might be causing the side-by-side layout */
    .tmup-latest-grid article {
        display: flex !important;
        flex-direction: column !important;
    }

    .tmup-latest-grid .tmup-latest-image-link {
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media (max-width: 362px) {
    .tmup-latest-post {
        margin-bottom: 1rem;
    }

    .tmup-latest-image-link {
        height: 180px;
    }

    .tmup-latest-content {
        padding: 0.875rem;
        min-height: 100px;
    }

    .tmup-latest-content .tmup-post-title {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }

    .tmup-post-meta {
        padding-top: 0.625rem;
    }

    .tmup-post-author,
    .tmup-post-date,
    .tmup-comment-count {
        font-size: 0.6875rem;
    }
}

.tmup-loading {
    display: none;
    text-align: center;
    padding: 2rem;
    font-size: 0.9rem;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.tmup-latest-grid[data-loading="true"] {
    opacity: 0.7;
}

.tmup-latest-grid[data-loading="true"] .tmup-loading {
    display: flex;
}

@media (max-width: 1200px) {
    .tmup-latest-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .tmup-latest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .tmup-latest-grid {
        grid-template-columns: 1fr;
    }

    .tmup-latest-title {
        font-size: 0.9rem;
    }
}

.tmup-featured-special {
    margin: 2rem 0;
}

.tmup-special-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
    min-height: 600px;
}

.tmup-special-small-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.tmup-special-post {
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.tmup-special-post:hover {
    transform: translateY(-5px);
}

.tmup-special-large {
    height: 100%;
}

.tmup-special-link {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
}

.tmup-special-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tmup-special-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tmup-special-post:hover .tmup-special-image img {
    transform: scale(1.05);
}

.tmup-special-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.7) 60%, transparent);
    z-index: 1;
}

.tmup-special-large .tmup-special-content {
    padding: 3rem 2rem 2rem;
}

.tmup-post-title {
    margin: 0;
    font-size: 1.2rem!important;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.tmup-special-large .tmup-post-title {
    font-size: 1.8rem;
    margin: 0;
}

.tmup-post-excerpt {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.tmup-special-large .tmup-post-excerpt {
    display: none;
}

.tmup-post-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 2;
}

@media (max-width: 1023px) {
    .tmup-special-layout {
        grid-template-columns: 1fr;
    }

    .tmup-special-small-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .tmup-special-large .tmup-special-image {
        height: 400px;
    }

    .tmup-special-large .tmup-post-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 728px) and (max-width: 1024px) {
    .tmup-special-layout {
        grid-template-columns: 1fr;
    }

    .tmup-special-small-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .tmup-special-small-container article:nth-child(1),
    .tmup-special-small-container article:nth-child(2) {
        grid-row: 1;
    }

    .tmup-special-small-container article:nth-child(3),
    .tmup-special-small-container article:nth-child(4) {
        grid-row: 2;
    }
}

@media (max-width: 480px) {
    .tmup-special-large .tmup-special-image {
        height: 300px;
    }

    .tmup-special-image {
        height: 200px;
    }

    .tmup-special-content {
        padding: 1.5rem;
    }

    .tmup-post-title {
        font-size: 1.1rem;
    }
}

.tmup-load-more-container {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 0;
}

.tmup-load-more-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #ffc107;
    color: #000;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tmup-load-more-button:hover {
    background-color: #ffca28;
    transform: translateY(-1px);
}

.tmup-load-more-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Sidebar Category List Styles */
.tmup-sidebar-category-list {
    background: transparent;
    padding: 0;
    width: 100%;
    margin-bottom: 2rem;
}

.tmup-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
    border-bottom: none;
}

.tmup-sidebar-title {
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #2c2c2c;
    position: relative;
    line-height: 1.2;
}



.tmup-sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tmup-sidebar-post {
    margin: 0;
}

.tmup-sidebar-post-link {
    display: flex;
    gap: 0.875rem;
    text-decoration: none;
    color: inherit;
    align-items: center;
    padding: 0.5rem 0;
    transition: transform 0.2s ease;
}

.tmup-sidebar-post-link:hover {
    transform: translateX(5px);
}

.tmup-sidebar-image {
    flex: 0 0 140px;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.tmup-sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tmup-sidebar-content {
    flex: 1;
    min-width: 0;
    padding: 0;
}

.tmup-sidebar-post h5.tmup-sidebar-post-title,
.tmup-sidebar-post-title {
    font-size: 0.8125rem;
    font-weight: 500;
    margin: 0 0 0.25rem;
    line-height: 1.25;
    color: #2c2c2c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tmup-sidebar-post-link:hover h5.tmup-sidebar-post-title,
.tmup-sidebar-post-link:hover .tmup-sidebar-post-title {
    color: #e50914;
}

/* Column-specific styles */
.wp-block-column .tmup-sidebar-post h5.tmup-sidebar-post-title {
    font-size: 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .tmup-sidebar-post h5.tmup-sidebar-post-title {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .tmup-sidebar-post h5.tmup-sidebar-post-title {
        font-size: 0.75rem;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 362px) {
    .tmup-sidebar-post h5.tmup-sidebar-post-title {
        font-size: 0.6875rem;
    }
}

.tmup-sidebar-meta {
    font-size: 0.8125rem;
    color: #666;
    margin: 0;
}

.tmup-sidebar-author {
    color: #666;
}

/* More Link Styles */
.tmup-sidebar-header .tmup-more-link {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #757575;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s ease;
    text-transform: uppercase;
    white-space: nowrap;
}

.tmup-sidebar-header .tmup-more-link:hover {
    color: #e50914;
}

.tmup-sidebar-header .tmup-arrow {
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.2s ease;
    color: #e50914;
}

.tmup-sidebar-header .tmup-more-link:hover .tmup-arrow {
    transform: translateX(3px);
}

/* Column-specific styles */
.wp-block-column .tmup-sidebar-category-list {
    padding: 0;
}

.wp-block-column .tmup-sidebar-title {
    font-size: 0.875rem;
}

.wp-block-column .tmup-sidebar-post-link {
    padding: 0.4rem 0;
}

.wp-block-column .tmup-sidebar-image {
    flex: 0 0 120px;
    height: 70px;
}

.wp-block-column .tmup-sidebar-post-title {
    font-size: 0.8125rem;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .tmup-sidebar-image {
        flex: 0 0 120px;
        height: 70px;
    }

    .tmup-sidebar-post-title {
        font-size: 1rem!important;
    }
}

@media (max-width: 781px) {
    .tmup-sidebar-category-list {
        margin-bottom: 2rem;
    }

    .tmup-sidebar-title {
        font-size: 1rem;
    }

    .tmup-sidebar-post-link {
        padding: 0.4rem 0;
    }

    .tmup-sidebar-image {
        flex: 0 0 110px;
        height: 65px;
    }
}

@media (max-width: 480px) {
    .tmup-sidebar-image {
        flex: 0 0 100px;
        height: 60px;
    }

    .tmup-sidebar-post-title {
        font-size: 0.8125rem;
        -webkit-line-clamp: 2;
    }

    .tmup-sidebar-meta {
        font-size: 0.75rem;
    }
}

/* TMU Special Row Layout Styles */
.tmup-special-row {
    margin: 2rem 0;
}

.tmup-special-row .wp-block-columns {
    display: flex !important;
    margin: 0;
    gap: 2em;
}

.tmup-special-row .wp-block-column {
    margin: 0 !important;
    padding: 0;
}

.tmup-special-row-1-1 .wp-block-column {
    flex-basis: 50% !important;
}

.tmup-special-row-2-1 .wp-block-column:first-child {
    flex-basis: 66.66% !important;
}

.tmup-special-row-2-1 .wp-block-column:last-child {
    flex-basis: 33.33% !important;
}

.tmup-special-row-1-1-1 .wp-block-column {
    flex-basis: 33.33% !important;
}

@media (max-width: 1024px) {
    .tmup-special-row .wp-block-columns {
        flex-wrap: wrap!important;
    }

    .tmup-special-row .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .tmup-special-row-2-1 .wp-block-column:first-child,
    .tmup-special-row-2-1 .wp-block-column:last-child,
    .tmup-special-row-1-1 .wp-block-column,
    .tmup-special-row-1-1-1 .wp-block-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .tmup-sidebar-title {
        font-size: 0.875rem;
    }



    .tmup-sidebar-header {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 362px) {
    .tmup-sidebar-title {
        font-size: 0.8125rem;
    }


    .tmup-sidebar-header .tmup-more-link {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .tmup-latest-post {
        padding: 0.625rem;
        gap: 0.2rem;
        min-height: 120px;
    }

    .tmup-latest-image-link {
        width: 120px;
        min-width: 120px;
        border-radius: 4px;
    }

    .tmup-latest-content {
        padding: 0.25rem 0;
    }

    .tmup-latest-content .tmup-post-title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.375rem;
        -webkit-line-clamp: 2;
        line-height: 1.3;
    }

    .tmup-post-excerpt {
        display: none;
    }

    .tmup-post-meta {
        margin-top: auto;
        padding-top: 0.5rem;
    }

    .tmup-post-category {
        font-size: 0.6875rem;
        padding: 0.25rem 0.5rem;
        top: 0.5rem;
        left: 0.5rem;
    }

    .tmup-post-author,
    .tmup-post-date {
        font-size: 0.75rem;
    }
}

@media (max-width: 362px) {
    .tmup-latest-image-link {
        height: 180px;
    }

    .tmup-latest-content {
        padding: 0.875rem;
    }

    .tmup-latest-content .tmup-post-title {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }

    .tmup-post-meta {
        padding-top: 0.625rem;
    }

    .tmup-post-author,
    .tmup-post-date {
        font-size: 0.75rem;
    }
}