.sisetu-box {
    background: #fff;
    color: #212529;
    padding: 6px 8px;
    border-radius: 8px;
    border: 4px solid;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}

.sisetu-name {
    font-weight: 700;
    max-width: 140px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sisetu-count {
    font-size: 12px;
    margin-top: 2px;
}

/*�}��p*/
.map-legend-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.legend-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.95rem !important;  
}

.legend-item input {
    margin-right: 6px;
}

.legend-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

/* �@ ���͉i����j�� */
.dialysis-ok-accept {
    background-color: var(--bs-primary);
}

/* �A ���͉i����s�j�����{�g */
.dialysis-ok-noaccept {
    background-color: #dbeafe; /* ������ */
    border: 2px solid var(--bs-primary);
}

/* �B ���͕s�i�v���L�j�� */
.dialysis-ng-request {
    background-color: var(--bs-danger);
}

/* �C ���͕s�i�v�����j������ */
.dialysis-ng-norequest {
    background-color: #f8d7da;
    border: 2px solid var(--bs-danger);
}

/* �D �s�� �O���[ */
.dialysis-unknown {
    background-color: var(--bs-secondary);
}

/* �E �����M ���F */
.dialysis-unsent {
    background-color: #0dcaf0;
}

map-wrapper {
    position: relative;
}

#map {
    height: 450px;
    z-index: 1;
}

/* �I�[�o�[���C�{�� */
.map-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 400px; /* ����ɕ����������� */
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    z-index: 1000;
    transition: transform .25s ease;
    overflow: hidden;
}

.map-overlay.map-overlay_app {
    width: 300px;
}

/* �w�b�_�[�i�N���b�N�����j */
.map-overlay-header {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 0.9rem;
    background: #f8f9fa;
    text-align: center;
}

.map-overlay-body {
    padding: 12px 16px;
    overflow-y: auto;
    max-height: calc(90vh - 36px);
}

/* �܂肽���ݏ�� */
.map-overlay.collapsed {
    width: 36px;
    height: 36px;
}

.map-overlay.collapsed .map-overlay-body {
    display: none;
}

/* ハザードマップコントロール（収納式） */
.hazard-control.hazard-control-collapsible {
    background: #fff;
    font-size: 13px;
    line-height: 1.6;
    max-width: 220px;
    padding: 0;
    transition: width .25s ease;
    overflow: hidden;
}

.hazard-control-header {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 0.9rem;
    background: #f8f9fa;
    text-align: center;
}

.hazard-control-body {
    padding: 6px 10px;
}

.hazard-control-collapsible.collapsed {
    width: 36px;
    max-width: 36px;
}

.hazard-control-collapsible.collapsed .hazard-control-body {
    display: none;
}

/* ダッシュボードの被災状況フィルタ（幅180pxの右サイドバー）：ラベル文字数が増えたため縮小 */
.status-filter-sidebar .form-check-label {
    font-size: 0.75rem;
    line-height: 1.2;
}

.status-filter-sidebar .legend-dot {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.map-legend-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2�� */
    gap: 6px 12px; /* �s�� / ��� */
}

