.in-kde-koupit .content-wrapper-in {
    max-width: 100% !important;
}
.in-kde-koupit .content-wrapper.container {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}
.in-kde-koupit .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
}

.in-kde-koupit article header>h1 {
    display: none !important;
}

/* ZÁKLADNÍ STYLY - převzato z grid-prodejci.css */
.my-flag-where-to-buy img {
    width: 36px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.my-dealers-section-titel h2 {
    font-size: 28px;
    margin: 30px 0px;
    text-align: left;
}

/* ZÁKLADNÍ GRID - zachováno pro kompatibilitu */

/* NOVÉ SPECIFICKÉ TŘÍDY */
.my-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0px;
}

.my-grid--dealers {
    margin-top: 20px;
}


/* NOVÉ SPECIFICKÉ TŘÍDY PRO DEALERY */
.my-dealer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 0px 20px;
    min-height: 260px;
    transition: transform 0.3s ease-in-out;
}

.my-dealer:hover {
    transform: translateY(-5px);
    border-color: #b71c2b;
}


/* DODATEČNÉ TŘÍDY PRO MY- ELEMENTY */
.my-dealer__main {
    flex: 1;
}

.my-dealer__content {
    margin-top: 0;
}

.my-dealer__header {
    margin-bottom: 15px;
}

.my-dealer__name {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.my-dealer__activity {
    display: inline-block;
    background: #b71c2b;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
}

.my-dealer__address {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

.my-dealer__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}

.my-dealer__email {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}

.my-dealer__phone::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('/user/documents/upload/tel-icon-pobocka.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
}

.my-dealer__email::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('/user/documents/upload/email-icon-pobocka.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
}

.my-dealer__phone a,
.my-dealer__email a {
    color: #b71c2b;
    text-decoration: none;
    font-weight: 500;
}

.my-dealer__phone a:hover,
.my-dealer__email a:hover {
    text-decoration: underline;
    color: #b71c2b;
}

.my-dealer__phone a,
.my-dealer__email a {
    color: #b71c2b;
    text-decoration: none;
    font-weight: 500;
}

/* MY- TŘÍDY PRO KOMPATIBILITU S HTML */
.my-flag-where-to-buy {
    display: inline-block;
}

.my-dealers-section-titel {
    margin-bottom: 20px;
}

.my-search-box input:focus {
    outline: none;
    border-color: #b71c2b;
}

.my-search-box button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
}

.my-search-box button:hover {
    color: #666;
}

.my-filters-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
}

.my-filter-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.my-filter-group label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.my-filter-group select {
    padding: 8px 12px;
    border: 2px solid #ddd;
    font-size: 14px;
    background: white;
    transition: border-color 0.3s ease;
}

.my-filter-group select:focus {
    outline: none;
    border-color: #b71c2b;
}

.my-sort-group {
    min-width: 200px;
}

.my-sort-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.my-sort-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.my-sort-btn:hover {
    background: #e9ecef;
    border-color: #b71c2b;
    transform: translateY(-1px);
    color: #b71c2b;
}

.my-sort-btn.active {
    background: #b71c2b;
    border-color: #b71c2b;
    color: white;
}

.my-sort-btn.active:hover {
    background: #8b1522;
    border-color: #8b1522;
}

.my-sort-label {
    font-weight: 500;
}

.my-sort-arrow {
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.my-sort-btn.active .my-sort-arrow {
    color: white;
}

.my-sort-btn[data-direction="desc"] .my-sort-arrow {
    transform: rotate(180deg);
}

.my-reset-btn {
    padding: 10px 16px;
    background: #6c757d;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.my-reset-btn:hover {
    background: #5a6268;
}

.my-stats-section {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 14px;
}

.my-alphabet-nav {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.my-alphabet-nav__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.my-alphabet-nav__letters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.my-alphabet-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.my-alphabet-btn:hover {
    background: #e9ecef;
    border-color: #b71c2b;
    transform: translateY(-2px);
    color: #b71c2b;
}

.my-alphabet-btn.active {
    background: #b71c2b;
    border-color: #b71c2b;
    color: white;
    transform: translateY(-2px);
}

.my-alphabet-btn.active:hover {
    background: #8b1522;
    border-color: #8b1522;
}

.my-alphabet-btn[data-letter="all"] {
    width: 60px;
    background: #6c757d;
    border-color: #6c757d;
    color: white;
    font-size: 12px;
}

.my-alphabet-btn[data-letter="all"]:hover {
    background: #5a6268;
    border-color: #5a6268;
}

.my-alphabet-btn[data-letter="all"].active {
    background: #b71c2b;
    border-color: #b71c2b;
}

.my-loading {
    text-align: center;
    padding: 40px;
    color: #666;
}

.my-loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #b71c2b;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

.my-no-results {
    text-align: center;
    padding: 40px;
    color: #666;
}

.my-no-results h3 {
    color: #333;
    margin-bottom: 10px;
}


/* Skrytí ikon */
.icon-map {
    display: none;
}


/* NOVÉ STYLY PRO OVLÁDACÍ PRVKY */
.my-container {
    max-width: 100%;
    margin: 0 auto;
}


.my-controls-section {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 30px;
}

.my-search-box {
    position: relative;
    max-width: 100%;
}

.my-search-box input {
    width: 100%;
    padding: 8px 40px 8px 12px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.my-search-box input:focus {
    outline: none;
    border-color: #b71c2b;
}

.my-search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
}

.my-search-box button:hover {
    color: #666;
}

.my-filters-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
}

.my-filter-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.my-filter-group label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.my-filter-group select {
    padding: 8px 12px;
    border: 2px solid #ddd;
    font-size: 14px;
    background: white;
    transition: border-color 0.3s ease;
}

.my-filter-group select:focus {
    outline: none;
    border-color: #b71c2b;
}

.my-reset-btn {
    padding: 10px 16px;
    background: #6c757d;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.my-reset-btn:hover {
    background: #5a6268;
}

.my-stats-section {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 14px;
}


/* RESPONZIVNÍ DESIGN */
@media (max-width: 768px) {
    .my-grid {
        grid-template-columns: 1fr;
    }

    .my-dealer {
        padding: 0px 15px;
    }

    .my-container {
        padding: 10px;
    }

    .my-controls-section {
        padding: 15px;
    }

    .my-filters-section {
        flex-direction: column;
        align-items: stretch;
    }

    .my-filter-group {
        min-width: auto;
    }

    .my-search-box {
        /* max-width: none; */
        max-width: 100%;
        width: 100%;
    }

    .my-sort-buttons {
        justify-content: center;
    }

    .my-sort-btn {
        flex: 1;
        min-width: 80px;
        justify-content: center;
    }

    .my-alphabet-nav {
        padding: 15px;
    }

    .my-alphabet-nav__letters {
        gap: 6px;
    }

    .my-alphabet-btn {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .my-alphabet-btn[data-letter="all"] {
        width: 50px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .my-dealers-section-titel h2 {
        font-size: 24px;
    }

    .my-search-box input {
        font-size: 14px;
        padding: 10px 35px 10px 12px;
    }

    .my-filter-group select {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    #map {
        height: 400px;
    }
}

/* ANIMACE PRO ZOBRAZENÍ/SKRYTÍ */
.my-dealer {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HIGHLIGHT PRO VYHLEDÁVANÝ TEXT */
.highlight,
mark {
    background-color: #ffeb3b;
    padding: 1px 2px;
    color: inherit;
}

/* ========================================
   NOVÉ STYLY PRO PRODEJCE  GRID + FILTRACE
   ======================================== */

/* ========================================
   INFO WINDOW STYLES (přesunuto z JS)
   ======================================== */
.google-maps-info-window {
    padding: 15px;
    max-width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.google-maps-info-window h3 {
    margin: 0 0 12px 0;
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
}

.google-maps-info-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.google-maps-info-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.google-maps-info-item--center {
    align-items: center;
}

.google-maps-info-icon {
    color: #64748b;
    font-size: 14px;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.google-maps-info-icon--center {
    margin-top: 0;
}

.google-maps-info-text {
    color: #374151;
    font-size: 14px;
    line-height: 1.4;
}

.google-maps-info-link {
    color: #b71c2b;
    text-decoration: none;
    font-size: 14px;
}

.google-maps-info-link:hover {
    text-decoration: underline;
}

/* ========================================
   ERROR STATES (přesunuto z JS)
   ======================================== */
.my-error {
    text-align: center;
    padding: 40px;
    color: #ef4444;
    background: #fef2f2;
    border: 1px solid #fecaca;
    margin: 20px 0;
}

.my-error h3 {
    color: #dc2626;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
}

.my-error p {
    color: #991b1b;
    margin: 0;
    font-size: 0.875rem;
}

/* ========================================
   UTILITY CLASSES (pro JS)
   ======================================== */
.my-hidden {
    display: none !important;
}

.my-visible {
    display: block !important;
}

/* Hlavní kontejner */
.my-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 1. HLAVNÍ NADPIS */
.my-header-section {
    text-align: center;
    margin: 40px 0px;
}
.my-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    text-align: center;
}

.my-intro-text {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* 2. VYHLEDÁVACÍ POLE + TLAČÍTKA */
.my-search-section {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    max-width: 800px !important;
    margin: 0 auto;
    border-top: 1px solid #e2e8f0;
}

.my-search-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.my-search-box {
    flex: 1;
    position: relative;
}

.my-search-input {
    width: 100%;
    padding: 16px 20px 16px 50px;
    border: 2px solid #e2e8f0;
    font-size: 14px;
    background: white;
    transition: border-color 0.2s;
}

.my-search-input:focus {
    outline: none;
    border-color: #b71c2b;
}

.my-search-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 4px;
    border-radius: 4px;
    z-index: 10;
}

.my-search-icon:hover {
    color: #b71c2b;
    background-color: #f8f9fa;
    transform: translateY(-50%) scale(1.1);
}

.my-search-icon:active {
    transform: translateY(-50%) scale(0.95);
    background-color: #e9ecef;
}

.my-location-btn {
    padding: 8px 12px;
    background: #b71c2b;
    color: white;
    border: 1px solid #b71c2b;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.my-location-btn:hover {
    background: #a01828;
}

/* 3. POKROČILÉ FILTRY (VIDITELNÉ) */
.my-advanced-filters {
    margin-bottom: 32px;
    background: #f9f9f9;
    position: relative;
}

.my-filters-header {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}


.my-reset-filters-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    color: #b71c2b;
    background-color: #ffffff;
    border: 1px solid #b71c2b;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.my-reset-filters-btn:hover {
    background-color: #b71c2b;
    border-color: #b71c2b;
    color: #ffffff;
}

.my-filters-expanded {
    display: block;
}

.my-filter-group {
    margin-bottom: 24px;
}

.my-filter-group:last-child {
    margin-bottom: 0;
}

.my-filter-group h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #6a707c;
}

.my-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.my-filter-tag {
    padding: 2px 10px;
    background: white;
    color: #374151;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid #ffffff00;
}

.my-filter-tag:hover {
    border-color: #b71c2b !important;
}

/* Styly pro abecední filtry (VŠE, A, B, C, atd.) */
.my-filter-tag[data-letter].active {
    background: #b71c2b !important;
    color: white !important;
}

/* Speciální styly pro partner filtry s vlastními barvami */
.my-filter-tag[data-filter].active {
    border: 2px solid #b71c2b !important;
}

/* Styly pro služby a značky - šedé tlačítka */
#myServicesFilters .my-filter-tag,
#myBrandsFilters .my-filter-tag {
    background: #f8f9fa !important;
    color: #374151 !important;
    border: 1px solid #d1d5db !important;
}

#myServicesFilters .my-filter-tag:hover,
#myBrandsFilters .my-filter-tag:hover {
    background: #e9ecef !important;
    border-color: #b71c2b !important;
    color: #b71c2b !important;
}

#myServicesFilters .my-filter-tag.active,
#myBrandsFilters .my-filter-tag.active {
    background: #b71c2b !important;
    color: white !important;
    border-color: #b71c2b !important;
}

/* Styly pro křížek */
.my-filter-tag-close {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
    display: none;
    line-height: 1;
    font-size: 12px;
    color: #fff;
}

.my-filter-tag.active .my-filter-tag-close {
    display: inline-block;
}

/* 4. MAPA (VELKÁ) */
.my-map-section {
    margin-top: 20px;
    margin-bottom: 40px;
    background: white;
}

.my-map-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #1e293b;
}

#map {
    height: 700px;
    width: 100%;
    border: 1px solid #e2e8f0;
}

/* POČET PRODEJCŮ POD MAPOU */
.my-map-count-display {
    text-align: center;
    margin-top: 16px;
    padding: 12px 0;
}

.my-count-text {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.my-count-number {
    color: #b71c2b;
    font-weight: 600;
}

.my-count-total {
    color: #64748b;
    font-weight: 500;
}

/* 5. GRID S PRODEJCI */
.my-dealers-section {
    background: white;
}

/* ABECEDNÍ FILTR V SEKCI S PRODEJCI */
.my-dealers-section .my-filter-group {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.my-dealers-section .my-filter-group h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #6a707c;
}

.my-dealers-section .my-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.my-dealers-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #1e293b;
}

.my-dealers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.my-dealer-card {
    padding: 20px;
    background: #f9f9f9;
    transition: all 0.2s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.my-dealer-card:hover {
    transform: translateY(-2px);
}

.my-dealer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    min-width: 0;
}

.my-dealer-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    cursor: pointer;
    flex: 1;
    line-height: 1.3;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.my-dealer-name:hover {
    color: #b71c2b;
}

.my-map-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
    margin-left: 12px;
}

.my-map-icon-btn:hover {
    background: #b71c2b;
    color: white;
    border-color: #b71c2b;
    transform: scale(1.05);
}

.my-dealer-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.my-dealer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    font-weight: 400;
    min-width: 0;
    flex: 1;
}

.my-dealer-info-item a {
    color: #b71c2b;
    text-decoration: none;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.my-dealer-info-item a:hover {
    text-decoration: underline;
}

.my-dealer-icon {
    width: 18px;
    height: 18px;
    color: #64748b;
    flex-shrink: 0;
}

.my-dealer-activity {
    display: inline-block;
    padding: 2px 10px;
    background: #f1f5f9;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    max-width: max-content;
}

/* Loading a error stavy */
.my-loading {
    text-align: center;
    padding: 40px;
    color: #64748b;
}

.my-no-results {
    text-align: center;
    padding: 40px;
    color: #64748b;
}
.in-kde-koupit .breadcrumbs.navigation-home-icon-wrapper,
    .my-header-section,
    .my-search-section,
    .my-advanced-filters,
    .my-dealers-section,
    .my-advanced-filters, 
    .my-partner-banner{
        margin: 0px auto;
        padding: 20px;
    }

@media (min-width: 1440px) {
    .in-kde-koupit .breadcrumbs.navigation-home-icon-wrapper,
    .my-header-section,
    .my-search-section,
    .my-advanced-filters,
    .my-dealers-section,
    .my-advanced-filters,
    .my-partner-banner {
        width: 1418px !important;
        
        
    }
}
@media (min-width: 1200px) {
    .in-kde-koupit .breadcrumbs.navigation-home-icon-wrapper,
    .my-header-section,
    .my-search-section,
    .my-advanced-filters,
    .my-dealers-section,
    .my-advanced-filters,
    .my-partner-banner {
        width: 1178px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .my-main-container {
        padding: 16px;
    }
    .my-header-section{
        padding-top: 40px !important;
    }
    .my-main-title {
        font-size: 2rem;
    }

    .my-search-section {
        flex-direction: column;
    }

    .my-dealers-grid {
        grid-template-columns: 1fr;
    }

    #map {
        height: 500px;
    }

    /* ABECEDNÍ FILTR V SEKCI S PRODEJCI - RESPONSIVE */
    .my-dealers-section .my-filter-options {
        gap: 6px;
    }

    .my-dealers-section .my-filter-group {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    /* Mobile specifické styly pro zalamování URL */
    .my-dealer-card {
        padding: 16px;
        min-width: 0;
    }

    .my-dealer-info-item a {
        word-break: break-all;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .my-dealer-name {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .my-advanced-filters{
        padding-top: 60px;
    }
}

/* Styl pro kategorii v info window mapy */
.google-maps-info-category-tag {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 8px;
}

/* Styly pro tagy služeb a značek v Google Maps info window */
.google-maps-info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.google-maps-info-service-brand-tag {
    display: inline-block;
    padding: 4px 8px;
    background: #ffffff;
    color: #374151;
    border: 1px solid #d1d5db;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

/* Styly pro tagy služeb a značek v gridu prodejců */
.my-dealer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.my-dealer-service-brand-tag {
    display: inline-block;
    padding: 4px 8px;
    background: #ffffff;
    color: #374151;
    border: 1px solid #d1d5db;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

/* ========================================
   PARTNER BANNER STYLES
   ======================================== */
.my-partner-banner {
    margin: 20px auto;
}

.my-partner-banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border: 1px solid #b71c2b;
    background: #fef2f2;
}

.my-partner-banner-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fef2f2;
    border: 1px solid #b71c2b;
    flex-shrink: 0;
    border-radius: 50%;
}

.my-partner-banner-text {
    flex: 1;
    min-width: 0;
}

.my-partner-banner-text h3 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.my-partner-banner-text p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
}

.my-partner-banner-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-shrink: 0;
}

.my-partner-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: 1px solid;
}

.my-partner-btn--primary {
    background: #b71c2b !important;
    color: white !important;
    border-color: #b71c2b !important;
}

.my-partner-btn--primary:hover {
    background: #8b1522 !important;
    border-color: #8b1522 !important;
    color: white !important;
}

.my-partner-btn--secondary {
    background: white;
    color: #374151;
    border-color: #d1d5db;
}

.my-partner-btn--secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #374151;
}

/* Responsive design pro banner */
@media (max-width: 768px) {
    .my-partner-banner {
        margin: 20px 0;
        padding: 16px;
    }
    
    .my-partner-banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .my-partner-banner-buttons {
        flex-direction: row;
        width: 100%;
    }
    
    .my-partner-btn {
        flex: 1;
        justify-content: center;
    }
    
    .my-partner-banner-text h3 {
        font-size: 16px;
    }
    
    .my-partner-banner-text p {
        font-size: 13px;
    }
}