/* ==========================================================================
   1. Basis Container & Typografie
   ========================================================================== */
.cwm-map {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cwm-map__inner {
    width: 100%;
    height: auto;
    position: relative;
}

/* ==========================================================================
   2. SVG & Kaart Weergave
   ========================================================================== */
.cwm-map svg,
.cwm-india svg {
    width: auto !important;
    height: 100% !important;
    max-height: 50vh !important;
    display: block;
    margin: 0 auto;
}

.cwm-map path {
    transition: fill 0.15s ease;
    stroke-width: 0.5;
    stroke: #8f8f8f;
    cursor: pointer;
}

.cwm-back-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 12px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease;
}

.cwm-back-btn:hover {
    background: #f0f0f0;
}

/* ==========================================================================
   3. Tooltip Pop-up Wrapper
   ========================================================================== */
.cwm-tooltip {
    position: absolute;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: none;
    pointer-events: none;
    z-index: 9999;
}

/* ==========================================================================
   4. Card Styling (Tooltip + Carrousel)
   ========================================================================== */
.cwm-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    width: 320px;
    overflow: hidden;
    color: #333333;
}

.cwm-card__image-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.cwm-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cwm-card__body {
    padding: 20px 24px;
}

.cwm-card__title {
    margin: 0 0 16px 0;
    font-size: 26px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2;
}

.cwm-card__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555555;
    line-height: 1.4;
}

.cwm-card__row:last-child {
    margin-bottom: 0;
}

.cwm-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    flex-shrink: 0;
    margin-top: 2px;
}

.cwm-card__representative,
.cwm-card__address,
.cwm-card__email,
.cwm-card__website {
    word-break: break-word;
}

.cwm-card__email,
.cwm-card__website {
    color: #00AEEF;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cwm-card__email:hover,
.cwm-card__website:hover {
    color: #0077b6;
    text-decoration: underline;
}

.cwm-card__notice {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
}

/* ==========================================================================
   5. Carrousel Variant Styling
   ========================================================================== */
.cwm-carousel-container {
    position: relative;
    margin-top: 40px;
    padding-bottom: 50px !important;
    width: 100%;
    overflow: hidden;
}

.cwm-card--carousel {
    width: 100% !important;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.swiper-button-next,
.swiper-button-prev {
    color: #00AEEF !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-top: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #00AEEF !important;
}

.swipert {
    margin-top: 12px;
    bottom: 0 !important;
    height: 48px;
    width: 128px;
    position: relative;
}