/* Pure Events Frontend Styles */

/* Event Archive/Listing */
.pure-events-archive {
    margin: 2rem 0;
}

.pure-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.pure-events-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

/* Event Card */
.pure-event-card {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pure-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #ffa64d;
}

.pure-event-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.pure-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pure-event-card:hover .pure-event-image img {
    transform: scale(1.05);
}

.pure-event-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffa64d;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.pure-event-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pure-event-title {
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.pure-event-title a {
    color: #23282d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pure-event-title a:hover {
    color: #ffa64d;
}

.pure-event-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.pure-event-meta {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e1e5e9;
}

.pure-event-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #666;
}

.pure-event-meta-item:last-child {
    margin-bottom: 0;
}

.pure-event-meta-item .dashicons {
    color: #ffa64d;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.pure-event-category {
    display: inline-block;
    background: #f0f6fc;
    color: #ffa64d;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pure-event-category:hover {
    background: #ffa64d;
    color: #fff;
    text-decoration: none;
}

.pure-event-read-more {
    display: inline-block;
    background: #ffa64d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.2s ease;
    text-align: center;
}

.pure-event-read-more:hover {
    background: #e6953f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Single Event Page */
.pure-event-single {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.pure-event-single-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pure-event-single-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #23282d;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.pure-event-single-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.pure-event-single-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 16px;
}

.pure-event-single-meta-item .dashicons {
    color: #ffa64d;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.pure-event-single-image {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.pure-event-single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.pure-event-single-content {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

.pure-event-single-content h2,
.pure-event-single-content h3,
.pure-event-single-content h4 {
    color: #23282d;
    margin: 2rem 0 1rem 0;
}

.pure-event-single-content p {
    margin-bottom: 1.5rem;
}

.pure-event-single-content ul,
.pure-event-single-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.pure-event-single-content li {
    margin-bottom: 0.5rem;
}

/* Event Categories */
.pure-events-categories-filter {
    margin: 2rem 0;
    text-align: center;
}

.pure-events-categories-filter .category-filter {
    display: inline-block;
    background: #f0f6fc;
    color: #ffa64d;
    padding: 8px 16px;
    margin: 0 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.pure-events-categories-filter .category-filter:hover,
.pure-events-categories-filter .category-filter.active {
    background: #ffa64d;
    color: #fff;
    text-decoration: none;
}

/* Event Search */
.pure-events-search {
    margin: 2rem 0;
    text-align: center;
}

.pure-events-search input[type="text"] {
    padding: 12px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 25px;
    font-size: 16px;
    width: 300px;
    max-width: 100%;
    transition: border-color 0.2s ease;
}

.pure-events-search input[type="text"]:focus {
    outline: none;
    border-color: #ffa64d;
}

.pure-events-search button {
    background: #ffa64d;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pure-events-search button:hover {
    background: #005a87;
    transform: translateY(-1px);
}

/* Pagination */
.pure-events-pagination {
    margin: 3rem 0;
    text-align: center;
}

.pagination-info {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e1e5e9;
}

.pagination-info p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

/* Clear Filters Button */
.clear-filters-button {
    display: inline-block;
    padding: 8px 16px;
    background: #dc3545;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-top: 8px;
}

.clear-filters-button:hover {
    background: #c82333;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.page-numbers-wrap {
    display: flex;
    gap: 8px;
    margin: 0 12px;
}

/* Navigation Buttons */
.pure-events-nav-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #ffa64d;
    color: #fff !important;
    font-family: 'Quicksand', sans-serif !important;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    min-width: 100px;
    justify-content: center;
}

.pure-events-nav-button:hover:not(.disabled) {
    background: #e6953f;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pure-events-nav-button.disabled {
    background: #e9ecef;
    color: #adb5bd;
    cursor: not-allowed;
    pointer-events: none;
}

.pure-events-nav-button a {
    color: #fff;
}

/* Page Numbers */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 4px;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-numbers:hover:not(.current) {
    background: #f8f9fa;
    color: #ffa64d;
    border-color: #ffa64d;
}

.page-numbers.current {
    background: #ffa64d;
    color: #fff;
    border-color: #ffa64d;
}

.page-numbers.dots {
    border: none;
    padding: 0 4px;
    pointer-events: none;
}

/* Icons */
.pure-events-nav-button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
    margin: 0 4px;
    transition: transform 0.2s ease;
}

.pure-events-nav-button:hover:not(.disabled) .dashicons {
    transform: translateX(-2px);
}

.pure-events-nav-button.next:hover:not(.disabled) .dashicons {
    transform: translateX(2px);
}

/* Responsive Design */
@media (max-width: 480px) {
    .pagination-nav {
        flex-wrap: wrap;
    }
    
    .pure-events-nav-button {
        min-width: 120px;
        padding: 10px 16px;
    }
    
    .page-numbers-wrap {
        width: 100%;
        justify-content: center;
        margin: 12px 0;
    }
}

/* No Events Found */
.pure-events-none {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
}

.pure-events-none h3 {
    color: #23282d;
    margin-bottom: 1rem;
}

/* Loading States */
.pure-events-loading {
    text-align: center;
    padding: 2rem;
    color: #666;
}

.pure-events-loading .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #ffa64d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .pure-events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pure-events-list {
        gap: 1rem;
    }
    
    .pure-event-single-title {
        font-size: 2rem;
    }
    
    .pure-event-single-meta {
        flex-direction: column;
        gap: 1rem;
    }
    
    .pure-events-search input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .pure-events-search button {
        margin-left: 0;
        width: 100%;
    }
    
    .pure-events-categories-filter .category-filter {
        display: block;
        margin: 5px auto;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .pure-event-content {
        padding: 1rem;
    }
    
    .pure-event-title {
        font-size: 1.2rem;
    }
    
    .pure-event-single {
        padding: 1rem 0;
    }
    
    .pure-event-single-title {
        font-size: 1.8rem;
    }
}

/* Language Switcher */
.pure-events-language-switcher {
    text-align: right;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.pure-events-language-switcher label {
    margin-right: 10px;
    font-weight: 600;
    color: #495057;
}

.language-select {
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
}

.language-select:focus {
    outline: none;
    border-color: #ffa64d;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.25);
}



/* List Layout */
.pure-events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* List View Specific Styles */
.pure-events-list-view {
    max-width: 1200px;
    margin: 0 auto;
}

/* Month Navigation */
.pure-events-month-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.pure-events-month-navigation .current-month {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.pure-events-month-navigation .pure-events-nav-button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #ffa64d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.pure-events-month-navigation .pure-events-nav-button:hover {
    background: #e6953f;
    color: #fff;
    transform: translateY(-1px);
}

.pure-events-month-navigation .prev-month {
    padding-left: 10px;
}

.pure-events-month-navigation .next-month {
    padding-right: 10px;
}

.pure-events-month-navigation .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    line-height: 1;
}

/* Month Groups */
.month-group {
    margin-bottom: 35px;
}

.month-group:last-child {
    margin-bottom: 25px;
}

.month-header {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin: 0 0 20px 0;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #ffa64d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Month Groups in Paginated View */
.pure-events-list-view .month-group {
    margin-bottom: 30px;
}

.pure-events-list-view .month-group:last-child {
    margin-bottom: 20px;
}

.pure-events-list-view .month-header {
    transition: all 0.2s ease;
}

.pure-events-list-view .month-header:hover {
    background: #f0f2f4;
    border-left-width: 4px;
}

/* List Event Items */
.pure-events-list .pure-event-item {
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.pure-events-list .pure-event-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #ffa64d;
}

.pure-events-list .pure-event-item.featured {
    border-left: 4px solid #ffa64d;
}

/* Event Date Block */
.event-date-block {
    flex-shrink: 0;
    width: 80px;
    text-align: center;
    margin-right: 20px;
    padding: 15px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.event-day {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.event-date {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

/* Event Details */
.event-details {
    flex: 1;
    min-width: 0;
}

.event-featured {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.featured-icon {
    color: #ffa64d;
    font-size: 16px;
    margin-right: 8px;
}

.featured-text {
    color: #ffa64d;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.event-date-range {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
}

.event-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.event-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.event-title a:hover {
    color: #ffa64d;
}

.event-title.no-link {
    color: #333;
    cursor: default;
}

.event-time {
    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;
}

.event-location {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
}

.location-icon {
    margin-right: 5px;
    font-size: 12px;
}

.event-excerpt {
    font-size: 14px;
    color: #495057;
    line-height: 1.5;
    margin-top: 10px;
}

/* Featured Event Styling */
.pure-event-item:has(.event-featured) {
    border-left: 4px solid #ffa64d;
    background: linear-gradient(to right, rgba(255, 166, 77, 0.02), #fff);
}

/* No Events Message */
.no-events-message {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 16px;
}

/* No Results Message */
.no-results-message {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin: 20px 0;
}

.search-tip {
    font-size: 14px;
    color: #adb5bd;
    margin-top: 10px;
}

/* Clear Filters Button */
.clear-filters-button {
    background: #6c757d;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.clear-filters-button:hover {
    background: #5a6268;
}

/* Search and Filter Improvements */
.pure-events-controls {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pure-events-search-filters-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.pure-events-search {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.event-search-input {
    flex: 1;
    min-width: 0;
    padding: 10 10px;
    border: 1px solid #e1e5e9;
    border-radius: 8px !important;
    font-size: 14px;
    color: #495057;
    transition: all 0.2s ease;
}

.event-search-input::placeholder {
    color: #adb5bd;
}

.event-search-input:focus {
    outline: none;
    border-color: #ffa64d;
    box-shadow: 0 0 0 2px rgba(255, 166, 77, 0.15);
}

.pure-events-filters-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pure-events-filters {
    min-width: 140px;
}

.filter-group select {
    width: 100%;
    height: 38px;
    padding: 0 35px 0 15px;
    border: 1px solid #e1e5e9;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23495057' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}

.filter-group select:focus {
    outline: none;
    border-color: #ffa64d;
    box-shadow: 0 0 0 2px rgba(255, 166, 77, 0.15);
}

.search-button {
    height: 38px;
    background: #ffa64d;
    color: #fff;
    border: none;
    padding: 0 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover {
    background: #e6953f;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 166, 77, 0.25);
}

.clear-filters-button {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #6c757d;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.clear-filters-button:hover {
    background: #5a6268;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Hide the old clear filters section */
.pure-events-clear-filters {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pure-events-search-filters-row {
        flex-direction: column;
        gap: 15px;
    }

    .pure-events-search {
        width: 100%;
    }

    .pure-events-filters-group {
        width: 100%;
        flex-wrap: wrap;
    }

    .pure-events-filters {
        flex: 1;
        min-width: 0;
    }

    .clear-filters-button {
        width: auto;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .pure-events-pagination {
        margin: 2rem 0;
    }
    
    .pure-events-pagination ul {
        gap: 6px;
    }
    
    .pure-events-pagination .page-numbers {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 36px;
    }
    
    .pure-events-pagination .page-numbers.prev,
    .pure-events-pagination .page-numbers.next {
        padding: 6px 16px;
    }
    
    .pure-events-pagination .dashicons {
        font-size: 14px;
        width: 14px;
        height: 14px;
        margin: 0 2px;
    }
    
    .pure-events-list .pure-event-item {
        flex-direction: column;
    }
    
    .event-date-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .event-day {
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .event-date {
        font-size: 24px;
    }
}

.pure-event-item {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.pure-event-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #ffa64d;
}

.event-item-content {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.event-image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image-placeholder {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.no-image-placeholder .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
}

.event-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.event-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.event-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    flex-grow: 1;
}

.event-title a {
    color: #23282d;
    text-decoration: none;
    transition: color 0.2s ease;
}

.event-title a:hover {
    color: #ffa64d;
}

.event-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.event-meta {
    margin-bottom: 20px;
}

.meta-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.meta-item .dashicons {
    color: #ffa64d;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.event-actions {
    margin-top: auto;
}

/* Controls Styling */
.pure-events-controls {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.pure-events-search {
    margin-bottom: 20px;
}

.pure-events-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.filter-group select {
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    min-width: 150px;
}

.filter-group select:focus {
    outline: none;
    border-color: #ffa64d;
    box-shadow: 0 0 0 2px rgba(255, 166, 77, 0.25);
}

/* Print Styles */
@media print {
    .pure-event-card,
    .pure-event-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .pure-event-read-more,
    .pure-events-pagination,
    .pure-events-language-switcher,
    .pure-events-controls {
        display: none;
    }
}

