.top-emergency-goremit {
  background-color: #fff2f4;
  margin: 14px auto;
  padding: 20px;
  max-width: 960px;
}
.top-emergency-goremit p,
.top-emergency-spot p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 6px;
}
.top-emergency-goremit p:last-child,
.top-emergency-spot p:last-child {
  margin-bottom: 0;
}

.top-emergency-goremit ul,
.top-emergency-goremit ol,
.top-emergency-spot ul,
.top-emergency-spot ol {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}

.top-emergency-goremit ol > li,
.top-emergency-spot ol > li {
  counter-increment: custom-counter;
}

.top-emergency-goremit ol > li::before,
.top-emergency-spot ol > li::before {
  content: counter(custom-counter) ". ";
  font-weight: normal;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.top-emergency-goremit ul:last-child,
.top-emergency-goremit ol:last-child,
.top-emergency-spot ul:last-child,
.top-emergency-spot ol:last-child {
  margin-bottom: 0;
}

.top-emergency-goremit li,
.top-emergency-spot li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 13px;
  margin: 0;
}

.top-emergency-goremit ul > li::before,
.top-emergency-spot ul > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.top-emergency-goremit li:last-child,
.top-emergency-spot li:last-child {
  margin-bottom: 0;
}

.top-emergency-goremit a,
.top-emergency-spot a {
  text-decoration: underline;
  color: #2076c7;
}

.top-emergency-goremit a[target="_blank"]::after,
.top-emergency-goremit a[href$=".pdf"]::after,
.top-emergency-spot a[target="_blank"]::after,
.top-emergency-spot a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  transform: translateY(2px);
  background: url(/common21/imgs/icon-newtab-blue.svg) no-repeat center/contain;
}

.top-emergency-goremit a[href$=".pdf"]::after,
.top-emergency-spot a[href$=".pdf"]::after {
  background: url(/common21/imgs/icon-pdf-blue.svg) no-repeat center/contain;
}


