/*
Theme Name: TN Events Center
Theme URI: https://example.com/
Author: Custom
Description: Bootstrap-based WordPress theme for ticket events, designed to integrate with the TicketNetwork Catalog API + MapWidget3.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tn-events-center
*/

:root {
  --tn-primary: #0056b3;
  --tn-primary-hover: #00408a;
  --tn-accent: #ff9800;
  --tn-muted-bg: #f5f5f7;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #111827;
}

a {
  color: var(--tn-primary);
  text-decoration: none;
}

a:hover {
  color: var(--tn-primary-hover);
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
}

.hero-search {
  background: linear-gradient(135deg, #f5f7fb 0%, #ffffff 60%);
}

.hero-search h1 {
  font-weight: 700;
}

.hero-search .form-control-lg {
  border-radius: 0.5rem;
}

.hero-search .btn-lg {
  border-radius: 0.5rem;
}

.events-list .card {
  border-radius: 0.75rem;
}

.events-list .card-title {
  font-weight: 600;
}

.events-list .card .btn {
  border-radius: 999px;
}

.footer-top {
  background-color: #0b192f;
  color: #e5e7eb;
}

.footer-top a {
  color: #e5e7eb;
}

.footer-bottom {
  background-color: #020617;
  color: #9ca3af;
  font-size: 0.875rem;
}

.badge-today {
  background-color: var(--tn-accent);
  color: #111827;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.75rem;
}

/* MapWidget3 best practice on small screens */
@media screen and (max-width: 991px) {
  header.site-header, footer { display: none !important; }
  body { margin: 0; }
  #tn-mapwidget3-root { min-height: 100vh; }
}
body {
    overflow-x: hidden !important;
}

#tn-maps {
    height: 900px !important;
}

#tn-maps-inner {
    height: 100% !important;
}

.sea-map-inner {
    height: 100% !important;
}
.webiste-logo{
	width: 100%;
    max-width: 150px;
}

#tn-maps img,
.seatics img,
.sea-map-inner img,
#venue-map img {
    max-width: none !important;
    height: auto !important;
    width: auto !important;
}
.sea-map-inner img {
    display: block !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
