.ap-container-d0aced5f {
    font-family: inherit;
}
.ap-header-d0aced5f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.ap-filter-wrap-d0aced5f {
    position: relative;
    z-index: 10;
}
.ap-filters-d0aced5f {
    display: flex;
    gap: 15px; /* Handled by Elementor controls now, but keep default fallback */
    flex-wrap: wrap;
}
.ap-filter-btn-d0aced5f {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: 0.3s;
}
.ap-filter-btn-d0aced5f:hover, .ap-filter-btn-d0aced5f.active {
    color: #000;
}

/* Toggle Button for Mobile */
.ap-filter-toggle-d0aced5f {
    display: none;
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    align-items: center;
    justify-content: space-between;
    min-width: 150px;
}
.ap-filter-toggle-icon-d0aced5f {
    margin-left: 10px;
    font-size: 12px;
}

/* Breakpoint: Tablet (<1025px) */
.ap-filter-breakpoint-tablet .ap-filter-toggle-d0aced5f {
    @media (max-width: 1024px) {
        display: flex;
    }
}
.ap-filter-breakpoint-tablet .ap-filters-d0aced5f {
    @media (max-width: 1024px) {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 15px;
        flex-direction: column;
        min-width: 200px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-top: 5px;
    }
}

/* Breakpoint: Mobile (<768px) */
.ap-filter-breakpoint-mobile .ap-filter-toggle-d0aced5f {
    @media (max-width: 767px) {
        display: flex;
    }
}
.ap-filter-breakpoint-mobile .ap-filters-d0aced5f {
    @media (max-width: 767px) {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 15px;
        flex-direction: column;
        min-width: 200px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-top: 5px;
    }
}

.ap-search-d0aced5f {
    position: relative;
    display: flex;
    align-items: center;
}
.ap-search-icon-d0aced5f {
    position: absolute;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}
.ap-search-input-d0aced5f {
    padding: 10px 15px 10px 40px !important; /* added left padding for icon */
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 250px;
    max-width: 100%;
}
.ajax-posts-grid-d0aced5f {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.ap-card-d0aced5f {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s ease;
}
.ap-img-wrapper-d0aced5f {
    width: 100%;
    aspect-ratio: 1 / 0.66;
    overflow: hidden;
    display: block; /* for <a> tag */
}
.ap-img-wrapper-d0aced5f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ap-placeholder-img-d0aced5f {
    width: 100%;
    height: 100%;
    background: #eee;
}
.ap-card-body-d0aced5f {
	display: flex;
	flex-direction: column;
}
.ap-meta-d0aced5f {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.ap-cat-d0aced5f { color: #00bfff; }
.ap-icon-sep-d0aced5f { 
	margin: 0 8px; 
	color: #ccc; 
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ap-icon-sep-d0aced5f i { font-size: inherit; }
.ap-icon-sep-d0aced5f svg { width: 1em; height: 1em; fill: currentColor; }

.ap-time-d0aced5f { color: #888; }
.ap-title-d0aced5f {
    margin: 0 0 10px 0;
    line-height: 1.3;
    transition: 0.3s;
}
.ap-title-d0aced5f a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}
.ap-excerpt-d0aced5f {
    margin-bottom: 15px;
    flex-grow: 1;
    transition: 0.3s;
}

/* Read More */
.ap-read-more-d0aced5f {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}
.ap-rm-icon-d0aced5f {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ap-rm-icon-d0aced5f i { font-size: inherit; }
.ap-rm-icon-d0aced5f svg { width: 1em; height: 1em; fill: currentColor; transition: fill 0.3s ease; }

.ap-pagination-d0aced5f {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
.ap-page-btn-d0aced5f {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.ap-page-btn-d0aced5f svg {
	width: 7px;
	height: 12px;
}
.ap-page-btn-d0aced5f:hover {
    border-color: #000;
}
.ap-page-btn-d0aced5f.active {
    background: #000;
    color: #fff;
    border-color: #000;
}
.ap-loader-d0aced5f {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    color: #666;
}
