/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/[locale]/(internal)/map/map.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.map_info_window__LDWf4 {
    padding: 8px 12px 8px 40px;
    border-radius: 12px;
    background-color: #313133;
    background-position: 10px 8px;
    background-repeat: no-repeat;
    color: #f2f5fa;
    font-size: 14px;
    line-height: 20px;
    min-width: max-content;
}

.map_title__T_OlL {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.map_description__jmheJ {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    color: #7b7d85ff;
}

.map_balloon__G93jQ {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    row-gap: 8px;
    border-radius: 12px;
    padding: 12px 16px;
    background: white;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    width: 320px;
    overflow: hidden;
    animation: map_slideIn__PpTLh 0.3s ease-out;
}

.map_skeleton-title__EroVE {
    height: 20px;
    width: 45%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.map_description-container__X_BR7 {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.map_skeleton-title__EroVE,
.map_skeleton-description__joBiC {
    background-color: rgba(0, 0, 0, 0.05);
}

.map_skeleton-description__joBiC {
    height: 9px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
}

.map_skeleton-title__EroVE::after,
.map_skeleton-description__joBiC::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.05) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    animation: map_loading__QUj55 2s infinite;
}

.map_marker__sOOjP {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff4458 0%, #ff1744 100%);
    border-radius: 50% 50% 50% 0;
    border: 3px solid white;
    box-shadow: 0 4px 12px rgba(255, 23, 68, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.map_marker__sOOjP:hover {
    transform: rotate(-45deg) scale(1.1);
}

.map_marker__sOOjP span {
    transform: rotate(45deg);
}

.map_clinicInfo__72w7a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map_clinicName__gkjLm {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}

.map_clinicAddress__QryFT {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.map_clinicContact__OLvFa {
    font-size: 14px;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.map_balloonArrow__1Ugk1 {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.map_w40__dHUuL {
    width: 40%;
}

.map_w60__gs1Cl {
    width: 60%;
}

.map_w70__J9_cL {
    width: 70%;
}

.map_w80__JSXVs {
    width: 80%;
}

@keyframes map_loading__QUj55 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(200%);
    }
}

@keyframes map_slideIn__PpTLh {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

