/* Site-specific overrides on top of the compiled theme */
html.dark, body { background: var(--blackcps); }
.site-logo { width: 200px; height: 50px; object-fit: contain; object-position: left center; display: block; }
@media (max-width: 767px) { .site-logo { width: 100%; max-width: 200px; height: auto; aspect-ratio: 4 / 1; } }
.featured-swiper .swiper-slide { width: 100%; }
.featured-banner { width: 100%; max-width: 1200px; aspect-ratio: 1200 / 628; object-fit: cover; }
.md\:w-1200 { max-width: 100%; }
.event-thumb { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.filter-select, .newsletter-select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%236b7280' d='M4.5 7.5c.4-.4 1-.5 1.6 0l3.9 3.7 3.9-3.7c.5-.5 1.1-.4 1.6 0 .4.4.4 1.2 0 1.6l-4.7 4.5c-.4.4-1.2.4-1.6 0L4.5 9.1c-.4-.4-.4-1.2 0-1.6z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1.25rem; }
.filter-select { background-color: var(--select-bg); color: var(--select-text); border: 1px solid var(--select-border); border-radius: 1rem; padding: 0.9rem 3rem 0.9rem 1.25rem; }
.tab-btn { cursor: pointer; }
.tab-btn.active { color: #FCB318; border-bottom: 4px solid #FCB318; box-shadow: 0 1px 3px 0 rgba(0,0,0,.1); }
.tab-btn:not(.active) { color: #dbeafe; }
.tab-btn:not(.active):hover { background: rgba(255,255,255,.12); color: #fff; }
.prose-cps { color: var(--primaryText); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.prose-cps p { margin: 0 0 1rem; line-height: 1.6; }
.prose-cps h3 { color: #FCB318; font-weight: 600; font-size: 1.25rem; margin: 1.5rem 0 .75rem; }
.prose-cps ul, .prose-cps ol { margin: 0 0 1rem 1.5rem; list-style: disc; line-height: 1.6; }
.prose-cps ol { list-style: decimal; }
.prose-cps a { color: #FCB318; text-decoration: underline; }
.prose-cps table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .95em; }
.prose-cps th, .prose-cps td { border: 1px solid #374151; padding: .6rem .8rem; text-align: left; }
.prose-cps th { background: #1f1f1f; color: #FCB318; }
.prose-cps img { max-width: 100%; height: auto; margin: 0 auto; display: block; border-radius: 1rem; }
.prose-cps details { border: 1px solid #374151; border-radius: 1rem; padding: 1rem 1.25rem; margin-bottom: .75rem; background: #111; }
.prose-cps summary { cursor: pointer; font-weight: 600; color: #fff; }
.prose-cps details[open] summary { color: #FCB318; margin-bottom: .75rem; }
.form-input { width: 100%; background: #1f1f1f; color: #fff; border: 1px solid #4b5563; border-radius: 1rem; padding: 1rem 1.25rem; font-size: 1.125rem; }
.form-input:focus { outline: none; border-color: #FCB318; }
.form-label { display: block; color: #d1d5db; font-weight: 500; margin-bottom: .5rem; }
.form-error { color: #f87171; font-size: .95rem; margin-top: .35rem; }
select.form-input { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%239ca3af' d='M4.5 7.5c.4-.4 1-.5 1.6 0l3.9 3.7 3.9-3.7c.5-.5 1.1-.4 1.6 0 .4.4.4 1.2 0 1.6l-4.7 4.5c-.4.4-1.2.4-1.6 0L4.5 9.1c-.4-.4-.4-1.2 0-1.6z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1.25rem; }
.pagination-cps { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; }
.pagination-cps a, .pagination-cps span { padding: .6rem 1rem; border-radius: .75rem; border: 1px solid #374151; color: #fff; }
.pagination-cps .active { background: #FCB318; color: #000; border-color: #FCB318; }

/* Utilities used by the views but absent from the compiled theme */
.font-poppins { font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif; }
.h-fit { height: fit-content; } .mt-10 { margin-top: 2.5rem; } .my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.opacity-40 { opacity: .4; } .opacity-70 { opacity: .7; } .opacity-90 { opacity: .9; } .leading-normal { line-height: 1.5; } .flex-col-reverse { flex-direction: column-reverse; }
.bg-\[\#FCB318\] { background-color: #FCB318; } .border-\[\#FCB318\] { border-color: #FCB318; } .text-\[\#FCB318\] { color: #FCB318; } .accent-\[\#FCB318\] { accent-color: #FCB318; }
.border-orangecps { border-color: var(--orangecps); } .border-gray-600 { border-color: #4b5563; } .hover\:border-orangecps:hover { border-color: var(--orangecps); }
.line-through { text-decoration-line: line-through; } .capitalize { text-transform: capitalize; } .normal-case { text-transform: none; }
@media (min-width: 640px) {
  .sm\:text-base { font-size: 1rem; line-height: 1.5rem; } .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:justify-center { justify-content: center; } .sm\:mt-12 { margin-top: 3rem; } .sm\:mx-2 { margin-left: .5rem; margin-right: .5rem; }
  .sm\:my-16 { margin-top: 4rem; margin-bottom: 4rem; } .sm\:my-20 { margin-top: 5rem; margin-bottom: 5rem; } .sm\:p-10 { padding: 2.5rem; } .sm\:p-12 { padding: 3rem; }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
}
@media (min-width: 768px) { .md\:h-628 { height: auto; } }
@media (min-width: 1024px) { .lg\:col-span-2 { grid-column: span 2 / span 2; } .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
