.togo-ct-details-slider-title {
    font-size: 55px;
}

.togo-ct-details-cta-wrapper {
    background-position: center;
}

/* Reduced line-height for venue descriptions in style-9 cards */
.togo-tour-card.style-9 .togo-tour-card-price {
    line-height: 1.35 !important;
}

/* Next Event Pill Styling */
.next-event-placeholder {
    margin-top: 10px;
    min-height: 34px;
}

.next-event-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background-color: rgba(253, 70, 33, 0.08); /* Semi-transparent theme primary color tint */
    border: 1px dashed var(--togo-theme-primary);
    border-radius: 20px;
    color: var(--togo-theme-primary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

.next-event-pill:hover {
    background-color: var(--togo-theme-primary);
    color: var(--togo-common-white) !important;
    border-style: solid;
    transform: translateY(-1.5px);
    box-shadow: 0 4px 10px rgba(253, 70, 33, 0.25);
    text-decoration: none;
}

.next-event-pill svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Next Event Loading and Empty states */
.next-event-loading-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--togo-theme-primary) !important;
    font-weight: 500;
    padding: 6px 4px;
    line-height: 1.2;
}

.next-event-loading-state svg {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    min-height: 13px !important;
    animation: rotate2 1.2s linear infinite;
    flex-shrink: 0;
    stroke: var(--togo-theme-primary) !important;
}

.next-event-empty-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #dc3545 !important; /* Subtle bootstrap red color */
    font-weight: 400;
    padding: 6px 4px;
    text-align: left;
    line-height: 1.3;
    opacity: 0.85; /* Subtle */
}

.next-event-empty-state svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    flex-shrink: 0 !important;
    stroke: #dc3545 !important;
}
