.rtb-testers-map{--rtb-map-height:70vh;--rtb-map-height-mobile:50vh;--rtb-sidebar-width:380px;--rtb-sidebar-width-mobile:100%;--rtb-primary-color:#e53935;--rtb-filter-active-color:#e53935;--rtb-filter-inactive-color:#fff;--rtb-link-color:#e53935;--rtb-search-bg-color:#fff;--rtb-search-border-color:#e0e0e0;--rtb-search-border-radius:25px;--rtb-sidebar-bg-color:#fff;--rtb-card-bg-color:#fff;--rtb-card-border-color:#f0f0f0;--rtb-card-hover-bg-color:#f8f8f8;font-family:inherit;position:relative;width:100%}.rtb-testers-map__loading{align-items:center;background:hsla(0,0%,100%,.9);bottom:0;color:#666;display:flex;flex-direction:column;font-size:14px;gap:12px;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.rtb-testers-map__spinner{animation:rtb-spin .8s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top:3px solid var(--rtb-primary-color);height:40px;width:40px}@keyframes rtb-spin{to{transform:rotate(1turn)}}.rtb-testers-map__header{background:#fff;border-bottom:1px solid #e0e0e0;display:flex;flex-direction:column;gap:16px;padding:20px}.rtb-testers-map__search{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.rtb-testers-map__search-wrapper{flex:1;min-width:250px;position:relative}.rtb-testers-map__search-icon{color:#999;height:20px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:20px}.rtb-testers-map .rtb-testers-map__search-input{background:var(--rtb-search-bg-color);border:1px solid var(--rtb-search-border-color);border-radius:var(--rtb-search-border-radius);font-size:16px;outline:none;padding:12px 16px 12px 48px;transition:border-color .2s,box-shadow .2s;width:100%}.rtb-testers-map .rtb-testers-map__search-input:focus{border-color:var(--rtb-primary-color);box-shadow:0 0 0 3px rgba(229,57,53,.1)}.rtb-testers-map .rtb-testers-map__search-input::-moz-placeholder{color:#999}.rtb-testers-map .rtb-testers-map__search-input::placeholder{color:#999}.rtb-testers-map__radius-wrapper{align-items:center;display:flex;flex-shrink:0;gap:12px}.rtb-testers-map__radius-label{color:#666;font-size:14px;white-space:nowrap}.rtb-testers-map__radius-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border-radius:3px;cursor:pointer;height:6px;outline:none;width:120px}.rtb-testers-map__radius-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--rtb-primary-color);border-radius:50%;cursor:pointer;height:18px;-webkit-transition:transform .1s;transition:transform .1s;width:18px}.rtb-testers-map__radius-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.rtb-testers-map__radius-slider::-moz-range-thumb{background:var(--rtb-primary-color);border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.rtb-testers-map__radius-value{color:#333;font-size:14px;font-weight:500;min-width:50px}.rtb-testers-map__search-btn{background:var(--rtb-primary-color);border:none;border-radius:var(--rtb-search-border-radius);color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:600;padding:12px 24px;transition:background-color .2s,transform .1s}.rtb-testers-map__search-btn:hover{background:#c62828}.rtb-testers-map__search-btn:active{transform:scale(.98)}.rtb-testers-map__filters{display:flex;flex-wrap:wrap;gap:8px}.rtb-testers-map__filter-chip{align-items:center;background:var(--rtb-filter-inactive-color);border:1px solid #e0e0e0;border-radius:20px;color:#333;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s;white-space:nowrap}.rtb-testers-map__filter-chip:hover{background:#f5f5f5;border-color:#ccc}.rtb-testers-map__filter-chip--active{background:var(--rtb-filter-active-color);border-color:var(--rtb-filter-active-color);color:#fff}.rtb-testers-map__filter-chip--active:hover{opacity:.9}.rtb-testers-map__filter-icon{align-items:center;display:flex;justify-content:center}.rtb-testers-map__filter-icon svg{height:16px;width:16px}.rtb-testers-map__region-filters{background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:8px;padding:12px 20px}.rtb-testers-map__region-chip{align-items:center;background:#fff;border:1px solid #ddd;border-radius:16px;color:#555;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;padding:6px 14px;transition:all .2s;white-space:nowrap}.rtb-testers-map__region-chip:hover{background:#f5f5f5;border-color:#bbb}.rtb-testers-map__region-chip--active{background:var(--rtb-primary-color);border-color:var(--rtb-primary-color);color:#fff}.rtb-testers-map__region-chip--active:hover{background:var(--rtb-primary-color);border-color:var(--rtb-primary-color);opacity:.9}.rtb-testers-map__content{display:flex;height:var(--rtb-map-height);max-height:800px;min-height:400px}.rtb-testers-map--sidebar-right .rtb-testers-map__content{flex-direction:row-reverse}.rtb-testers-map__sidebar{background:var(--rtb-sidebar-bg-color);border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;height:100%;max-width:100%;overflow:hidden;width:var(--rtb-sidebar-width)}.rtb-testers-map--sidebar-right .rtb-testers-map__sidebar{border-left:1px solid #e0e0e0;border-right:none}.rtb-testers-map__results-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.rtb-testers-map__results-title{color:#333;font-size:var(--rtb-results-header-font-size,18px);font-weight:600;margin:0}.rtb-testers-map__results-count{background:#f0f0f0;border-radius:12px;color:#666;font-size:14px;padding:4px 12px}.rtb-testers-map__results-list{flex:1;overflow-y:auto;padding:0}.rtb-testers-map__no-results{color:#666;font-size:14px;padding:40px 20px;text-align:center}.rtb-testers-map__card{background:var(--rtb-card-bg-color);border-bottom:1px solid var(--rtb-card-border-color);cursor:pointer;padding:16px 20px;transition:background-color .15s}.rtb-testers-map__card:hover{background:var(--rtb-card-hover-bg-color)}.rtb-testers-map__card-title{color:#333;font-size:var(--rtb-card-title-font-size,16px);font-weight:600;line-height:1.3;margin:0 0 8px}.rtb-testers-map__card-badge{align-items:center;background-color:var(--rtb-card-badge-bg-color,#e53935);border-radius:12px;color:var(--rtb-card-badge-text-color,#fff);display:inline-flex;font-size:12px;font-weight:500;gap:5px;line-height:1;margin-bottom:10px;padding:4px 10px}.rtb-testers-map__card-badge-icon{align-items:center;display:flex;height:14px;justify-content:center;width:14px}.rtb-testers-map__card-badge-icon svg{height:100%;width:100%}.rtb-testers-map__card-badge-label{white-space:nowrap}.rtb-testers-map__card-address{color:#666;font-size:var(--rtb-card-text-font-size,14px);line-height:1.4;margin:0 0 8px}.rtb-testers-map__card-address p{margin:0}.rtb-testers-map__card-country{color:#555;font-size:13px;line-height:1.4;margin:0 0 8px}.rtb-testers-map__card-country strong{color:#333;font-weight:600}.rtb-testers-map__card-phone{align-items:center;display:flex;font-size:var(--rtb-card-text-font-size,14px);gap:6px;margin:0 0 12px}.rtb-testers-map__card-icon{color:var(--rtb-card-icon-color,var(--rtb-primary-color));flex-shrink:0;height:16px;width:16px}.rtb-testers-map__card-phone a{color:inherit;text-decoration:none}.rtb-testers-map__card-phone a:hover{color:var(--rtb-link-color)}.rtb-testers-map__card-email{align-items:center;display:flex;font-size:var(--rtb-card-text-font-size,14px);gap:6px;margin:0 0 12px}.rtb-testers-map__card-email a{color:inherit;text-decoration:none;word-break:break-all}.rtb-testers-map__card-email a:hover{color:var(--rtb-link-color)}.rtb-testers-map__card-actions{display:flex;gap:16px}.rtb-testers-map__card-link{color:var(--rtb-card-link-color,var(--rtb-link-color));font-size:14px;font-weight:500;text-decoration:none;transition:opacity .15s}.rtb-testers-map__card-link:hover{text-decoration:underline}.rtb-testers-map__map{background:#f0f0f0;flex:1;height:100%;position:relative}.rtb-map-marker{background:transparent;border:none}.rtb-map-marker__pin{align-items:flex-start;border-radius:50% 50% 50% 50%/55% 55% 45% 45%;box-shadow:0 2px 6px rgba(0,0,0,.3);display:flex;height:42px;justify-content:center;padding-top:5px;position:relative;width:32px}.rtb-map-marker__pin:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top-color:inherit;border-top-style:solid;border-top-width:10px;bottom:-1px;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.rtb-map-marker__dot{background:#fff;border-radius:50%;height:10px;width:10px}.rtb-map-marker__icon{align-items:center;color:#fff;display:flex;height:16px;justify-content:center;width:16px}.rtb-map-marker__icon svg{height:100%;width:100%}.rtb-marker-cluster{background:rgba(229,57,53,.6)}.rtb-marker-cluster,.rtb-marker-cluster>div{align-items:center;border-radius:50%;display:flex;justify-content:center}.rtb-marker-cluster>div{background:rgba(229,57,53,.9);height:30px;width:30px}.rtb-marker-cluster>div>span{color:#fff;font-size:12px;font-weight:600}.rtb-marker-cluster--small>div{height:30px;width:30px}.rtb-marker-cluster--medium>div{height:35px;width:35px}.rtb-marker-cluster--large>div{height:40px;width:40px}.rtb-marker-cluster--large>div>span{font-size:14px}.rtb-map-popup-wrapper .leaflet-popup-content-wrapper{border-radius:var(--wp--custom--border-radius--lg,16px);box-shadow:0 8px 24px rgba(0,0,0,.15);overflow:hidden;padding:0}.rtb-map-popup-wrapper .leaflet-popup-content{margin:0}.rtb-map-popup-wrapper .leaflet-popup-tip{box-shadow:0 8px 24px rgba(0,0,0,.15)}.rtb-map-popup-wrapper .leaflet-popup-close-button{color:#999;font-size:20px;height:24px;right:12px!important;top:12px!important;width:24px}.rtb-map-popup-wrapper .leaflet-popup-close-button:hover{color:#333}.rtb-map-popup{background:var(--rtb-popup-bg-color,#fff);color:var(--rtb-popup-text-color,inherit);font-family:var(--rtb-popup-font-family,var(--wp--preset--font-family--body,sans-serif));min-width:260px}.rtb-map-popup__header{padding:20px 20px 12px}.rtb-map-popup__title{color:var(--wp--preset--color--text,#2c2c54);font-family:var(--wp--preset--font-family--heading,serif);font-size:var(--rtb-popup-title-font-size,16px);font-weight:600;line-height:1.2;margin:0}.rtb-map-popup__subtitle{color:var(--wp--preset--color--text-muted,#6c6c8a);display:block;font-size:var(--wp--preset--font-size--small,.875rem);line-height:1.5;margin-top:2px}.rtb-map-popup__tags{display:flex;flex-wrap:wrap;gap:8px;padding:0 20px 16px}.rtb-map-popup__tag{align-items:center;border-radius:9999px;display:inline-flex;font-size:var(--wp--preset--font-size--small,.875rem);font-weight:500;gap:6px;line-height:1;padding:5px 14px}.rtb-map-popup__tag svg{flex-shrink:0}.rtb-map-popup__tag--country{background:var(--rtb-popup-country-tag-bg,color-mix(in srgb,var(--rtb-primary-color,#e53935) 10%,transparent));color:var(--rtb-popup-country-tag-color,var(--rtb-primary-color,#e53935))}.rtb-map-popup__tag--category{background:var(--rtb-popup-category-tag-bg,color-mix(in srgb,var(--wp--preset--color--primary,#2c2c54) 10%,transparent));color:var(--rtb-popup-category-tag-color,var(--wp--preset--color--primary,#2c2c54))}.rtb-map-popup__contact{border-top:var(--wp--custom--border-width,2px) solid var(--wp--preset--color--border,#c9b99a);padding:8px 20px}.rtb-map-popup__contact-row{align-items:center;border-radius:var(--wp--custom--border-radius--sm,4px);color:inherit;display:flex;gap:14px;padding:10px 0;text-decoration:none;transition:background .15s ease}.rtb-map-popup__contact-row:hover{opacity:.8;text-decoration:none}.rtb-map-popup__contact-icon{align-items:center;border:1px solid var(--wp--preset--color--border,#c9b99a);border-radius:50%;color:var(--wp--preset--color--text-muted,#6c6c8a);display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.rtb-map-popup__contact-detail{display:flex;flex-direction:column;min-width:0}.rtb-map-popup__contact-label{color:var(--wp--preset--color--text-muted,#6c6c8a);font-size:var(--wp--preset--font-size--x-small,.75rem);line-height:1.3}.rtb-map-popup__contact-value{color:var(--wp--preset--color--text,#2c2c54);font-size:var(--rtb-popup-text-font-size,14px);font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rtb-map-popup__actions{border-top:var(--wp--custom--border-width,2px) solid var(--wp--preset--color--border,#c9b99a);display:flex;gap:12px;padding:16px 20px}.rtb-map-popup a.rtb-map-popup__action-btn{align-items:center;background:var(--rtb-popup-btn-bg,var(--wp--preset--color--surface,#fff8f0));border:1px solid var(--rtb-popup-btn-border-color,var(--wp--preset--color--border,#c9b99a));border-radius:var(--rtb-popup-btn-radius,var(--wp--custom--border-radius--md,8px));color:var(--rtb-popup-btn-color,var(--wp--preset--color--text,#2c2c54));cursor:pointer;display:inline-flex;flex:1;font-family:var(--rtb-popup-font-family,var(--wp--preset--font-family--body,sans-serif));font-size:var(--rtb-popup-btn-font-size,var(--wp--preset--font-size--small,.875rem));font-weight:var(--rtb-popup-btn-font-weight,500);gap:8px;justify-content:center;padding:12px 16px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.rtb-map-popup a.rtb-map-popup__action-btn svg{flex-shrink:0}.rtb-map-popup a.rtb-map-popup__action-btn:hover{background:var(--rtb-popup-btn-hover-bg,var(--wp--preset--color--background,#fdf6ec));border-color:var(--rtb-popup-btn-border-color,var(--wp--preset--color--text-muted,#6c6c8a));color:var(--rtb-popup-btn-hover-color,var(--rtb-popup-btn-color,var(--wp--preset--color--text,#2c2c54)));text-decoration:none}.rtb-testers-map__legend{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);min-width:160px;overflow:hidden;padding:0}.rtb-testers-map__legend-header{align-items:center;border-bottom:1px solid #e0e0e0;color:#333;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding:10px 14px}.rtb-testers-map__legend-toggle{align-items:center;background:#f0f0f0;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:20px;justify-content:center;line-height:1;width:20px}.rtb-testers-map__legend-toggle:hover{background:#e0e0e0}.rtb-testers-map__legend-content{padding:10px 14px}.rtb-testers-map__legend-item{align-items:center;display:flex;gap:8px;padding:4px 0}.rtb-testers-map__legend-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.rtb-testers-map__legend-label{color:#333;font-size:12px}.rtb-testers-map__noscript{background:#f8f9fa;border-radius:8px;color:#666;margin:20px;padding:40px 20px;text-align:center}@media(max-width:1024px){.rtb-testers-map__search{flex-wrap:wrap}.rtb-testers-map__search-wrapper{flex:1 1 100%}.rtb-testers-map__radius-wrapper{flex:1}.rtb-testers-map__sidebar{width:320px}}@media(max-width:768px){.rtb-testers-map__header{padding:16px}.rtb-testers-map__content{flex-direction:column;height:auto;max-height:none;min-height:auto}.rtb-testers-map--sidebar-right .rtb-testers-map__content{flex-direction:column}.rtb-testers-map__sidebar{border-bottom:1px solid #e0e0e0;border-right:none;height:auto;max-height:300px;order:2;width:var(--rtb-sidebar-width-mobile)}.rtb-testers-map--sidebar-right .rtb-testers-map__sidebar{border-left:none}.rtb-testers-map__map{height:var(--rtb-map-height-mobile);min-height:300px;order:1}.rtb-testers-map__search-btn{flex:1}.rtb-testers-map__filters{gap:6px}.rtb-testers-map__filter-chip{font-size:13px;padding:6px 12px}.rtb-testers-map__region-filters{gap:6px;padding:10px 16px}.rtb-testers-map__region-chip{font-size:12px;padding:5px 12px}.rtb-testers-map__card{padding:14px 16px}.rtb-testers-map__card-title{font-size:15px}.rtb-testers-map__results-header{padding:12px 16px}.rtb-testers-map__legend{max-width:150px}}@media(max-width:480px){.rtb-testers-map__radius-wrapper{flex-wrap:wrap;gap:8px}.rtb-testers-map__radius-slider{order:3;width:100%}.rtb-testers-map__filter-chip{font-size:12px;padding:6px 10px}.rtb-testers-map__filter-icon svg{height:14px;width:14px}}@media(min-width:1025px){.rtb-testers-map--hide-desktop{display:none!important}}@media(min-width:769px)and (max-width:1024px){.rtb-testers-map--hide-tablet{display:none!important}}@media(max-width:768px){.rtb-testers-map--hide-mobile{display:none!important}}
