/* --- SquadUp Single Show Sticky Layout --- */
body {
    line-height: normal !important;
}

.squadup-detail-main-grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin: 0 24px;
}

.squadup-detail-main-left {
    flex: 1 1 0;
    min-width: 0;
}

.squadup-detail-main-right {
    width: 340px;
    min-width: 260px;
    position: relative;
}

/* Sticky right card */
.squadup-sticky-card {
    position: sticky;
    top: 230px;
    z-index: 10;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 28px 24px 24px 24px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 35%;
    align-self: flex-start;
}

.squadup-sticky-card .squadup-detail-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.squadup-sticky-card .squadup-detail-meta {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

.squadup-sticky-card .squadup-cta {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

/* Sticky middle nav */
.squadup-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 8px #0001;
    padding: 0 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
}

.squadup-detail-nav {
    font-size: 1.08em;
    font-weight: 500;
    color: #222;
}

.right_nav {
    display: flex;
    align-items: end;
    gap: 18px;
}

.middle_nav nav.squadup-detail-nav a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: 0.3s;
}

.middle_nav nav.squadup-detail-nav a:hover {
    color: #2586b7;
    transition: 0.3s;
}

.calendar_nav {
    margin-right: 12px;
    position: relative;
}

.share_nav span {
    font-size: 16;
    color: #000;
    margin-right: 4px;
}

.share_nav a {
    color: #0073aa;
    text-decoration: none;
    margin: 0 3px;
    font-size: 1em;
}

.share_nav a:hover {
    color: #2d8cff;
}


/* Professional Event Grid Card Styles */
.event-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 24px;
    justify-content: flex-start;
}

.event-card-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    width: calc((100% - (2 * 30px)) / 3);
    transition: 0.3s;
    overflow: hidden;
}

/* .event-card-item:hover {
    box-shadow: 0 6px 24px rgba(45, 140, 255, 0.13);
    transform: translateY(-4px) scale(1.02);
} */

.event-image {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f4f6fa;
}

.event-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
    border-radius: 12px 12px 0 0;
}

.event-card-item:hover .event-image img {
    transform: scale(1.1);
    transition: 0.3s;
}

.event-info-text {
    padding: 20px 20px;
}

.event-info-text h4 {
    font-size: 22px;
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 0;
}

.event-info-text h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.15s;
}

.event-date-time {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}

.event-info-text p {
    font-size: 1em;
    color: #444;
    margin: 0 0 0 0;
    flex: 1 1 auto;
}

.event-wrapper .event-card-item p {
    font-size: 16px;
    line-height: normal;
}

/* Add to Calendar Dropdown Styles */
.squadup-addcal-dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 8px #0002;
    min-width: 180px;
    top: 60px !important;
    left: 0 !important;
}

.squadup-addcal-dropdown .squadup-addcal-link {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    border: none;
    background: none;
    transition: background 0.15s;
}

.squadup-addcal-dropdown .squadup-addcal-link:hover {
    background: #f2f7fa;
}

.squadup-addcal-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Host Info Styles */
.squadup-host {
    margin-bottom: 10px;
    font-size: 1em;
    color: #444;
}

.squadup-host-desc {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 0.97em;
}

/* Event Grid Filter Styles */
/* Professional Event Grid Filter Styles */
.squadup-filters-pro {
    background: #f7f4ef;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 20px 20px;
    margin-bottom: 40px;
}

.squadup-filter-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.squadup-filter-item {
    width: 20%;
    padding: 5px;
}

.squadup-filter-item input[type="text"],
.squadup-filter-item input[type="date"],
.squadup-filter-item input[type="number"],
.squadup-filter-item select {
    padding: 10px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px #0001;
    color: #333;
}

.squadup-filter-item input[type="text"]:focus,
.squadup-filter-item input[type="date"]:focus,
.squadup-filter-item input[type="number"]:focus,
.squadup-filter-item select:focus {
    border-color: #2d8cff;
    outline: none;
    box-shadow: 0 0 0 2px #2d8cff22;
}

.squadup-filter-item input[type="number"] {
    width: 100%;
    min-width: 0;
}

.squadup-filter-group .squadup-filter-item input::placeholder {
    color: #333;
}

/* .squadup-filter-checkbox {
     min-width: 120px; 
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    margin-top: 8px;
} */

.squadup-filter-checkbox label {
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: normal;
}

.squadup-filter-checkbox input[type="checkbox"] {
    accent-color: #2d8cff;
    width: 18px;
    height: 18px;
    margin: 0px;
}

.squadup-filter-item.squadup-filter-checkbox {
    padding: 10px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    background: #f8fafc;
    transition: border 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 2px #0001;
}

.squadup-filter-item input {
    width: 100%;
}

.squadup-filter-item select#squadup-category {
    width: 100%;
}

/* Social Share Styles */
.squadup-social-share {
    margin: 24px 0 0 0;
    padding: 0 24px;
}

/* Related Events Styles */
.squadup-related-wrap {
    margin: 50px 0;
}

.squadup-related-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.squadup-related-wrap h3 {
    color: #fff;
    margin-bottom: 10px;
}

.squadup-related-card {
    background: #fafbfc;
    border-radius: 8px;
    box-shadow: 0 1px 4px #0001;
    overflow: hidden;
    width: calc((100% - (3 * 20px)) / 4);
}

.squadup-related-img {
    width: 100%;
}

img.squadup-related-img {
    object-fit: fill;
}

.squadup-related-info {
    padding: 4px 10px 15px;
}

.squadup-related-date {
    font-size: 16px;
    color: #666;
    line-height: normal;
}

.squadup-related-link {
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #000;
}

.squadup-related-link:hover {
    text-decoration: underline;
    color: #0073aa;
}

/* Single Show Styles */


.squadup-banner-wrap {
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.squadup-banner {
    width: 100%;
    object-fit: cover;
}

.squadup-show-hero {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
}

.squadup-detail-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.squadup-event-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.squadup-show-hero-info {
    flex: 1;
}

.squadup-meta {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.squadup-category {
    margin-bottom: 10px;
    font-size: 1em;
    color: #0073aa;
}

.squadup-host {
    margin-bottom: 8px;
    font-size: 1em;
    color: #444;
}

.squadup-tz {
    margin-bottom: 8px;
    font-size: 0.97em;
    color: #888;
}

.squadup-cta {
    display: inline-block;
    margin-top: 10px;
    background: #0073aa;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.squadup-cta:hover {
    background: #005177;
}

.squadup-content {
    padding: 0 24px 24px 24px;
    font-size: 1.08em;
}

.squadup-price-tiers {
    width: 90%;
    margin: 24px auto 0 auto;
    border-collapse: collapse;
}

.squadup-price-tiers th,
.squadup-price-tiers td {
    border: 1px solid #eee;
    padding: 8px 12px;
    text-align: left;
}

.squadup-price-tiers th {
    background: #f7f7f7;
}

/* Modal Centering Fix */
.modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
}

.modal-dialog {
    margin: 0;
    width: 90vw;
    max-width: 600px;
}

.modal-content {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    margin: 0;
    font-size: 1.2em;
}

#squadup-modal-close {
    background: none;
    border: none;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

.squadup-map-wrap {
    margin: 24px auto 0 auto;
    max-width: 90%;
}

.squadup-share-btn {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.squadup-share-btn:hover {
    text-decoration: underline;
    color: #005177;
}

/* Event Grid Styles */
.squadup-events-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.squadup-event-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    width: 320px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.squadup-event-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
}

.squadup-event-card-inner {
    display: flex;
    flex-direction: column;
}

.squadup-event-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.squadup-event-info {
    padding: 16px;
}

.squadup-date,
.squadup-venue,
.squadup-address,
.squadup-category,
.squadup-price,
.squadup-soldout {
    margin-bottom: 6px;
    font-size: 0.97em;
}

.squadup-soldout {
    color: #fff;
    background: #d9534f;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.squadup-cta {
    display: inline-block;
    margin-top: 10px;
    background: #0073aa;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.squadup-cta:hover {
    background: #005177;
}

/*
 * Frontend styles for SquadUp Events plugin
 */
.squadup-event-card {
    border-radius: 8px;
    box-shadow: 0 2px 8px #0001;
    background: #fff;
    padding: 1.5em;
    margin-bottom: 2em;
}

.squadup-event-card h2 {
    font-size: 1.5em;
    color: #2d3748;
}

.squadup-event-card .squadup-date {
    color: #2d8cff;
    font-weight: 600;
}

.squadup-event-card .squadup-cta {
    background: #2d8cff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.5em 1.2em;
    cursor: pointer;
}

.squadup-event-card .squadup-cta:hover {
    background: #1a6ed8;
}


.squadup-banner-wrap {
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.squadup-banner {
    width: 100%;
    object-fit: cover;
}

.squadup-show-hero {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
}

.squadup-event-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.squadup-show-hero-info {
    flex: 1;
}

.squadup-meta {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.squadup-category {
    margin-bottom: 10px;
    font-size: 1em;
    color: #0073aa;
}

.squadup-cta {
    display: inline-block;
    margin-top: 10px;
    background: #0073aa;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.squadup-cta:hover {
    background: #005177;
}

.squadup-content {
    padding: 0 24px 24px 24px;
    font-size: 1.08em;
}

.squadup-price-tiers {
    width: 90%;
    margin: 24px auto 0 auto;
    border-collapse: collapse;
}

.squadup-price-tiers th,
.squadup-price-tiers td {
    border: 1px solid #eee;
    padding: 8px 12px;
    text-align: left;
}

.squadup-price-tiers th {
    background: #f7f7f7;
}

/* Modal Centering Fix */
.modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
}

.modal-dialog {
    margin: 0;
    width: 90vw;
    max-width: 600px;
}

.modal-content {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    margin: 0;
    font-size: 1.2em;
}

#squadup-modal-close {
    background: none;
    border: none;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

.squadup-show-hero-info {
    flex: 1;
}

.squadup-meta {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.squadup-category {
    margin-bottom: 10px;
    font-size: 1em;
    color: #0073aa;
}

.squadup-cta {
    display: inline-block;
    margin-top: 10px;
    background: #0073aa;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.squadup-cta:hover {
    background: #005177;
}

.squadup-content {
    padding: 0 24px 24px 24px;
    font-size: 1.08em;
}

.squadup-price-tiers {
    width: 90%;
    margin: 24px auto 0 auto;
    border-collapse: collapse;
}

.squadup-price-tiers th,
.squadup-price-tiers td {
    border: 1px solid #eee;
    padding: 8px 12px;
    text-align: left;
}

.squadup-price-tiers th {
    background: #f7f7f7;
}

.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    /* display: flex; */
    align-items: center;
    justify-content: center;
    display: none;
}

.modal-dialog {
    width: 90vw;
    max-width: 600px;
}

.modal-content {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    margin: 0;
    font-size: 1.2em;
}

#squadup-modal-close {
    background: none;
    border: none;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

.squadup-map-wrap {
    margin: 24px auto 0 auto;
    max-width: 90%;
}

/* Container */
.squadup-single-show {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}

.single-show {
    background: #000;
}

/* HERO */
.squadup-detail-hero {
    display: flex;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.squadup-detail-hero .squadup-detail-hero-img {
/*     width: 65%; */
	width: 40%;
    display: flex;
}

.squadup-detail-hero-img img {
    width: 100%;
    object-fit: cover;
}

.squadup-detail-hero-info {
    padding: 30px 25px;
/*     width: 35%; */
    width: 60%;
}

.squadup-detail-title {
    font-size: 24px;
    line-height: normal;
}

.squadup-detail-price span.squadup-detail-price-label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.squadup-detail-meta {
    font-size: 16px;
    margin-bottom: 15px;
    color: #666;
}

.squadup-detail-price {
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    width: 100%;
}

a.squadup-cta.squadup-detail-buy.btn.btn-primary.launch-modal-btn {
    padding: 14px 60px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 100%;
}

.squadup-cta {
    display: inline-block;
    padding: 12px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.squadup-detail-actions {
    margin-top: 15px;
    font-size: 14px;
}

.squadup-detail-actions a {
    color: #007bff;
    text-decoration: none;
}

/* Tabs */
.squadup-detail-tabs {
    display: flex;
    gap: 15px;
    margin: 20px 0;
    border-bottom: 2px solid #ddd;
}

.squadup-detail-tab {
    padding: 10px 15px;
    cursor: pointer;
    background: none;
    border: none;
    font-weight: bold;
}

.squadup-detail-tab.active {
    border-bottom: 3px solid #007bff;
    color: #007bff;
}

.squadup-detail-tab-content {
    display: none;
    padding: 20px 0;
}

.squadup-detail-tab-content.active {
    display: block;
}

/* Poster */
.squadup-detail-img img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

/* Map */
.squadup-detail-map iframe {
    border-radius: 10px;
}

/* Host */
.squadup-detail-host-block {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.squadup-host-desc {
    margin-top: 10px;
}

html {
    scroll-behavior: smooth;
}

.squadup-user-banner {
    display: none !important;
}

/* Layout grid similar to screenshot */
.squadup-hero-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 24px;
    align-items: start;
}

/* Left content */
.squadup-hero-left .squadup-detail-title {
    margin: 16px 0 8px;
}

/* Right sticky card */
.squadup-sticky-card {
    position: sticky;
    border: 1px solid #d7d7d7;
    right: 0;
    border-radius: 20px;
    box-shadow: rgb(51 51 51 / 12%) 3px 5px 22px;
    background: #fff;
    -o-transition: 0.3s;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}

.squadup-sticky-row {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.right_nav .calendar_nav button {
    background: #337ab7;
    border: unset;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 50px;
}

.squadup-sticky-price {
    font-weight: 700;
    font-size: 18px;
}

.middle_nav .share_nav a {
    font-size: 24px;
}

.squadup-sticky-share {
    font-size: 14px;
    color: #555;
}

/* Image ratio like sample */
.squadup-detail-hero-img img {
    width: 100%;
    object-fit: cover;
}

/* Sticky middle nav below header */
.middle_nav {
    background: #f3f3f3;
    color: #666;
    padding: 20px;
    position: sticky;
    top: 105px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

#squadup-desc {
    display: flex;
    gap: 30px;
    width: 100%;
    padding: 20px;
    padding-top: 20px;
    margin-top: 0;
    border: unset;
}

.admin-bar .middle_nav {
    top: 137px;
}

.description_panel {
    width: 65%;
    color: #333;

}

#squadup-desc h3 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 12px;
}

#squadup-desc p.fr-tag {
    padding: 6px 0;
    font-size: 16px;
    line-height: normal;
    color: #666;
}

.squadup-detail-description figure {
    margin-top: 30px;
}

section.squadup-detail-section {
    padding: 25px 0;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

section#squadup-location {
    margin-top: 0;
}

section.squadup-detail-section .squadup-detail-date {
    color: #666;
    font-size: 16px;
    line-height: normal;
}

.squadup-sticky-card .squadup-detail-meta .squadup-detail-venue {
    padding: 4px 0;
}

section#squadup-location .squadup-detail-venue-block {
    font-size: 16px;
    line-height: normal;
    color: #666;
    margin-bottom: 16px;
}

section#squadup-location .squadup-detail-venue-block strong {
    font-weight: 500;
    font-size: 16px;
}

#myModal .squadup-checkout-nav>a[role="button"] {
    display: none !important;
}

.right_nav .calendar_nav button svg {
    fill: #ffffff !important;
    max-height: 16px !important;
    margin-right: 4px !important;
}

.squadup-detail-meta .squadup-detail-date {
    display: flex;
    padding: 4px 0;
    line-height: normal;
}

.squadup-detail-meta .squadup-detail-date svg {
    fill: #337ab7 !important;
}

.squadup-detail-venue path {
    fill: #337ab7 !important;
}

.squadup-detail-meta .squadup-detail-venue {
    display: flex;
    gap: 7px;
    line-height: normal;
    padding: 4px 0;
}

.squadup-detail-meta .squadup-detail-venue i {
    color: #337ab7;
    font-size: 20px;
    margin-top: 6px;
}

.squadup-filter-group .squadup-filter-item input:focus {
    outline: none;
    box-shadow: none;
    border-color: #d1d5db;
}

.squadup-filter-group .squadup-filter-item select:focus {
    outline: none;
    box-shadow: none;
    border-color: #d1d5db;
}




.squadup_ticket {
    z-index: 99999 !important;
}

.squadup_ticket .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.squadup_ticket .modal-dialog .modal-content {
    margin: auto;
    width: 100% !important;
    border-radius: 20px;
}

.squadup_ticket .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.squadup_ticket .squadup-embed-view {
    min-height: unset !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.squadup-checkout-nav .pull-right {
    float: unset !important;
}

.squadup-tickets-table .row.tickets.heading span {
    color: #000;
    font-size: 16px;
}

.squadup_ticket .form-group .row.tickets {
    display: flex;
    align-items: center;
}

.squadup_ticket .form-group .row.tickets .col-sm-8 .row {
    align-items: center;
    display: flex;
}

.squadup-even-titlebar.flexxy-centered {
    margin-bottom: 30px;
}

.squadup_ticket .modal-footer button {
    padding: 8px;
    border: unset;
    font-weight: 700;
    font-size: 20px;
}

.squadup-navigation-view-container .squadup-checkout-nav {
    padding: 0 !important;
    margin-bottom: 20px;
}

.squadup_ticket .form-group .row.tickets strong {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.squadup_ticket .modal-dialog {
    max-width: 700px !important;
    width: 100%;
}

.squadup-navigation-view-container {
    max-width: 100% !important;
}

.squadup-tickets-table {
    margin-bottom: 20px;
}

.squadup-checkout-app h2.page-title-ident {
    color: #000000 !important;
    font-size: 30px;
    border-color: #ddd !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.squadup-embed-view .event-checkout-detail {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: unset !important;
    padding: 20px !important;
    border-radius: 10px;
}

.row.squadup-checkout-attendee-info.flexxy-centered {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
}

.row.squadup-checkout-attendee-info.flexxy-centered h3.su-section-subtitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.row.squadup-checkout-attendee-info.flexxy-centered form {
    padding: 0;
}

.row.squadup-checkout-attendee-info.flexxy-centered h3 {
    text-align: left;
    width: 100%;
}

.squadup-checkout-button-wrapper button.btn.squadup-checkout-submit-payment {
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 14px 30px;
    font-weight: 600;
    letter-spacing: 0.1px;
    border-radius: 100px;
}

.row.squadup-order-summary {
    margin: 0;
}

.row.squadup-order-summary .col-md-8.col-md-offset-2 {
    width: 100%;
    margin: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
}

.row.squadup-order-summary h3.su-section-subtitle {
    font-size: 24px;
}

.row.squadup-summary-item {
    color: black;
}

.squadup-payment-information h3.su-section-subtitle {
    font-size: 24px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.event-checkout-detail .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.col-md-12 {
    padding: 0;
}

.squadup-payment-information {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 30px;
}

.squadup-payment-information .form-group {
    margin-left: 0;
    width: 100%;
}

.squadup_ticket label {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    margin-bottom: 8px;
}

.squadup-checkout-app .squadup-navigation-view-container #card-wrapper {
    margin: 20px 0 30px !important;
}

.squadup-embed-view {
    color: #222;
}
.squadup-tickets-table {
    padding: 0 !important;
}
span.squadup-countdown-timer {
    color: #000;
}
span.squadup-countdown-timer .squadup-countdown-timer-icon:before {
    content: "\f017";
    font-family: 'FontAwesome';
    color: #337ab7;
}

.pull-right.squadup-cart-countdown span.badge {
    background-color: #337ab7;
    color: #fff;
}

.pull-right.squadup-cart-countdown span {
    color: #000;
}
.squadup-even-titlebar.flexxy-centered .time {
    padding: 4px 0;
    color: #000 !important;
}
.squadup-embed-view button {
    width: fit-content;
}

.squadup-embed-view .row.squadup_frm {
    display: flex;
    justify-content: center;
}

.squadup-embed-view .row.squadup_frm .form-group {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
}

.squadup-embed-view .row.squadup_frm .form-group button.btn-danger {
    background-color: #337ab7;
    border: 1px solid  #337ab7;
    padding: 14px 28px;
    border-radius: 100px;
}

.squadup-embed-view .row.squadup_frm .form-group button.btn-info {
    border: 1px solid #337ab7;
    color: #337ab7;
    background-color: transparent;
    border-radius: 100px;
    font-size: 16px;
    padding: 14px 28px;
    margin-bottom: 0;
}
.squadup-cart-countdown .glyphicon-shopping-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    color: #337ab7;
    font-size: 15px;
}
.squadup_ticket .modal-body {
    padding-bottom: 24px;
    padding-top: 24px;
}
.squadup_ticket .squadup-embed-view .loc .location-name {
    font-size: 16px;
    color: #000;
}
.squadup-embed-view button.edit-qty-btn {
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
}
.squadup_ticket .form-group .row.tickets .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
}
.squadup_ticket .modal-footer button:hover {
    background-color: transparent;
}
.squadup_ticket .modal-footer button:focus {
    outline: none;
    box-shadow: none;
}
.squadup-detail-description h3.fr-tag a {
    color: #337ab7;
}
.squadup-embed-view .row.squadup_frm .form-group button:focus {
    outline: none;
    box-shadow: none;
}
.pull-right.squadup-cart-countdown a.squadup-view-cart-btn:focus {
    outline: none;
    box-shadow: none;
}
@media (max-width: 1100px) {
    .squadup-detail-main-grid {
        flex-direction: column;
    }

    .squadup-detail-main-right {
        width: 100%;
        min-width: 0;
        margin-top: 32px;
    }

    .middle_nav {
        top: 76px;
    }
     .squadup-sticky-card {
        top: 180px;
    }

}

@media (max-width: 1024px) {
    .squadup-related-wrap h3 {
        color: #fff;
        margin-bottom: 24px;
    }

    .squadup-filter-item {
        width: 33.33%;
    }

    .squadup-detail-hero .squadup-detail-hero-img {
        width: 55%;
    }

    .squadup-detail-hero-info {
        padding: 26px 20px;
        width: 45%;
    }

    a.squadup-cta.squadup-detail-buy.btn.btn-primary.launch-modal-btn {
        padding: 10px 30px;
    }

    .squadup-detail-title {
        font-size: 22px;
        line-height: normal;
    }

    .squadup-related-card {
        width: calc((100% - (2 * 20px)) / 3);
    }

    .squadup-sticky-card {
        padding: 20px;
        width: 45%;
        top: 200px;
    }

    .description_panel {
        width: 60%;
    }

    .squadup-sticky-card .squadup-detail-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .squadup-detail-price {
        margin-bottom: 0;
    }

    .middle_nav {
        z-index: 999;
    }

    .middle_nav nav.squadup-detail-nav a {
        font-size: 14px;
    }

    .right_nav .calendar_nav button {
        font-size: 12px;
        padding: 10px 16px;
    }

    .right_nav {
        align-items: center;
        gap: 8px;
    }

    .middle_nav .share_nav {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 980px) {
    .event-card-item {
        width: calc((100% - (1 * 30px)) / 2);
    }

    .middle_nav {
        top: 105px;
    }
}


@media (max-width: 767px) {
    .event-wrapper {
/*         flex-direction: column; */
        gap: 20px;
    }

    .event-card-item {
        width: 100%;
        min-width: 0;
    }

    .event-info-text {
        padding: 14px 15px 12px 15px;
    }

    .event-card-item {
        width: calc((100% - (1 * 0px)) / 2);
		flex: 0 0 calc(50% - 10px);
    }

    .squadup-detail-hero {
        display: block;
    }

    .squadup-detail-hero .squadup-detail-hero-img {
        width: 100%;
    }

    .squadup-detail-hero-info {
        width: 100%;
    }

    .description_panel {
        width: 100%;
    }

    .middle_nav {
        display: block;
        text-align: center;
    }

    .squadup-sticky-card .squadup-detail-title {
        display: none;
    }

    .squadup-sticky-card .squadup-detail-meta {
        display: none;
    }

    .squadup-sticky-card .squadup-detail-price {
        border: unset;
        padding-top: 0;
        margin-top: 0;
    }

    .squadup-sticky-card {
        width: 100%;
        position: fixed;
        bottom: 0px;
        top: unset;
        margin-bottom: 0;
        border-radius: unset;
        background-color: #f3f3f3;
        /* display: block !important; */
        padding: 15px 15px 20px;
    }

    .squadup-related-card {
        width: calc((100% - (1 * 0px)) / 1);
    }

    a.squadup-cta.squadup-detail-buy.btn.btn-primary.launch-modal-btn {
        width: 100%;
    }

    .squadup-detail-price {
        margin-bottom: 0;
    }

    #squadup-desc h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .squadup-related-card {
        width: calc((100% - (1 * 0px)) / 1);
    }

    .squadup-related-wrap h3 {
        font-size: 30px;
    }

    section.squadup-detail-section {
        padding: 20px 0;
        margin-top: 20px;
    }

    .right_nav {
        justify-content: space-between;
        padding-top: 10px;
    }

    .right_nav .calendar_nav button {
        font-size: 12px;
        padding: 10px 10px;
    }

    .share_nav span {
        font-size: 14px;
    }

    .middle_nav .share_nav svg {
        width: 16px !important;
        margin-right: 4px !important;
    }

    .middle_nav .share_nav a {
        font-size: 24px;
        margin: 0;
    }

    .middle_nav .share_nav {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .middle_nav {
        top: 60px;
    }

    .middle_nav nav.squadup-detail-nav a {
        font-size: 14px;
    }
    .squadup_ticket .form-group .row.tickets {
    display: block;
}
.money-align.ticket-total {
    margin-left: 0;
}

.squadup_ticket .form-group .row.tickets .col-sm-8 {
    padding: 0;
}
.squadup_ticket .form-group .row.tickets .col-sm-8 .col-sm-3 {
    padding: 8px 6px;
    margin-top: 6px;
}

.squadup_ticket .form-group .row.tickets {
    display: block;
}
.squadup_ticket .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.squadup_ticket .form-group .row.tickets strong {
    font-size: 16px;
}
.squadup_ticket .form-group .row.tickets .col-sm-4 {
    margin: 5px 0 5px;
}
.squadup_ticket .modal-dialog .modal-content {
    width: 95% !important;
}
.squadup-embed-view .row.squadup_frm .form-group button.btn-info {
    font-size: 14px;
    padding: 10px 24px;
}
.squadup-embed-view .row.squadup_frm .form-group button.btn-danger {
    padding: 10px 24px;
    font-size: 14px;
}
.squadup-checkout-app .squadup-navigation-view-container .Dropdown-control {
    padding: 4px 40px 4px 10px;
    margin-top: 4px;
}
.squadup-even-titlebar.flexxy-centered {
    margin-bottom: 20px;
}
.row.squadup-order-summary .row.squadup-summary-item {
    display: flex;
    justify-content: space-between;
}
.row.squadup-order-summary .row.squadup-summary-item:before {
    content: unset;
}

.row.squadup-order-summary .row.squadup-summary-item:after {
    content: unset;
}

.row.squadup-order-summary .row.squadup-summary-item .col-md-8 {
    padding: 2px 0;
}
.row.squadup-order-summary .row.squadup-summary-item .col-md-4 {
    padding: 2px 0px;
}
.squadup-embed-view .event-checkout-detail .row.tickets .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
}

.squadup-embed-view .event-checkout-detail .row.tickets .col-sm-8 .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    margin-top: 6px;
}
.squadup-payment-information .row .form-group {
    padding-left: 0;
    padding-right: 0;
}
.squadup-checkout-button-wrapper button.btn.squadup-checkout-submit-payment {
    font-size: 16px;
    margin-top: 10px;
}
.squadup_ticket .form-group .row.tickets .col-sm-8 .row {
    align-items: flex-start;
}
}

@media (max-width: 700px) {
    .squadup-detail-main-grid {
        flex-direction: column;
        margin: 0 4px;
    }

    .squadup-sticky-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 8px;
        min-height: 48px;
    }
}

@media (max-width: 600px) {
	.event-card-item {
        width: calc((100% - (1 * 0px)) / 1);
		flex: 0 0 calc(100% - 10px);
    }
    .squadup-filter-item {
        width: 50%;
    }

    .squadup-filters-pro {
        padding: 15px 15px;
        margin-bottom: 30px;
    }

    .squadup-filter-item input[type="text"],
    .squadup-filter-item input[type="date"],
    .squadup-filter-item input[type="number"],
    .squadup-filter-item select {
        padding: 8px 8px;
    }

    .squadup-filter-item.squadup-filter-checkbox {
        padding: 8px 8px;
    }
}

@media (max-width: 480px) {
    .middle_nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calendar_nav {
        margin-right: 0;
    }

    .right_nav .calendar_nav button {
        font-size: 10px;
        padding: 10px 8px;
    }
}

/* --- Modern Redesign (ClickTheCity Inspired) --- */
.squadup-modern-container {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay !important;
    background-image: url(https://starlightcabar.wpenginepowered.com/wp-content/uploads/2026/04/Untitled-2.jpg) !important;
    background-color: rgba(255, 255, 255, 0.85); /* Added for blend mode visibility */
}

.squadup-modern-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.squadup-modern-inner .card {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.squadup-modern-hero {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.squadup-modern-poster {
    flex: 0 0 280px;
    width: 280px;
}

.squadup-modern-poster img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
/*     aspect-ratio: 2 / 3; */
    object-fit: cover;
}

.squadup-poster-placeholder {
    width: 100%;
/*     aspect-ratio: 2/3; */
    background: #f4f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aec0;
    border-radius: 6px;
}

.squadup-modern-details {
    flex: 1;
}

.squadup-modern-title {
    font-family: "Fahkwang", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    line-height: 1.1;
    color: #1a202c;
}

.squadup-modern-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.squadup-modern-meta li {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
}

.squadup-modern-meta li:last-child {
    border-bottom: none;
}

.squadup-modern-meta .label {
    flex: 0 0 140px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #718096;
    letter-spacing: 0.5px;
}

.squadup-modern-meta .value {
    flex: 1;
    font-size: 1rem;
    color: #2d3748;
}

.squadup-modern-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.squadup-modern-buy-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.squadup-modern-buy-btn:hover {
    background: #005177;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,115,170,0.3);
}

.squadup-modern-cal-btn {
    background: transparent;
    border: 2px solid #e2e8f0;
    color: #4a5568;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.squadup-modern-cal-btn:hover {
    background: #f7fafc;
    border-color: #cbd5e0;
}

.squadup-calendar-container {
    position: relative;
}

/* Modal and Content Section */
.squadup-modern-body {
    display: flex;
    gap: 30px;
}

.squadup-modern-main {
    flex: 1;
}

.squadup-modern-sidebar {
    flex: 0 0 340px;
}

.section-title {
    font-family: "Fahkwang", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #0073aa;
    display: inline-block;
}

.squadup-description {
    line-height: 1.7;
    color: #4a5568;
    font-size: 1rem;
}

/* Related Events Sidebar List */
.squadup-related-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf2f7;
}

.squadup-related-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rel-thumb {
    flex: 0 0 80px;
}

.rel-thumb img {
    width: 100%;
/*     aspect-ratio: 1; */
    object-fit: cover;
    border-radius: 4px;
}

.rel-info {
    flex: 1;
}

.rel-info .date {
    display: block;
    font-size: 0.8rem;
    color: #0073aa;
    font-weight: 600;
    margin-bottom: 5px;
}

.rel-info .title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    text-decoration: none;
    line-height: 1.3;
}

.rel-info .title:hover {
    color: #0073aa;
}

@media (max-width: 900px) {
    .squadup-modern-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .squadup-modern-poster {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
    }

    .squadup-modern-meta li {
        flex-direction: column;
        gap: 5px;
    }

    .squadup-modern-meta .label {
        flex: 0 0 auto;
    }

    .squadup-modern-actions {
        flex-direction: column;
        width: 100%;
    }

    .squadup-modern-buy-btn, .squadup-modern-cal-btn {
        width: 100%;
    }

    .squadup-modern-body {
        flex-direction: column;
    }

    .squadup-modern-sidebar {
        flex: 0 0 auto;
    }
}

