.shelter-screen {
  position: relative;
  width: 2160px;
  min-height: 8120px;
  background-color: #ffffff;
  padding: 140px;
}

.shelter-screen .alert-container {
  display: flex;
  flex-direction: column;
  width: 1880px;
  align-items: center;
  gap: 160px;
  position: absolute;
}

.shelter-screen .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.shelter-screen .frame {
  position: relative;
  width: 910px;
  height: 158px;
}

.shelter-screen .div {
  position: relative;
  width: 322px;
  height: 158px;
  border-radius: 35px;
}

.shelter-screen .text-wrapper {
  top: -8px;
  left: 60px;
  font-family: var(--font-family-primary);
  font-weight: 700;
  color: var(--header-text);
  font-size: 100px;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.shelter-screen .text-wrapper-2 {
  top: 116px;
  left: 0;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--subheader-text);
  font-size: 40px;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
  line-height: normal;
}

.shelter-screen .alert-rules {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.shelter-screen .alert-rules-header {
  position: relative;
  align-self: stretch;

  font-family: var(--font-family-heading);
  font-weight: 600;
  color: var(--header-text);
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96px;
}

.shelter-screen .alert-rules-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.shelter-screen .alert-rules-item-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 48px;
}

.shelter-screen .list-icon {
  display: block;
  width: 12px;
  height: 12px;
  flex: none;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  object-fit: contain;
}

.shelter-screen .list-text {
  position: relative;
  width: fit-content;

  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 40px;
  letter-spacing: 0;
  /* line-height: 1.1; */
  white-space: nowrap;
}

.shelter-screen .alert-images {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.shelter-screen .alert-images-main {
  position: relative;
  width: 1880px;
  height: 1201px;
}

.shelter-screen .alert-overlay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: absolute;
  top: 72px;
  right: 77px;
}

.shelter-screen .place-icon {
  position: relative;
  width: 75px;
  height: 100px;
  aspect-ratio: 0.75;
}

.shelter-screen .alert-overlay-text {
  display: flex;
  flex-direction: column;
  width: 323px;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.shelter-screen .alert-overlay-header {
  font-family: var(--font-family-primary);
  font-weight: 700;
  color: var(--header-text);
  font-size: 48px;
  line-height: 57.6px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.shelter-screen .alert-overlay-2 {
  font-family: var(--font-family-primary);
  font-weight: 500;
  color: var(--subheader-text);
  font-size: 28px;
  line-height: 33.6px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}

.shelter-screen .alert-subimages {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.shelter-screen .alert-subimages-2 {
  position: relative;
  width: 910px;
  height: 500px;
  border-radius: 30px;
}

.shelter-screen .shelter-inside-image {
  position: relative;
  width: 1880px;
  height: 800px;
}

.shelter-screen .shelter-route-map {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
  position: relative;
  width: 100%;
  max-width: 1880px;
  flex: 0 0 auto;
}

.shelter-screen .shelter-route-map-header {
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--header-text);
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  line-height: 96px;
  margin: 0;
}

.shelter-screen .shelter-map-container {
  width: 100%;
  height: 1200px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #e0e0e0;
  background: #f5f5f5;
  z-index: 1;
}

.shelter-screen .shelter-map-container .leaflet-control-attribution {
  font-size: 10px;
  pointer-events: none;
  user-select: none;
}

.shelter-screen .shelter-map-container .leaflet-control-a-container {
  pointer-events: none;
}

.shelter-marker {
  background: transparent;
  border: none;
}

.shelter-marker .shelter-marker-dot {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.shelter-marker-you .shelter-marker-dot {
  background: #2196f3;
}

.shelter-marker-shelter .shelter-marker-dot {
  background: #c00;
}

.shelter-map-tooltip {
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.shelter-screen .alert-layout {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.shelter-screen .alert-layout-header {
  position: relative;
  width: 1880px;

  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--header-text);
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  line-height: 96px;
}

.shelter-screen .alert-layout-image {
  position: relative;
  width: 1880px;
  height: 1155.48px;
}

.shelter-screen .alert-spacer {
  height: 437px;
}

.shelter-screen .alert {
  display: flex;
  max-width: 1880px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: sticky;
  margin: 0 auto;
  top: 140px;
  left: 140px;
  z-index: 20;
  background-color: #fadae0d9;
  border-radius: 35px;
  border: 4px solid;
  border-color: #dc092c;
  backdrop-filter: blur(7.5px) brightness(100%);
  -webkit-backdrop-filter: blur(7.5px) brightness(100%);
}

.shelter-screen .alert-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.shelter-screen .alert-icon-container {
  position: relative;
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
}

.shelter-screen .alert-icon {
  position: absolute;
  width: 66.67%;
  height: 83.33%;
  top: 8.33%;
  left: 16.67%;
}

.shelter-screen .alert-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.shelter-screen .alert-text-header {
  position: relative;
  align-self: stretch;
  font-family: var(--font-family-heading);
  font-weight: 600;
  color: #000000;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72px;
}

.shelter-screen .alert-text-subheader {
  position: relative;
  align-self: stretch;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
}

.shelter-screen .footer {
  display: flex;
  flex-direction: column;
  width: 1880px;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: calc(50% - 940px);
  bottom: 140px;
  background-color: transparent;
}

.shelter-screen .frame-wrapper {
  display: flex;
  flex-direction: column;
  height: 196px;
  align-items: center;
  justify-content: center;
  padding: 0px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffffd9;
  border-radius: 35px;
  box-shadow:
    0px 16px 48px #11111a1a,
    0px 8px 24px #11111a1a,
    0px 1px 0px #11111a1a;
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
}

.shelter-screen .frame-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.shelter-screen .vector {
  width: 100px;
  aspect-ratio: 1;
  position: relative;
  height: 100px;
}

.shelter-screen .frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.shelter-screen .img {
  width: 97px;
  aspect-ratio: 0.97;
  position: relative;
  height: 100px;
}

.mobility-enabled .alert {
  top: auto;
}