
.wlm-card{box-sizing:border-box}
.wlm-card h1,.wlm-card h2,.wlm-card h3{line-height:1.25}
.wlm-btn{display:inline-block;text-decoration:none;cursor:pointer}
.wlm-alert{border-radius:8px}
.wlm-grid-2{gap:18px}
.wlm-form-wrap input[type=text],
.wlm-form-wrap input[type=email],
.wlm-form-wrap input[type=password],
.wlm-form-wrap input[type=url],
.wlm-form-wrap input[type=number],
.wlm-form-wrap input[type=date],
.wlm-form-wrap input[type=time],
.wlm-form-wrap select,
.wlm-form-wrap textarea{width:100%;max-width:100%;box-sizing:border-box}
@media (max-width:700px){
  .wlm-grid-2{display:block}
  .wlm-card{padding:16px}
  .wlm-btn{width:100%;text-align:center;box-sizing:border-box;margin-bottom:8px}
  .wlm-dashboard-grid,.wlm-stats-grid{grid-template-columns:1fr!important}
}

.wlm-account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.wlm-account-board{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;background:#fff;color:inherit;transition:.15s ease}
.wlm-account-board:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.07)}
.wlm-account-board strong{display:block;margin-bottom:4px}
.wlm-account-board small{display:block;line-height:1.35;color:#666}
.wlm-account-icon{font-size:22px;line-height:1;width:28px;text-align:center}
@media(max-width:900px){.wlm-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.wlm-account-grid{grid-template-columns:1fr}}

.wlm-account-topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.wlm-btn-secondary{background:#f3f4f6!important;color:#111!important;border:1px solid #d1d5db!important}
.wlm-back-wrap{margin:0 0 16px}
.wlm-back-btn{width:auto}
@media(max-width:600px){
  .wlm-account-topbar{display:block}
  .wlm-account-topbar .wlm-btn{margin-top:10px}
}

.wlm-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
@media(max-width:700px){.wlm-auth-grid{grid-template-columns:1fr}}

.wlm-admin-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.wlm-admin-nav a{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;text-decoration:none}
.wlm-admin-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb}
.wlm-inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.wlm-inline-form select,.wlm-inline-form input{max-width:220px}
.wlm-admin-fieldset{border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin:0 0 16px}
.wlm-admin-count{display:inline-block;margin-top:8px;font-style:normal;font-weight:700}
@media(max-width:700px){.wlm-admin-row{display:block}.wlm-inline-form{margin-top:10px}}

.wlm-search-map{height:430px;border-radius:12px;border:1px solid #d1d5db;margin:12px 0 16px;overflow:hidden}
.wlm-map-filter-box{margin-top:12px;padding-top:14px;border-top:1px solid #e5e7eb}
.wlm-map-help{font-size:13px;color:#666;margin-left:8px}
.leaflet-container{font-family:inherit}
@media(max-width:700px){.wlm-search-map{height:340px}}

.wlm-chatroom{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}
.wlm-chat-sidebar{position:sticky;top:20px}
.wlm-chat-new select{width:100%;margin:6px 0 10px}
.wlm-chat-list{display:flex;flex-direction:column;gap:8px}
.wlm-chat-panel{min-height:620px;display:flex;flex-direction:column}
.wlm-chat-head{border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:12px}
.wlm-chat-head h2{margin-bottom:4px}
.wlm-chat-messages{flex:1;min-height:420px;max-height:620px;overflow-y:auto;padding:10px;background:#f8fafc;border-radius:12px}
.wlm-message{max-width:75%;margin:8px 0;padding:10px 12px;border-radius:14px}
.wlm-message.is-mine{margin-left:auto;background:#dbeafe}
.wlm-message.is-other{margin-right:auto;background:#fff;border:1px solid #e5e7eb}
.wlm-message-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;margin-bottom:5px;color:#64748b}
.wlm-message-body{white-space:normal;line-height:1.45}
.wlm-message-compose{margin-top:12px}
.wlm-message-compose textarea{width:100%;box-sizing:border-box}
.wlm-conversation-item{position:relative;display:block;padding:10px;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none}
.wlm-conversation-item.is-active{background:#eff6ff;border-color:#93c5fd}
.wlm-conversation-item span{display:block;font-size:12px;color:#64748b;margin-top:3px}
.wlm-unread-badge{position:absolute;right:8px;top:8px;min-width:20px;height:20px;line-height:20px;text-align:center;border-radius:999px;background:#dc2626;color:#fff;font-size:11px}
@media(max-width:850px){.wlm-chatroom{grid-template-columns:1fr}.wlm-chat-sidebar{position:static}.wlm-chat-panel{min-height:500px}.wlm-message{max-width:88%}}

.wlm-stat-card.is-linked{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:.15s ease}
.wlm-stat-card.is-linked:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(0,0,0,.08)}
.wlm-stat-card.is-linked em{display:block;margin-top:8px;font-style:normal;font-size:12px}

.wlm-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:18px 0}
.wlm-package-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;display:flex;flex-direction:column}
.wlm-package-card.is-active{border-width:2px}
.wlm-package-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.wlm-package-price{font-size:24px;font-weight:700;margin:10px 0}
.wlm-package-features{padding-left:18px}
.wlm-package-buy{margin-top:auto;padding-top:12px}
.wlm-package-buy select{width:100%;margin:6px 0 10px}
.wlm-package-admin-edit{margin-top:14px;border-top:1px solid #e5e7eb;padding-top:12px}
.wlm-package-edit-form{margin-top:12px}
@media(max-width:900px){.wlm-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.wlm-package-grid{grid-template-columns:1fr}}

.wlm-user-location-icon{background:transparent!important;border:0!important}
.wlm-user-pointer{width:22px;height:22px;border-radius:999px;background:#2563eb;border:4px solid #fff;box-shadow:0 0 0 3px rgba(37,99,235,.25);color:transparent}
.wlm-search-match-flag{margin-top:10px;padding:10px 12px;border:1px solid #f59e0b;border-radius:10px;background:#fffbeb}
.wlm-search-match-flag strong{display:block}
.wlm-search-match-flag span{display:block;margin-top:4px;font-size:12px;color:#6b7280}

.wlm-wizard-progress{margin:16px 0 24px}
.wlm-wizard-progress-bar{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}
.wlm-wizard-progress-bar span{display:block;height:100%;width:0;background:#2271b1;transition:width .2s ease}
.wlm-wizard-progress-text{display:flex;justify-content:space-between;gap:12px;margin-top:8px;font-size:13px}
.wlm-wizard-step{display:none}
.wlm-wizard-step.is-active{display:block}
.wlm-wizard-actions{display:flex;gap:10px;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}
.wlm-wizard-spacer{flex:1}
.wlm-wizard-submit{display:none}
.wlm-wizard-review{margin:18px 0;padding:16px;border:1px solid #d1d5db;border-radius:12px;background:#f8fafc}
.wlm-wizard-checklist{list-style:none;padding:0;margin:12px 0}
.wlm-wizard-checklist li{padding:5px 0}
.wlm-wizard-checklist .is-ok{color:#15803d}
.wlm-wizard-checklist .is-missing{color:#b91c1c;font-weight:600}
@media(max-width:650px){.wlm-wizard-actions{flex-wrap:wrap}.wlm-wizard-spacer{display:none}.wlm-wizard-actions .wlm-btn{flex:1 1 100%}}

.wlm-direct-request-filter{margin:12px 0 16px}
.wlm-direct-request-filter input{width:100%;max-width:520px}
.wlm-selected-sponsor-info{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe}
.wlm-request-summary{margin:14px 0;padding:14px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb}
.wlm-request-summary ul{margin-bottom:0}

.wlm-plugin-version-badge{display:inline-block;margin:0 0 12px;padding:5px 9px;border-radius:999px;background:#eef2ff;font-size:12px}
.wlm-request-center{border-left:5px solid #2271b1}
.wlm-request-new-button{font-size:16px;padding:12px 18px}
.wlm-request-quicklinks{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.wlm-request-quicklinks a{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;text-decoration:none}
.wlm-direct-request-open{border:2px solid #2271b1}
.wlm-request-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 24px}
.wlm-request-steps div{padding:12px;border-radius:10px;background:#f8fafc;text-align:center;border:1px solid #e5e7eb}
.wlm-request-steps strong{display:block;font-size:20px}
.wlm-request-steps span{display:block;font-size:12px;margin-top:4px}
.wlm-request-block{padding:18px;margin:0 0 16px;border:1px solid #e5e7eb;border-radius:12px}
.wlm-request-submit-box{padding:18px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe}
.wlm-btn-large{font-size:16px;padding:12px 18px}
@media(max-width:700px){.wlm-request-steps{grid-template-columns:1fr 1fr}}

.wlm-search-results-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin:8px 0 14px}
.wlm-view-toggle{display:flex;gap:6px;flex-wrap:wrap}
.wlm-view-btn{appearance:none;border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:8px 10px;cursor:pointer;font:inherit}
.wlm-view-btn.is-active{background:#2271b1;color:#fff;border-color:#2271b1}
.wlm-logo-results-container.is-list{display:block}
.wlm-logo-results-container.is-list .wlm-directory-card{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:18px;align-items:center}
.wlm-logo-results-container.is-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wlm-logo-results-container.is-grid .wlm-directory-card{display:flex;flex-direction:column;align-items:stretch}
.wlm-logo-results-container.is-grid .wlm-directory-image img{width:100%;height:180px;object-fit:contain}
.wlm-logo-results-container.is-grid .wlm-directory-actions{margin-top:auto}
@media(max-width:950px){.wlm-logo-results-container.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
  .wlm-search-results-head{display:block}
  .wlm-view-toggle{margin-top:10px}
  .wlm-logo-results-container.is-grid{grid-template-columns:1fr}
  .wlm-logo-results-container.is-list .wlm-directory-card{display:block}
}

.wlm-search-note{margin:10px 0 16px;padding:11px 13px;border:1px solid #bfdbfe;background:#eff6ff;border-radius:10px}

.wlm-adspace-location-box{margin:18px 0;padding:16px;border:1px solid #d1d5db;border-radius:12px;background:#f8fafc}
.wlm-adspace-location-map{height:360px;border-radius:10px;overflow:hidden;border:1px solid #d1d5db;margin-top:12px}
.wlm-adspace-location-status{font-size:13px;color:#475569;margin-left:8px}
@media(max-width:700px){.wlm-adspace-location-map{height:300px}}

.wlm-account-board{position:relative}
.wlm-account-board-content{flex:1;min-width:0}
.wlm-account-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#2271b1;color:#fff;font-weight:700;font-size:13px;line-height:1;flex:0 0 auto}

.wlm-account-heading{flex:1;min-width:0}
.wlm-health-wrap{margin-top:14px;max-width:760px}
.wlm-health-head{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px;margin-bottom:7px}
.wlm-health-bar{height:16px;border-radius:999px;background:#e5e7eb;overflow:hidden;border:1px solid #d1d5db}
.wlm-health-bar span{display:block;height:100%;background:linear-gradient(90deg,#dc2626 0%,#f59e0b 50%,#16a34a 100%);transition:width .3s ease}
.wlm-health-details{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;font-size:12px;color:#64748b}
@media(max-width:700px){.wlm-health-head{display:block}.wlm-health-head span{display:block;margin-top:4px}}

.wlm-public-tabs{margin-top:18px;padding:0;overflow:hidden}
.wlm-tab-nav{display:flex;gap:0;overflow-x:auto;border-bottom:1px solid #e5e7eb;background:#f8fafc}
.wlm-tab-button{appearance:none;border:0;border-right:1px solid #e5e7eb;background:transparent;padding:13px 16px;cursor:pointer;font:inherit;font-weight:600;white-space:nowrap}
.wlm-tab-button.is-active{background:#fff;color:#2271b1;box-shadow:inset 0 -3px 0 #2271b1}
.wlm-tab-panels{padding:18px}
.wlm-tab-panel{display:none}
.wlm-tab-panel.is-active{display:block}
.wlm-tab-panel .wlm-public-section{margin:0;border:0;box-shadow:none;padding:0}
.wlm-tab-panel .wlm-public-section h2{display:none}
.wlm-tab-text{margin-top:16px;padding-top:14px;border-top:1px solid #e5e7eb}
@media(max-width:700px){.wlm-tab-button{padding:11px 13px;font-size:13px}.wlm-tab-panels{padding:14px}}

/* 1.0.21 – kontrastreiche Tabs auf öffentlichen Werbeflächen */
.wlm-public-tabs .wlm-tab-nav{background:#1f2937;border-bottom:2px solid #111827}
.wlm-public-tabs .wlm-tab-button{background:#374151;color:#ffffff;border-right:1px solid #6b7280;font-weight:700}
.wlm-public-tabs .wlm-tab-button:hover,
.wlm-public-tabs .wlm-tab-button:focus-visible{background:#4b5563;color:#ffffff;outline:2px solid #93c5fd;outline-offset:-2px}
.wlm-public-tabs .wlm-tab-button.is-active{background:#ffffff;color:#0f4c81;box-shadow:inset 0 -4px 0 #2271b1}

/* 1.0.22 – einheitlich kontrastreiche Tabs im gesamten Plugin */
.wlm-tabs,
.wlm-tab-nav,
.wlm-admin-tabs,
.wlm-profile-tabs,
.wlm-package-tabs,
.wlm-settings-tabs,
.wlm-dashboard-tabs{
  background:#1f2937;
  border-bottom:2px solid #111827;
}

.wlm-tabs button,
.wlm-tabs a,
.wlm-tab-nav .wlm-tab-button,
.wlm-tab-nav button,
.wlm-tab-nav a,
.wlm-admin-tabs button,
.wlm-admin-tabs a,
.wlm-profile-tabs button,
.wlm-profile-tabs a,
.wlm-package-tabs button,
.wlm-package-tabs a,
.wlm-settings-tabs button,
.wlm-settings-tabs a,
.wlm-dashboard-tabs button,
.wlm-dashboard-tabs a{
  background:#374151 !important;
  color:#ffffff !important;
  border-color:#6b7280 !important;
  font-weight:700;
}

.wlm-tabs button:hover,
.wlm-tabs a:hover,
.wlm-tab-nav .wlm-tab-button:hover,
.wlm-tab-nav button:hover,
.wlm-tab-nav a:hover,
.wlm-admin-tabs button:hover,
.wlm-admin-tabs a:hover,
.wlm-profile-tabs button:hover,
.wlm-profile-tabs a:hover,
.wlm-package-tabs button:hover,
.wlm-package-tabs a:hover,
.wlm-settings-tabs button:hover,
.wlm-settings-tabs a:hover,
.wlm-dashboard-tabs button:hover,
.wlm-dashboard-tabs a:hover{
  background:#4b5563 !important;
  color:#ffffff !important;
}

.wlm-tabs button.is-active,
.wlm-tabs a.is-active,
.wlm-tabs .active,
.wlm-tabs [aria-selected="true"],
.wlm-tab-nav .wlm-tab-button.is-active,
.wlm-tab-nav [aria-selected="true"],
.wlm-admin-tabs .active,
.wlm-admin-tabs .is-active,
.wlm-profile-tabs .active,
.wlm-profile-tabs .is-active,
.wlm-package-tabs .active,
.wlm-package-tabs .is-active,
.wlm-settings-tabs .active,
.wlm-settings-tabs .is-active,
.wlm-dashboard-tabs .active,
.wlm-dashboard-tabs .is-active{
  background:#ffffff !important;
  color:#0f4c81 !important;
  box-shadow:inset 0 -4px 0 #2271b1;
}

.wlm-tabs button:focus-visible,
.wlm-tabs a:focus-visible,
.wlm-tab-nav button:focus-visible,
.wlm-tab-nav a:focus-visible,
.wlm-admin-tabs button:focus-visible,
.wlm-admin-tabs a:focus-visible,
.wlm-profile-tabs button:focus-visible,
.wlm-profile-tabs a:focus-visible,
.wlm-package-tabs button:focus-visible,
.wlm-package-tabs a:focus-visible,
.wlm-settings-tabs button:focus-visible,
.wlm-settings-tabs a:focus-visible,
.wlm-dashboard-tabs button:focus-visible,
.wlm-dashboard-tabs a:focus-visible{
  outline:2px solid #93c5fd !important;
  outline-offset:-2px;
}

.wlm-admin-tab{
  background:#374151 !important;
  color:#ffffff !important;
  border-color:#6b7280 !important;
  font-weight:700;
}
.wlm-admin-tab:hover,.wlm-admin-tab:focus-visible{
  background:#4b5563 !important;
  color:#ffffff !important;
}
.wlm-admin-tab.is-active,.wlm-admin-tab.active,.wlm-admin-tab[aria-selected="true"]{
  background:#ffffff !important;
  color:#0f4c81 !important;
  box-shadow:inset 0 -4px 0 #2271b1;
}

/* 1.0.25 – personalisierte Match-Marker für Werbelogosuche */
.wlm-match-login-note{margin:12px 0 16px;padding:12px 14px;border:1px solid #f59e0b;background:#fffbeb;border-radius:10px;line-height:1.5}
.wlm-match-login-note.is-active{border-color:#86efac;background:#f0fdf4}
.wlm-match-map-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 4px;font-size:12px}
.wlm-match-map-legend .wlm-match-gradient{display:inline-block;width:180px;max-width:45vw;height:12px;border-radius:999px;background:linear-gradient(90deg,hsl(0,78%,43%),hsl(60,78%,43%),hsl(120,78%,43%));border:1px solid rgba(0,0,0,.15)}
.wlm-match-map-legend small{width:100%;color:#64748b}
.wlm-match-marker-icon{background:transparent!important;border:0!important}
.wlm-match-map-marker{width:38px;height:38px;border-radius:999px;background:var(--wlm-match-color);border:3px solid #fff;box-shadow:0 2px 7px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center}
.wlm-match-map-marker span{color:#fff;font-size:10px;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.55);line-height:1}

/* 2.0.8 – universeller Kontaktbereich auf allen öffentlichen Detailseiten */
.wlm-universal-contact-panel{
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr) minmax(220px,auto);
  gap:20px;
  align-items:center;
  width:100%;
  margin:24px 0!important;
  padding:24px!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:10!important;
  border:1px solid #b9e2c7!important;
  border-left:6px solid #169447!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f0fdf4 0%,#f6faff 100%)!important;
  box-shadow:0 10px 28px rgba(12,65,35,.08)!important;
}
.wlm-universal-contact-icon{
  width:58px;height:58px;border-radius:16px;
  display:grid;place-items:center;
  background:#169447;color:#fff;font-size:28px;
}
.wlm-universal-contact-copy>span{
  display:block;margin-bottom:4px;color:#169447;
  font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;
}
.wlm-universal-contact-copy h2{margin:0 0 7px!important;font-size:24px!important;color:#10214a!important}
.wlm-universal-contact-copy p{margin:0!important;color:#536079!important;line-height:1.55}
.wlm-universal-contact-person{margin-top:8px!important}
.wlm-universal-contact-action{display:flex;flex-direction:column;align-items:stretch;gap:7px}
.wlm-universal-contact-action .wlm-btn{display:flex!important;justify-content:center;text-align:center}
.wlm-universal-contact-action small{max-width:300px;color:#617083;line-height:1.4;text-align:center}
@media(max-width:760px){
  .wlm-universal-contact-panel{grid-template-columns:52px 1fr}
  .wlm-universal-contact-action{grid-column:1/-1}
}
