.pagination {
        display: none !important; 
    }
    
    .widget.search-box.thm-single-sidebar {
        padding: 30px; 
        background: #f9f9f9; 
        border: 1px solid #eee; 
        border-radius: 5px; 
        box-shadow: 0 4px 12px rgba(0,0,0,0.05); 
    }
    .widget.search-box .title h4 {
        margin-bottom: 20px;
        font-size: 20px;
        color: #1a1a1a;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .search-form {
        position: relative;
    }
    .search-form input[type="text"] {
        width: 100%;
        padding: 15px 60px 15px 20px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        background: #ffffff;
        transition: border-color 0.3s ease;
    }
    .search-form input[type="text"]:focus {
        border-color: var(--thm-base, #D4AF37); 
    }
    .search-form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 60px;
        background: transparent;
        border: none;
        color: var(--thm-base, #D4AF37);
        cursor: pointer;
        font-size: 18px;
        transition: all 0.3s ease;
    }
    .search-form button:hover {
        color: #1a1a1a;
    }
    
    .blog-page-type1-btn .theme-btn.btn-disabled {
        pointer-events: none;
        opacity: 0.6;
        background-color: #999 !important; 
    }
    .blog-page-type1-btn .theme-btn {
        margin-top: 20px;
    }
