/* Minification failed. Returning unminified contents.
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(335,35): run-time error CSS1039: Token not allowed after unary operator: '-tm-border'
(342,17): run-time error CSS1039: Token not allowed after unary operator: '-tm-blue'
(349,17): run-time error CSS1039: Token not allowed after unary operator: '-tm-blue'
(515,17): run-time error CSS1039: Token not allowed after unary operator: '-tm-navy'
(561,17): run-time error CSS1039: Token not allowed after unary operator: '-tm-navy'
(568,17): run-time error CSS1039: Token not allowed after unary operator: '-tm-muted'
(574,22): run-time error CSS1039: Token not allowed after unary operator: '-tm-navy'
(586,22): run-time error CSS1039: Token not allowed after unary operator: '-tm-green'
(599,22): run-time error CSS1039: Token not allowed after unary operator: '-tm-navy'
(600,24): run-time error CSS1039: Token not allowed after unary operator: '-tm-navy'
(614,17): run-time error CSS1039: Token not allowed after unary operator: '-tm-navy'
 */
/* TennisMundo homepage — screenshot mockup alignment */

:root {
    --tm-navy: #0a2d5c;
    --tm-navy-mid: #123a6f;
    --tm-blue: #1a73c7;
    --tm-blue-bright: #2b8ae0;
    --tm-green: #1e8a45;
    --tm-green-hover: #177538;
    --tm-border: #d8e0e8;
    --tm-muted: #6b7a86;
    --tm-bg: #f5f8fb;
    --tm-card: #ffffff;
}

/* Search bar styles live in main.css so every page renders the same bar */

/* ========== Promo slider — match live Owl (do not force 750px on .owl-item) ========== */
.tm-home-promo {
    margin: 0 0 18px;
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.tm-home-promo #owl-main,
.tm-home-promo .owl-main.owl-carousel {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    overflow: hidden;
    background: transparent;
}

.tm-home-promo #owl-main .owl-stage-outer,
.tm-home-promo .owl-main .owl-stage-outer {
    overflow: hidden;
}

/* During browser resize, freeze the active slide so neighbors cannot peek through. */
.tm-home-promo #owl-main.tm-slider-resizing .owl-stage,
.tm-home-promo .owl-main.tm-slider-resizing .owl-stage {
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    left: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.tm-home-promo #owl-main.tm-slider-resizing .owl-item,
.tm-home-promo .owl-main.tm-slider-resizing .owl-item {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
}

.tm-home-promo #owl-main.tm-slider-resizing .owl-item:not(.active),
.tm-home-promo .owl-main.tm-slider-resizing .owl-item:not(.active) {
    display: none !important;
}

.tm-home-promo #owl-main.tm-slider-resizing .owl-item.active,
.tm-home-promo .owl-main.tm-slider-resizing .owl-item.active {
    display: block !important;
    position: relative;
    width: 100% !important;
}

.tm-home-promo #owl-main .item,
.tm-home-promo .owl-main .item {
    position: relative;
}

.tm-home-promo #owl-main .owl-item img,
.tm-home-promo .owl-main .owl-item img,
.tm-home-promo #owl-main .item > img,
.tm-home-promo .owl-main .item > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.tm-home-promo #owl-main .owl-dots,
.tm-home-promo .owl-main .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 6;
    width: 100%;
    text-align: center;
}

.tm-home-promo #owl-main .owl-nav,
.tm-home-promo .owl-main .owl-nav {
    margin: 0;
}

.tm-home-promo #owl-main .owl-nav .owl-prev,
.tm-home-promo #owl-main .owl-nav .owl-next,
.tm-home-promo .owl-main .owl-nav .owl-prev,
.tm-home-promo .owl-main .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 7;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #fff !important;
    color: #0a2d5c !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    opacity: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tm-home-promo #owl-main .owl-nav .owl-prev,
.tm-home-promo .owl-main .owl-nav .owl-prev {
    left: 12px;
}

.tm-home-promo #owl-main .owl-nav .owl-next,
.tm-home-promo .owl-main .owl-nav .owl-next {
    right: 12px;
}

.tm-home-promo #owl-main .owl-nav .owl-prev:hover,
.tm-home-promo #owl-main .owl-nav .owl-next:hover,
.tm-home-promo .owl-main .owl-nav .owl-prev:hover,
.tm-home-promo .owl-main .owl-nav .owl-next:hover {
    background: #f4f7fb !important;
    color: #08234e !important;
}

.tm-home-promo #owl-main .carousel-caption2,
.tm-home-promo .owl-main .carousel-caption2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 10px 35px 5px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
}

.tm-home-promo #owl-main .carousel-caption2 h4,
.tm-home-promo .owl-main .carousel-caption2 h4,
.tm-home-promo #owl-main .carousel-caption2 a,
.tm-home-promo .owl-main .carousel-caption2 a {
    margin: 0;
    color: #fff;
    text-align: center;
}

.tm-promo-slider {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.tm-promo-slider .owl-stage-outer { border-radius: 12px; }

.tm-promo-slide {
    position: relative;
    min-height: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
    background: #1a2332;
}

.tm-promo-slide-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tm-promo-half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 52%;
    overflow: hidden;
}

.tm-promo-half--left { left: 0; }
.tm-promo-half--right { right: 0; }

.tm-promo-half img,
.tm-promo-slide-media--full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.tm-promo-slide-media--full img {
    position: absolute;
    inset: 0;
}

.tm-promo-slide-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.55) 38%,
        rgba(0, 0, 0, 0.72) 50%,
        rgba(0, 0, 0, 0.55) 62%,
        rgba(0, 0, 0, 0.18) 100%);
}

.tm-promo-slide-scrim--full { background: rgba(8, 20, 40, 0.55); }

.tm-promo-slide-content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 560px;
    text-align: center;
    color: #fff;
    padding: 16px 12px 28px;
}

.tm-promo-title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    line-height: 1.1;
}

.tm-promo-date {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
}

.tm-promo-tagline {
    margin: 0 0 20px;
    font-size: 15px;
}

.tm-promo-cta {
    display: inline-block;
    background: #2b8ae0;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 11px 26px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.tm-promo-cta:hover { background: #1a73c7; color: #fff !important; }

.tm-promo-slider .owl-nav { margin: 0; }

.tm-promo-slider .owl-nav .owl-prev,
.tm-promo-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    line-height: 42px;
    text-align: center;
    background: #fff !important;
    color: #0a2d5c !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.tm-promo-slider .owl-nav .owl-prev { left: 14px; }
.tm-promo-slider .owl-nav .owl-next { right: 14px; }

.tm-promo-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 5;
    margin: 0;
    text-align: center;
}

.tm-promo-slider .owl-dots .owl-dot { display: inline-block; }

.tm-promo-slider .owl-dots .owl-dot span {
    width: 22px;
    height: 4px;
    margin: 0 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.65);
}

.tm-promo-slider .owl-dots .owl-dot.active span,
.tm-promo-slider .owl-dots .owl-dot:hover span {
    background: #2b8ae0;
}

/* ========== Section headers ========== */
.tm-section-header {
    margin: 10px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--tm-border);
}

.tm-section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--tm-blue);
}

.tm-view-all {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tm-blue);
}

/* ========== Featured + Recent listings (same record layout as search results) ========== */
.tm-featured-listings,
.tm-recent-listings {
    margin-top: 8px;
    margin-bottom: 20px;
}

.tm-featured-listings > ul.tm-listing-list,
.tm-recent-listings > ul.tm-listing-list,
.tm-featured-listings > ul,
.tm-recent-listings > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-featured-listings > ul > li,
.tm-recent-listings > ul > li {
    margin: 0;
    padding: 0;
}

.tm-featured-listings .tm-listing-row,
.tm-recent-listings .tm-listing-row {
    overflow: hidden;
    margin-bottom: 10px;
}

.tm-featured-listings .tm-listing-row > .row,
.tm-recent-listings .tm-listing-row > .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}

.tm-featured-listings .tm-listing-body,
.tm-recent-listings .tm-listing-body {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tm-featured-listings .tm-listing-body > div,
.tm-recent-listings .tm-listing-body > div {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tm-featured-listings .tm-listing-logo .thumbnail,
.tm-featured-listings .tm-listing-logo .tm_img_logo,
.tm-recent-listings .tm-listing-logo .thumbnail,
.tm-recent-listings .tm-listing-logo .tm_img_logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100%;
    height: auto;
}

.tm-featured-listings .tm-listing-body h4,
.tm-recent-listings .tm-listing-body h4 {
    margin-top: 0;
}

.tm-featured-listings .tm-listing-meta .tm-loation,
.tm-recent-listings .tm-listing-meta .tm-loation {
    margin-top: 4px;
    white-space: nowrap;
}

.tm-home-bottom-ads {
    margin: 18px 0 8px;
}

.tm-home-bottom-ads .row,
.tm-home-social-ads {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
}

.tm-home-social-ads {
    margin-top: 12px;
}

.tm-home-bottom-ads .thumbnail {
    margin-bottom: 10px;
}

/* ========== Mid Asics banner — same width as listing cards ========== */
.tm-home-mid-ad {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.tm-home-mid-ad a {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.tm-home-mid-ad img,
.tm-home-mid-ad .tm_imgads_bnr,
.tm-home-mid-ad .thumbnail {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    object-fit: fill;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px;
    background: transparent;
    box-sizing: border-box;
}

.tm-asics-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #0a2d5c 0%, #123a6f 55%, #1a4a80 100%);
    border-radius: 8px;
    padding: 22px 28px;
    color: #fff;
    min-height: 120px;
    overflow: hidden;
}

.tm-asics-brand {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: lowercase;
    margin-bottom: 4px;
}

.tm-asics-headline {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.tm-asics-sub {
    margin: 0 0 12px;
    opacity: 0.85;
    font-size: 13px;
    max-width: 360px;
}

.tm-asics-btn {
    display: inline-block;
    background: #fff;
    color: var(--tm-navy) !important;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
}

.tm-asics-visual {
    flex: 0 0 180px;
    height: 90px;
    background: radial-gradient(circle at 30% 40%, #fff 0%, #dfe9f5 35%, transparent 36%),
                linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    border-radius: 50% 40% 45% 50%;
    opacity: 0.9;
}

/* Home grid rules live in main.css (.tm-home-grid) so search pages can share them */

/* Right rail ad styles live in main.css so search/detail pages match the homepage */

.tm-right-ads { padding-left: 4px; }

.tm-right-ad-card {
    margin-bottom: 12px;
    background: transparent;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.tm-right-ad-card img {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px;
}

.tm-right-widget {
    padding: 16px 12px;
    text-align: center;
}

.tm-right-widget-title {
    font-weight: 800;
    color: var(--tm-navy);
    font-size: 13px;
    margin-bottom: 6px;
}

.tm-right-widget-text {
    font-size: 12px;
    color: var(--tm-muted);
    margin-bottom: 10px;
}

.tm-right-widget-btn {
    display: inline-block;
    background: var(--tm-navy);
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 7px 12px;
    border-radius: 4px;
    text-decoration: none !important;
}

.tm-right-widget-btn--green,
.tm-right-widget--green .tm-right-widget-btn {
    background: var(--tm-green);
}

.tm-right-widget--blue {
    background: #1565c0;
    border-color: #1565c0;
    color: #fff;
}

.tm-right-widget--blue .tm-right-widget-title,
.tm-right-widget--blue .tm-right-widget-text { color: #fff; }

.tm-right-widget--navy {
    background: var(--tm-navy);
    border-color: var(--tm-navy);
    color: #fff;
}

.tm-right-widget-brand {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 12px;
}

.tm-right-widget--navy .tm-right-widget-btn {
    background: #fff;
    color: var(--tm-navy) !important;
}

/* Sidebar Browse By / Categories styles live in main.css (used on search too) */

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .tm-asics-banner { flex-wrap: wrap; }
    .tm-asics-visual { display: none; }

    .tm-home-mid-ad .tm_imgads_bnr,
    .tm-home-mid-ad .thumbnail {
        height: auto !important;
        max-height: 90px;
    }
}

@media (max-width: 767px) {
    .tm-promo-slide { min-height: 180px; height: auto; }
    .tm-promo-title { font-size: 22px; }

    .tm-section-header h3 {
        font-size: 18px;
    }

    .tm-section-header .pull-left,
    .tm-section-header .pull-right {
        float: none !important;
        display: block;
    }

    .tm-section-header .tm-view-all {
        margin: 4px 0 10px;
    }

    .tm-home-mid-ad .tm_imgads_bnr,
    .tm-home-mid-ad .thumbnail {
        height: auto !important;
        max-height: 70px;
        border-radius: 6px;
    }
}

