.ng-sportsticker-wrapper,
.ng-dashboard-wrapper,
.ngsportsticker-block-container,
.ngsportsticker-shortcode-container {
display: flex;
flex-direction: column;
gap: var(--ng-gap, 20px);
width: 100%;
max-width: 720px;
margin: 20px auto 20px 0; text-align: left;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
color: #1a1a1a;
background: var(--ng-container-bg, transparent);
border: var(--ng-container-border, none);
border-radius: var(--ng-container-radius, 0);
padding: var(--ng-container-padding, 0);
box-shadow: var(--ng-container-shadow, none);
}
.ngsportsticker-block-container > .ng-sportsticker-wrapper,
.ngsportsticker-shortcode-container > .ng-sportsticker-wrapper {
max-width: 100%;
margin: 0;
width: 100%;
gap: var(--ng-gap, 20px);
background: transparent;
border: none;
padding: 0;
box-shadow: none;
} .ng-sportsticker-wrapper.ng-layout-row {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: var(--ng-gap, 24px);
width: 100%;
box-sizing: border-box;
}
.ng-sportsticker-wrapper.ng-layout-row > .ng-main-game-wrapper,
.ng-sportsticker-wrapper.ng-layout-row > .ng-main-game-content {
flex: 1 1 360px;
min-width: 0;
}
.ng-sportsticker-wrapper.ng-layout-row > .ng-upcoming-container {
flex: 1 1 320px;
min-width: 0;
margin-top: 0;
}
.ng-block-title,
.ng-shortcode-title,
.ng-dashboard-headline {
color: var(--ng-title-color, #111);
font-size: var(--ng-title-size, 1.8rem);
font-weight: 700;
margin-bottom: 5px;
text-align: left;
}
.ng-dashboard-info-card {
background: #ffffff;
border: 1px solid #c3c4c7;
border-left: 4px solid #2271b1;
padding: 15px 20px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
} .ng-main-game-wrapper {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
width: 100%;
box-sizing: border-box;
}
.ng-sponsor-logo {
flex: 0 0 120px;
max-width: 140px;
display: flex;
justify-content: center;
align-items: center;
}
.ng-sponsor-logo img {
max-width: 100%;
height: auto;
max-height: 110px;
object-fit: contain;
filter: drop-shadow(0 2px 5px rgba(0,0,0,0.15));
}
.ng-main-game-content {
flex: 1;
min-width: 0;
width: 100%;
box-sizing: border-box;
}
.ng-main-game-meta {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-bottom: 6px;
flex-wrap: wrap;
}
.ng-subtitle-date {
font-size: var(--ng-meta-size, 0.9rem);
font-weight: 600;
color: var(--ng-meta-color, #475569);
} .matchcard {
position: relative;
width: 100%;
box-sizing: border-box;
display: flex;
flex-direction: row; justify-content: space-around;
align-items: center;
gap: 1rem;
background-color: var(--ng-card-bg, #0f172a);
color: var(--ng-card-text, #ffffff);
padding: var(--ng-card-padding, 2.2rem 1.5rem 1.8rem 1.5rem);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border: var(--ng-card-border, none);
border-radius: var(--ng-card-radius, 12px);
box-shadow: var(--ng-card-shadow, 0 10px 25px rgba(0, 0, 0, 0.15));
margin: 6px 0 10px 0;
overflow: hidden;
}
.ng-matchcard-badge {
position: absolute;
top: 10px;
right: 15px;
}
.matchcard .points {
min-width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
font-size: var(--ng-score-size, 3.2em);
font-weight: 800;
letter-spacing: -1px;
color: var(--ng-score-color, #ffffff);
text-shadow: 0 2px 10px rgba(0,0,0,0.7);
background: var(--ng-score-bg, rgba(0, 0, 0, 0.45));
border-radius: 8px;
padding: 0 12px;
}
.matchcard .team {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.6rem;
min-width: 120px;
max-width: 180px;
text-align: center;
}
.matchcard .team img {
height: 54px;
width: auto;
max-width: 65px;
object-fit: contain;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4));
transition: transform 0.2s ease;
}
.matchcard .team img:hover {
transform: scale(1.08);
}
.matchcard .club strong {
font-size: var(--ng-team-name-size, 1rem);
font-weight: 600;
color: var(--ng-team-name-color, #ffffff);
text-shadow: 0 1px 4px rgba(0,0,0,0.8);
display: block;
line-height: 1.2;
}
.matchcard .versus {
font-size: 1.2rem;
font-weight: 700;
font-style: italic;
color: #e2e8f0;
text-shadow: 0 2px 4px rgba(0,0,0,0.6);
padding: 0 5px;
} .ng-today-banner {
width: 100%;
box-sizing: border-box;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
border: 2px solid #ef4444;
border-radius: 14px;
padding: 15px;
box-shadow: 0 8px 20px rgba(239, 68, 68, 0.25);
animation: ng-pulse-border 2.5s infinite;
}
@keyframes ng-pulse-border {
0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.ng-today-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 10px;
flex-wrap: wrap;
} .ng-badge {
display: inline-flex;
align-items: center;
padding: 4px 10px;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 20px;
color: #ffffff;
}
.ng-badge-today {
background: #dc2626;
box-shadow: 0 2px 6px rgba(220, 38, 38, 0.4);
}
.ng-badge-finished {
background: #475569;
}
.ng-badge-next {
background: var(--ng-highlight-color, #2563eb);
}
.ng-badge-upcoming {
background: #0d9488;
}
.ng-badge-default {
background: #334155;
}
.ng-subtitle {
font-size: var(--ng-meta-size, 0.95rem);
color: var(--ng-meta-color, #475569);
margin: 4px 0;
display: block;
} .ng-upcoming-container {
width: 100%;
box-sizing: border-box;
background: var(--ng-upcoming-bg, #ffffff);
border: var(--ng-upcoming-border, 1px solid var(--ng-upcoming-border-color, #e2e8f0));
border-radius: var(--ng-upcoming-radius, 12px);
padding: var(--ng-upcoming-padding, 18px);
margin-top: 15px;
box-shadow: var(--ng-upcoming-shadow, 0 4px 12px rgba(0, 0, 0, 0.04));
}
.ng-upcoming-header {
font-size: 1.15rem;
font-weight: 700;
color: var(--ng-upcoming-row-text, #0f172a);
margin: 0 0 14px 0;
display: flex;
align-items: center;
gap: 8px;
}
.ng-upcoming-list {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
}
.ng-upcoming-row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 12px 16px;
background-color: var(--ng-upcoming-row-bg, #f8fafc);
border: var(--ng-upcoming-row-border, 1px solid var(--ng-upcoming-border-color, #e2e8f0));
border-radius: var(--ng-upcoming-row-radius, 10px);
font-size: var(--ng-upcoming-row-size, 0.9rem);
transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
flex-wrap: wrap;
gap: 10px;
width: 100%;
box-sizing: border-box;
}
.ng-upcoming-row:hover {
transform: translateY(-2px);
background-color: var(--ng-upcoming-row-hover-bg, #ffffff);
box-shadow: var(--ng-row-shadow-hover, 0 4px 12px rgba(0,0,0,0.06));
border-color: #cbd5e1;
}
.ng-upcoming-row.ng-row-highlight {
background: var(--ng-upcoming-highlight-bg, linear-gradient(90deg, #f0f9ff 0%, #ffffff 100%));
border-left: 4px solid var(--ng-highlight-color, #2563eb);
}
.ng-upcoming-meta {
display: flex;
align-items: center;
gap: 10px;
font-size: 0.85rem;
color: #475569;
flex-wrap: wrap;
}
.ng-upcoming-date {
font-weight: 600;
color: var(--ng-upcoming-date-color, var(--ng-upcoming-row-text, #1e293b));
}
.ng-upcoming-group {
background: var(--ng-upcoming-badge-bg, #e2e8f0);
padding: 2px 8px;
border-radius: 6px;
font-size: 0.8rem;
font-weight: 500;
color: var(--ng-upcoming-badge-color, #334155);
}
.ng-upcoming-teams {
display: flex;
align-items: center;
gap: 12px;
}
.ng-team-inline {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: var(--ng-upcoming-row-size, 0.9rem);
color: var(--ng-upcoming-row-text, #0f172a);
}
.ng-team-inline img {
width: 22px;
height: 22px;
object-fit: contain;
} .wp-block-ng-sportsticker-ticker {
margin-left: 0;
margin-right: auto;
}
.wp-block-ng-sportsticker-ticker.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-block-ng-sportsticker-ticker.alignright {
margin-left: auto;
margin-right: 0;
} @media (max-width: 768px) {
.ng-sportsticker-wrapper.ng-layout-row {
flex-direction: column;
}
}
@media (max-width: 600px) {
.ng-block-title,
.ng-shortcode-title {
font-size: var(--ng-title-size-mobile, var(--ng-title-size, 1.4rem));
}
.ng-subtitle-date,
.ng-subtitle {
font-size: var(--ng-meta-size-mobile, var(--ng-meta-size, 0.8rem));
}
.matchcard .points {
font-size: var(--ng-score-size-mobile, var(--ng-score-size, 2.2em));
}
.matchcard .club strong {
font-size: var(--ng-team-name-size-mobile, var(--ng-team-name-size, 0.85rem));
}
.ng-upcoming-row,
.ng-team-inline {
font-size: var(--ng-upcoming-row-size-mobile, var(--ng-upcoming-row-size, 0.8rem));
}
.ng-main-game-wrapper {
flex-direction: column;
align-items: flex-start;
}
.matchcard {
flex-direction: column;
text-align: center;
}
.ng-upcoming-row {
flex-direction: column;
align-items: flex-start;
}
.ng-upcoming-teams {
width: 100%;
justify-content: space-between;
}
}.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.reifendienst-fredersdorf.de/wp-content/plugins/ng-osm-map/assets/vendor/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.reifendienst-fredersdorf.de/wp-content/plugins/ng-osm-map/assets/vendor/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//www.reifendienst-fredersdorf.de/wp-content/plugins/ng-osm-map/assets/vendor/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}.ng-osm-map-container {
margin: 20px 0;
position: relative;
width: 100%;
}
.ng-osm-map-search {
margin-bottom: 15px;
display: flex;
gap: 10px;
}
.ng-osm-map-search input {
flex: 1;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
.ng-osm-map-search button {
padding: 8px 16px;
background-color: #0073aa;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s;
}
.ng-osm-map-search button:hover {
background-color: #005177;
}
#ng-osm-map {
width: 100%;
height: 100%;
border-radius: var(--ng-osm-map-border-radius);
box-shadow: var(--ng-osm-map-shadow);
} .ng-osm-map-default-icon {
background: transparent;
border: none;
}
.ng-osm-map-icon-inner {
width: 32px;
height: 32px;
border-radius: 50%;
border: 3px solid white;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
position: relative;
} .ng-osm-map-icon-inner[data-style="default"] {
background-color: #0073aa;
}
.ng-osm-map-icon-inner[data-style="red"] {
background-color: #dc3545;
}
.ng-osm-map-icon-inner[data-style="green"] {
background-color: #28a745;
}
.ng-osm-map-icon-inner[data-style="yellow"] {
background-color: #ffc107;
}
.ng-osm-map-icon-inner[data-style="purple"] {
background-color: #6f42c1;
}
.ng-osm-map-icon-inner::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 12px;
height: 12px;
background-color: white;
border-radius: 50%;
} @media (max-width: 768px) {
.ng-osm-map-container {
height: 300px !important; }
}
.custom-div-icon {
background: transparent;
border: none;
}
.custom-div-icon div {
width: 12px;
height: 12px;
border-radius: 50%;
border: 2px solid white;
box-shadow: 0 0 4px rgba(0,0,0,0.5);
} .leaflet-container {
font-family: inherit;
}
.leaflet-control-container .leaflet-control {
margin: 10px;
}
.leaflet-control-zoom {
border: none !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
border-radius: 4px !important;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
background-color: white !important;
color: #333 !important;
border: none !important;
}
.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
background-color: #f8f8f8 !important;
}
.leaflet-control-attribution {
background: rgba(255,255,255,0.8) !important;
padding: 2px 5px !important;
font-size: 11px !important;
border-radius: 2px !important;
} .ng-osm-map-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.35);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: opacity 0.3s ease, visibility 0.3s ease;
border-radius: var(--ng-osm-map-border-radius);
}
.ng-osm-map-overlay.ng-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.ng-osm-map-activate-btn {
background: rgba(255, 255, 255, 0.95);
color: #1d2327;
font-weight: 600;
font-size: 14px;
padding: 10px 20px;
border-radius: 24px;
border: none;
box-shadow: 0 4px 12px rgba(0,0,0,0.25);
cursor: pointer;
transition: transform 0.2s ease, background-color 0.2s ease;
display: flex;
align-items: center;
gap: 8px;
}
.ng-osm-map-overlay:hover .ng-osm-map-activate-btn {
transform: scale(1.04);
background: #ffffff;
}
.ng-osm-map-deactivate-btn {
position: absolute;
top: 10px;
right: 10px;
z-index: 999;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #ccc;
border-radius: 4px;
padding: 6px 12px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
display: none;
transition: background-color 0.2s ease;
}
.ng-osm-map-deactivate-btn:hover {
background: #ffffff;
}
.ng-osm-map-container.ng-active .ng-osm-map-deactivate-btn {
display: block;
}