.aem-event-table-wrapper {
margin: 20px 0;
}
.aem-event-table-title {
margin-bottom: 20px;
font-size: 24px;
color: #333;
}
.aem-event-filters {
margin-bottom: 20px;
}
.aem-filter-form {
width: 100%;
}
.aem-filter-row {
display: flex;
align-items: flex-end;
gap: 15px;
flex-wrap: wrap;
}
.aem-filter-field {
flex: 1;
min-width: 200px;
}
.aem-filter-field label {
display: block;
margin-bottom: 5px;
font-weight: 500;
color: #333;
}
.aem-filter-field input,
.aem-filter-field select {
width: 100%;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
color: #333;
}
.aem-filter-field input:focus,
.aem-filter-field select:focus {
border-color: #12783F;
outline: none;
box-shadow: 0 0 0 2px rgba(18, 120, 63, 0.1);
}
.aem-filter-actions {
display: flex;
gap: 10px;
margin-left: auto;
}
.aem-filter-button {
padding: 8px 16px;
background-color: #12783F;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.2s ease;
}
.aem-filter-button:hover {
background-color: #0d5a2d;
}
.aem-clear-filter {
padding: 8px 16px;
background-color: #f5f5f5;
color: #333;
text-decoration: none;
border-radius: 4px;
font-size: 14px;
transition: background-color 0.2s ease;
}
.aem-clear-filter:hover {
background-color: #e0e0e0;
}
.aem-event-table-container {
overflow-x: auto;
}
.aem-event-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.aem-event-table th,
.aem-event-table td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.aem-event-table th {
background-color: #f5f5f5;
font-weight: bold;
color: #333;
}
.aem-event-table tr:hover {
background-color: #f9f9f9;
}
.aem-event-table a {
color: #12783F;
text-decoration: none;
transition: color 0.2s ease;
}
.aem-event-table a:hover {
color: #0d5a2d;
text-decoration: underline;
}
.aem-signup-button {
display: inline-block;
padding: 6px 12px;
background-color: #12783F;
color: white !important;
border-radius: 4px;
text-decoration: none;
transition: background-color 0.2s ease;
}
.aem-signup-button:hover {
background-color: #0d5a2d;
text-decoration: none;
}
.aem-pagination {
margin-top: 20px;
text-align: center;
}
.aem-pagination .page-numbers {
display: inline-block;
padding: 8px 12px;
margin: 0 4px;
border: 1px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #12783F;
transition: all 0.2s ease;
}
.aem-pagination .page-numbers.current {
background-color: #12783F;
color: white;
border-color: #12783F;
}
.aem-pagination .page-numbers:hover:not(.current) {
background-color: #f5f5f5;
border-color: #12783F;
}
.aem-no-events {
text-align: center;
padding: 20px;
background-color: #f5f5f5;
border-radius: 4px;
color: #666;
}
.aem-event-table-container.loading {
opacity: 0.5;
pointer-events: none;
} @media (max-width: 768px) {
.aem-filter-row {
flex-direction: column;
}
.aem-filter-actions {
margin-left: 0;
width: 100%;
}
.aem-filter-field {
width: 100%;
}
}.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-link{margin-left:var(--tec-spacer-0)}.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-icon{display:inline-block}.tribe-events-widget .tribe-events-widget-events-list__event-cost,.tribe-events-widget .tribe-events-widget-events-list__event-organizer,.tribe-events-widget .tribe-events-widget-events-list__event-venue,.tribe-events-widget .tribe-events-widget-events-list__event-venue-address,.tribe-events-widget .tribe-events-widget-events-list__event-website{margin-top:var(--tec-spacer-1)}.tribe-events-widget .tribe-events-widget-events-list__event-organizer-meta{margin-top:var(--tec-spacer-0)}.tribe-events-widget .tribe-events-widget-events-list__event-website a{color:var(--tec-color-link-accent)}.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-link:focus .tribe-events-widget-events-list__event-datetime-recurring-icon-svg path,.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-link:hover .tribe-events-widget-events-list__event-datetime-recurring-icon-svg path{fill:currentColor;stroke:currentColor}.tribe-events-widget .tribe-events-widget-events-list__event-organizer-contact,.tribe-events-widget .tribe-events-widget-events-list__event-venue-address{font-style:normal}.entry-content .tribe-events-widget .tribe-events-widget-events-list__event-title,.tribe-theme-twentytwenty .tribe-events-widget .tribe-events-widget-events-list__event-title{margin-bottom:0;margin-top:0}