/* ------------------------------------------ */
/*         Statistics Cards Styles            */
/* ------------------------------------------ */

.dt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.dt-stat-card {
    position: relative;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
    padding: 25px;
    padding-bottom: 40px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 234px 238px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.dt-stat-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 150px 150px;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.dt-stat-card-1::before {
    background-image: url('../images/e-services-implemented.svg');
}

.dt-stat-card-2::before {
    background-image: url('../images/e-services-implemented.svg');
}

.dt-stat-card-3::before {
    background-image: url('../images/public-servants-trained.svg');
}

.dt-stat-card-4::before {
    background-image: url('../images/digits-transformation-projects.svg');
    background-size: 130px 150px;
    width: 130px;
    height: 150px;
}

.dt-stat-card-1,
.dt-stat-card-2,
.dt-stat-card-3,
.dt-stat-card-4 {
    background-image: none;
}

.dt-stat-card .card-content {
    position: relative;
    z-index: 2;
    min-width: 200px;
    white-space: normal;
}

.dt-stat-card .card-number {
    line-height: 1.1;
    letter-spacing: -0.005em;
    margin-bottom: 20px;
    /* Font size and color - editable via Elementor typography controls */
    font-size: 35px;
    color: #000000;
}

.dt-stat-card .card-text {
    line-height: 1.4;
    letter-spacing: -0.005em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* Font size and color - editable via Elementor typography controls */
    font-size: 24px;
    color: #000000;
}

/* Responsive - Statistics Cards */
@media (max-width: 1600px) {
    .dt-stat-card {
        height: 200px;
        min-height: 165px;
    }
}

@media (max-width: 991.98px) {
    .dt-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .dt-stat-card {
        height: 165px;
    }


    .dt-stat-card::before {
        width: 110px;
        height: 135px;
        background-size: 110px 135px;
    }

    .dt-stat-card-4::before {
        width: 110px;
        height: 135px;
        background-size: 110px 135px;
    }
}

@media (max-width: 767.98px) {
    .dt-stats-grid {
        grid-template-columns: 1fr;
    }

    .dt-stat-card::before {
        width: 110px;
        height: 135px;
        background-size: 110px 135px;
    }

    .dt-stat-card-4::before {
        width: 110px;
        height: 135px;
        background-size: 110px 135px;
    }
}

/* ------------------------------------------ */
/*      Posts by Taxonomy Widget Styles       */
/* ------------------------------------------ */

.omsar-posts-by-taxonomy-widget {
    margin: 30px 0;
}

/* Search Box */
.omsar-posts-search-wrapper {
    position: relative;
    margin-bottom: 30px;
    max-width: 400px;
    display: inline-block;
}

.omsar-posts-search-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

/* Inline search wrapper for Style 4 */
.omsar-posts-search-wrapper-inline {
    position: relative;
    flex: 1;
    min-width: 0;
}

.omsar-posts-search-wrapper-inline .omsar-posts-search-input {
    width: 100%;
    padding: 10px 40px 10px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 0.9375rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.omsar-posts-search-wrapper-inline .omsar-posts-search-input:focus {
    outline: none;
    border-color: #0073aa;
}

.omsar-posts-search-wrapper-inline .omsar-search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 1rem;
}

.omsar-posts-search-wrapper.omsar-search-align-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.omsar-posts-search-wrapper.omsar-search-align-right {
    display: block !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}

.omsar-posts-search-wrapper.omsar-search-align-left {
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
}

.omsar-posts-search-input {
    width: 100%;
    padding: 12px 45px 12px 20px;
    border: 2px solid #e0e2e6;
    border-radius: 50px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.omsar-posts-search-input:focus {
    outline: none;
    border-color: #5693ff;
    box-shadow: 0 0 0 3px rgba(86, 147, 255, 0.1);
}

.omsar-search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.omsar-no-results {
    text-align: center;
    padding: 60px 20px;
}

.omsar-no-results p {
    margin: 0;
}

/* Tabs Navigation */
.omsar-taxonomy-tabs-nav {
    margin-bottom: 50px;
    background: transparent;
    padding: 0;
    overflow: visible;
}

.omsar-taxonomy-tabs {
    border-bottom: none;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    margin: 0;
    padding: 4px 0;
    background: transparent;
    gap: 12px;
    display: flex;
    align-items: center;
    min-height: 56px;
}

.omsar-taxonomy-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.omsar-taxonomy-tabs .nav-item {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 0;
}

.omsar-taxonomy-tabs .nav-link {
    padding: 14px 28px;
    border: none;
    background: #e0e2e6;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: none;
    min-height: 48px;
    line-height: 1.5;
    box-sizing: border-box;
}

.omsar-taxonomy-tabs .nav-link:hover:not(.active) {
    background: #d0d2d6;
    transform: translateY(-2px);
    box-shadow: none;
}

.omsar-taxonomy-tabs .nav-link.active {
    background: #5693ff;
    box-shadow: none;
    transform: translateY(-2px);
}

.omsar-taxonomy-tabs .nav-link.active:hover {
    background: #4a7cff;
    box-shadow: none;
}

/* Tabs Content */
.omsar-taxonomy-tabs-content {
    margin-top: 30px;
}

.omsar-taxonomy-tabs-content .tab-pane {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Posts Grid */
.omsar-posts-grid {
    display: grid;
    gap: 30px;
    margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .omsar-posts-grid.style4 {
        gap: 10px;
    }
  }
  

/* Default grid columns for Style 1 and Style 3 */
.omsar-posts-grid.style1,
.omsar-posts-grid.style3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Post Card - Base Styles */
.omsar-post-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.omsar-post-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Clickable Cards */
.omsar-post-card-clickable {
    cursor: pointer;
}

.omsar-post-card-clickable:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.omsar-post-card-clickable .omsar-post-title a,
.omsar-post-card-clickable .omsar-post-image a {
    text-decoration: none;
    color: inherit;
}


/* Style 1 - Grid (Image Top) - Default */
.omsar-post-card-style1 {
    flex-direction: column;
}

.omsar-post-card-style1 .omsar-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.omsar-post-card-style1 .omsar-post-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Style 2 - Horizontal (Image Left) */
.omsar-posts-grid.style2 {
    display: grid;
    gap: 20px;
    /* grid-template-columns will be set by Elementor control via inline styles with !important */
}

.omsar-post-card-style2 {
    flex-direction: row;
    align-items: stretch;
}

.omsar-post-card-style2 .omsar-post-image {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    flex-shrink: 0;
}

.omsar-post-card-style2 .omsar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 200px;
}

.omsar-post-card-style2 .omsar-post-content {
    width: 70%;
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Style 2 - Reduced Font Sizes */
.omsar-post-card-style2 .omsar-post-title {
    font-size: 20px;
}

.omsar-post-card-style2 .omsar-post-excerpt {
    font-size: 13px;
}

.omsar-post-card-style2 .omsar-post-pdfs {
    font-size: 12px;
}

.omsar-post-card-style2 .omsar-post-pdfs strong {
    font-size: 12px;
}

.omsar-post-card-style2 .pdf-list {
    font-size: 12px;
}

/* Style 3 - Content Above Image */
.omsar-post-card-style3 {
    flex-direction: column;
}

.omsar-post-card-style3 .omsar-post-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    order: 1;
}

.omsar-post-card-style3 .omsar-post-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f5f5f5;
    order: 2;
}

/* Style 4 - Related Posts Style */
.omsar-posts-grid.style4 {
    grid-template-columns: repeat(3, 1fr);
}

/* Clickable Card Styles */
.omsar-card-clickable {
    cursor: pointer;
}

.omsar-card-clickable .omsar-post-title a,
.omsar-card-clickable .omsar-post-read-more {
    pointer-events: none;
}

.omsar-post-card-style4 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    /* min-height: 280px; 
    height: auto;  */
}

@media (max-width: 767px) {
   .omsar-post-card-style4 {
    min-height: 210px; /* Keep minimum height on mobile */
   }
}


.omsar-post-card-style4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(173, 216, 230, 0.4) 0%, rgba(255, 255, 255, 0.95) 100%);
    z-index: 1;
    opacity: 0.8;
}

.omsar-post-card-style4:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.omsar-post-card-style4:hover::before {
    opacity: 0.9;
}

.omsar-post-card-style4 .omsar-post-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1; /* Allow content to expand */
    min-height: 0; /* Allow flex item to shrink if needed */
}

.omsar-post-card-style4 .omsar-post-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1a1a1a;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.omsar-post-card-style4 .omsar-post-title a {
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.omsar-post-card-style4 .omsar-post-title a:hover {
    color: #0073aa;
}


.omsar-post-badge {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: #1a1a1a;
    background: transparent;
    align-self: flex-start;
    margin-bottom: 5px;
}

.omsar-post-excerpt {
    margin: 0;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.omsar-post-read-more {
    display: inline-block;
    padding: 12px 24px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
    margin-top: 5px;
}

.omsar-post-read-more:hover {
    background-color: #0073aa;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Style 4 Projects - Read More Button Design */
.omsar-post-card-style4 .omsar-post-read-more {
    background-color: #192D50;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    align-self: flex-start;
    margin-top: 10px;
}

.omsar-post-card-style4 .omsar-post-read-more:hover {
    background-color: #1a3d6b;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Common Image Styles */
.omsar-post-image {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.omsar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.omsar-post-card:hover .omsar-post-image img {
    transform: scale(1.05);
}

/* Common Content Styles */
.omsar-post-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.omsar-post-title {
    line-height: 1.4;
    margin-bottom: 12px;
}

.omsar-post-title a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: inherit;
}

.omsar-post-title a:hover {
    text-decoration: none;
}

.omsar-post-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}


.omsar-post-pdfs {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.omsar-post-pdfs strong {
    display: block;
    margin-bottom: 8px;
}

.pdf-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pdf-list li {
    margin-bottom: 5px;
}

.pdf-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pdf-list a:hover {
    text-decoration: underline;
}

.pdf-list i {
    margin-right: 8px;
}

.omsar-no-posts {
    text-align: center;
    padding: 60px 20px;
}

.omsar-no-posts p {
    margin: 0;
}

/* Load More Button */
.omsar-load-more-wrapper {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}

.omsar-load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 18px;
    background: #5693ff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.omsar-load-more-btn:hover {
    background: #4a7cff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(86, 147, 255, 0.3);
}

.omsar-load-more-btn:active {
    transform: translateY(0);
}

.omsar-load-more-btn:disabled,
.omsar-load-more-btn.loading {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.omsar-load-more-btn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.omsar-load-more-count {
    opacity: 0.9;
}

/* Responsive - Posts by Taxonomy Widget */
@media (max-width: 991.98px) {
    .omsar-taxonomy-tabs-nav {
        margin-bottom: 35px;
    }

    .omsar-taxonomy-tabs {
        gap: 10px;
    }

    .omsar-posts-grid.style1,
    .omsar-posts-grid.style3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Style 4: Keep 3 columns on tablets (iPad Air, iPad Mini, etc.) */
    /* Only change to 1 column on mobile (handled in mobile media query below) */
    
    .omsar-post-card-style4 .omsar-post-content {
        padding: 25px;
    }
    
    /* .omsar-posts-grid.style2 - Allow Elementor control to set columns */

    .omsar-taxonomy-tabs .nav-link {
        padding: 12px 22px;
        min-height: 44px;
    }
}

@media (max-width: 767.98px) {
    .omsar-taxonomy-tabs-nav {
        margin-bottom: 30px;
    }

    .omsar-taxonomy-tabs {
        gap: 8px;
        flex-wrap: wrap;
    }

    .omsar-posts-grid.style1,
    .omsar-posts-grid.style2,
    .omsar-posts-grid.style3,
    .omsar-posts-grid.style4,
    .elementor-widget .omsar-posts-grid.style4,
    [class*="elementor-element"] .omsar-posts-grid.style4 {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    /* Override Elementor-specific selectors with higher specificity for mobile */
    [class*="elementor-"] [class*="elementor-element"][class*="elementor-element-"] .omsar-posts-grid.style2,
    [class*="elementor-"] [class*="elementor-element"] [class*="elementor-element"][class*="elementor-element-"] .omsar-posts-grid.style2 {
        grid-template-columns: 1fr !important;
    }
    
    .omsar-post-card-style4 .omsar-post-content {
        padding: 20px;
        gap: 12px;
    }
    
    .omsar-post-card-style4 .omsar-post-title {
        font-size: 1.375rem;
        padding-right: 80px; /* Reduce padding on mobile for smaller badge */
    }
    
    .omsar-post-excerpt {
        font-size: 0.9375rem;
    }
    
    .omsar-post-read-more {
        padding: 10px 20px;
        font-size: 0.875rem;
    }

    .omsar-taxonomy-tabs .nav-link {
        padding: 11px 18px;
        min-height: 42px;
    }

    .omsar-post-image {
        height: 200px;
    }
}

/* Style 4 Filters */
.omsar-style4-filters {
    margin-bottom: 30px;
    padding: 0;
}

.omsar-style4-filters-container {
    margin-bottom: 30px;
    padding: 0;
}

.omsar-style4-filters-row {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.omsar-style4-filter-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 25%;
    min-width: 200px;
    max-width: 25%;
}

.omsar-style4-filter-item.omsar-search-filter-item {
    flex: 0 0 25%;
    min-width: 200px;
    max-width: 25%;
}

.omsar-style4-filter-label {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.9375rem;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
}

.omsar-style4-search-input-wrapper {
    position: relative;
    flex: 1;
    min-width: 0;
    display: none !important; /* Force hide Style 4 search - use general search instead */
}

.omsar-style4-filter-item:has(.omsar-style4-search-input-wrapper) {
    display: none !important; /* Hide the entire filter item if it contains Style 4 search */
}

.omsar-style4-search-input {
    display: none !important; /* Force hide Style 4 search - use general search instead */
    padding: 10px 40px 10px 16px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 0.9375rem;
    transition: border-color 0.3s ease;
}

.omsar-style4-search-input:focus {
    outline: none;
    border-color: #0073aa;
}

.omsar-style4-search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 1rem;
}

.omsar-style4-dropdown-input-wrapper {
    position: relative;
    flex: 1;
    min-width: 0;
}

.omsar-style4-dropdown {
    padding: 10px 40px 10px 16px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 0.9375rem;
    background-color: #fff;
    background-image: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.omsar-style4-dropdown.form-select {
    background-image: none !important;
    background-position: unset !important;
    padding-right: 40px;
}

.omsar-style4-dropdown:focus {
    outline: none;
    border-color: #0073aa;
}

.omsar-style4-dropdown-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 0.875rem;
}

.omsar-style4-no-results {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.omsar-style4-no-results p {
    margin: 0;
    font-size: 1.1rem;
}

.omsar-style4-results-count {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 0.9375rem;
    color: #1a1a1a;
}

.omsar-style4-results-count .omsar-results-count-text {
    font-weight: 500;
}

.omsar-style4-results-count .omsar-results-count-number {
    font-weight: 700;
    color: #000000;
}

@media (max-width: 1024px) {
    .omsar-style4-filter-item {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    
    .omsar-style4-filter-item.omsar-search-filter-item {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 767.98px) {
    .omsar-style4-filters-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .omsar-style4-filter-item {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        min-width: 100% !important;
    }
    
    .omsar-style4-filter-item.omsar-search-filter-item {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .omsar-style4-filter-label {
        width: 100%;
        margin-bottom: 4px;
    }
    
    .omsar-posts-search-wrapper-inline,
    .omsar-style4-search-input-wrapper,
    .omsar-style4-dropdown-input-wrapper {
        width: 100%;
    }
    
    .omsar-posts-search-wrapper-inline .omsar-posts-search-input {
        width: 100%;
    }
    
    .omsar-style4-dropdown {
        width: 100%;
    }
}
