.wp-block-idtglobal-country-coverage-map.idtglobal-country-coverage-map {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.idtglobal-country-coverage-map__container {
position: relative;
width: 100%;
min-height: calc(100vh - 200px);
border-radius: 16px;
overflow: hidden;
}
.idtglobal-country-coverage-map__map {
width: 100%;
min-height: calc(100vh - 200px);
} .idtglobal-country-coverage-map__map svg g[role="list"] path {
cursor: pointer;
transition: fill 0.3s ease, stroke 0.3s ease, opacity 0.3s ease;
}
.idtglobal-country-coverage-map.alignwide .idtglobal-country-coverage-map__map,
.idtglobal-country-coverage-map.alignfull .idtglobal-country-coverage-map__map {
height: 560px;
}
.idtglobal-country-coverage-map__popup {
display: none;
position: fixed;
z-index: 100000;
background: #fff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
min-width: 260px;
max-width: 320px;
padding: 0;
pointer-events: auto;
border: 1px solid #e0e0e0;
opacity: 0;
transition: opacity 0.2s ease;
}
.idtglobal-country-coverage-map__popup--open {
display: block;
opacity: 1;
}
.idtglobal-country-coverage-map__popup-inner {
padding: 1rem 1.25rem;
}
.idtglobal-country-coverage-map__popup-title {
margin: 0 0 0.5rem 0;
font-size: 1.25rem;
font-weight: 600;
color: #1a1a1a;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 0.5rem;
line-height: 1.4;
}
.idtglobal-country-coverage-map__popup-code {
margin: 0 0 0.75rem 0;
font-size: 1rem;
color: #555;
}
.idtglobal-country-coverage-map__popup-features {
margin: 0 0 1rem 0;
padding-left: 1.25rem;
font-size: 1rem;
font-weight: 500;
color: #333;
list-style: none;
}
.idtglobal-country-coverage-map__popup-features li {
position: relative;
margin-bottom: 0.25rem;
}
.idtglobal-country-coverage-map__popup-features li::before {
content: "\2713";
position: absolute;
left: -1rem;
color: #2E39D3;
font-weight: bold;
}
.idtglobal-country-coverage-map__popup-close {
display: block;
width: 100%;
padding: 0.5rem 1rem;
font-size: 0.875rem;
font-weight: 600;
background: #2E39D3;
color: #fff;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.2s ease;
}
.idtglobal-country-coverage-map__popup-close:hover {
background: #1C227F;
}
.idtglobal-country-coverage-map__popup-close:focus {
outline: 2px solid #2E39D3;
outline-offset: 2px;
} .idtglobal-country-coverage-map__map .am5-tooltip-container {
padding: 0 !important;
}
.idtglobal-country-coverage-map__map .am5-tooltip {
padding: 0px 12px 8px 12px !important;
font-size: 14px !important;
line-height: 1.3 !important;
}
.idtglobal-country-coverage-map__map .am5-tooltip-content {
padding: 0 !important;
margin: 0 !important;
}