.weather-card,
.aerial-view-card,
.naver-panorama-card {
padding: 20px;
  border: 1px solid #e4e9ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 28, 38, 0.06);
}
.weather-section,
.aerial-view-section,
.naver-panorama-section {
margin-top: 48px;
}
@media screen and (min-width: 769px) {
#container .weather-section,
#container .aerial-view-section,
#container .naver-panorama-section {
margin-top: 56px;
}
}
.naver-panorama-summary {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
/* Keep the action self-contained even when a map SDK adds reset styles. */
.aerial-view-card .aerial-view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #25479d;
  border-radius: 12px;
  background: #25479d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 4px 10px rgba(37, 71, 157, 0.16);
  cursor: pointer;
}
.aerial-view-card .aerial-view-button::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: url('../img/ico_aerial.svg') center / contain no-repeat;
}
.aerial-view-card .aerial-view-button:hover {
  background-color: #1f3c84;
}
.aerial-view-card .aerial-view-button:focus-visible {
  outline: 3px solid #6e94f0;
  outline-offset: 3px;
}
/* Flex items must shrink instead of widening the whole detail page. */
.lay-blog .lay-blog-item > .cont {
  flex: 1 1 0%;
  min-width: 0;
  overflow-wrap: anywhere;
}
.lay-blog .lay-blog-item > .cont > .desc,
.lay-blog .lay-blog-item > .cont > .info {
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .lay-blog .lay-blog-item > .thumb {
    flex-basis: 88px;
    margin-right: 12px;
  }
}
.naver-panorama-title {
margin: 0;
  color: #2a2c2f;
  font-size: 16px;
  font-weight: 700;
}
.naver-panorama-description,
.naver-panorama-notice {
margin: 7px 0 0;
  color: #9ea6ac;
  font-size: 13px;
  line-height: 1.5;
}
.naver-panorama-button {
flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #03a94d;
  border-radius: 10px;
  background: #03a94d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.naver-panorama-button:hover {
background: #008f3f;
}
.naver-panorama-button:focus-visible {
outline: 3px solid rgba(3, 169, 77, 0.25);
  outline-offset: 2px;
}
.naver-panorama-viewer {
position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(340px, 55vh, 500px);
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #e4e9ee;
  border-radius: 14px;
  background: #eef1f4;
}
.naver-panorama-viewer[hidden],
.naver-panorama-canvas[hidden],
.naver-panorama-loading[hidden],
.naver-panorama-error[hidden],
.naver-panorama-location[hidden] {
display: none;
}
.naver-panorama-canvas {
position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #dbe3e9;
}
.naver-panorama-loading,
.naver-panorama-error {
position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #eef1f4;
  color: #374151;
  text-align: center;
}
.naver-panorama-error {
align-content: center;
  gap: 12px;
}
.naver-panorama-error button {
min-height: 38px;
  padding: 0 14px;
  border: 1px solid #03a94d;
  border-radius: 9px;
  background: #ffffff;
  color: #087c3c;
  font-weight: 700;
  cursor: pointer;
}
.naver-panorama-location {
position: absolute;
  z-index: 3;
  top: 12px;
  left: 50%;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 7px 11px;
  border-radius: 8px;
  background: rgba(20, 28, 38, 0.82);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.map-action-section {
margin-top: 0;
}
#container .page-cont > .inner.map-action-section {
margin-bottom: clamp(56px, 6vw, 88px) !important;
}
.map-action-card {
padding: clamp(20px, 2.6vw, 32px);
  border: 1px solid #dfe6ee;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff 0%, #f8faff 100%);
  box-shadow: 0 12px 32px rgba(24, 43, 80, 0.08);
}
.map-action-heading {
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.map-action-eyebrow {
margin: 0 0 6px;
  color: #25479d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.map-action-title {
margin: 0;
  color: #2a2c2f;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.3;
}
.map-action-description {
margin: 8px 0 0;
  color: #9ea6ac;
  font-size: 14px;
  line-height: 1.55;
}
.map-action-context {
flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef3ff;
  color: #25479d;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.map-action-primary-actions {
display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.map-action-primary-btn {
display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #dce3eb;
  border-radius: 16px;
  background: #ffffff;
  color: #2a2c2f;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 4px 12px rgba(24, 43, 80, 0.05);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.map-action-primary-btn img {
flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.map-action-primary-btn span {
display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}
.map-action-primary-btn strong {
color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  word-break: keep-all;
}
.map-action-primary-btn small {
color: #9ea6ac;
  font-size: 11px;
  line-height: 1.35;
}
.map-action-primary-btn:hover {
transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(24, 43, 80, 0.1);
}
.map-action-primary-btn:focus-visible {
outline: 3px solid rgba(37, 71, 157, 0.25);
  outline-offset: 2px;
}
.map-action-primary-btn--kakao {
border-color: #ead760;
  background: #fffdf3;
}
.map-action-primary-btn--naver {
border-color: #8bdcaf;
  background: #f5fff9;
  color: #11653a;
}
.map-action-primary-btn:disabled {
border-color: #d9dee5;
  background: #f3f5f7;
  color: #7b828c;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.map-action-primary-btn:disabled img {
opacity: 0.45;
  filter: grayscale(1);
}
.map-action-primary-btn:disabled small {
color: #9298a1;
}
.map-action-disabled-control {
position: relative;
  display: flex;
  min-width: 0;
  border-radius: 16px;
  cursor: not-allowed;
}
.map-action-disabled-control .map-action-primary-btn {
width: 100%;
}
.map-action-disabled-control::after {
position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 30;
  width: max-content;
  max-width: min(300px, 78vw);
  padding: 9px 11px;
  border-radius: 9px;
  background: rgba(35, 39, 46, 0.96);
  color: #ffffff;
  content: attr(data-disabled-message);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 5px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.map-action-disabled-control:hover::after, .map-action-disabled-control:focus-visible::after {
opacity: 1;
  transform: translate(-50%, 0);
}
.map-action-disabled-control:focus-visible {
outline: 3px solid rgba(37, 71, 157, 0.25);
  outline-offset: 2px;
}
.map-action-details {
margin-top: 18px;
  border-top: 1px solid #e4e9ef;
}
.map-action-details-heading {
display: flex;
  min-height: 52px;
  align-items: center;
  gap: 8px 14px;
  margin: 0;
  padding: 14px 2px 0;
  color: #2a2c2f;
  font-size: 14px;
  font-weight: 700;
}
.map-action-details-heading small {
color: #9ea6ac;
  font-size: 12px;
  font-weight: 400;
}
.map-action-provider-grid {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 14px;
}
.map-action-provider {
min-width: 0;
  padding: 16px;
  border: 1px solid #e3e8ee;
  border-radius: 15px;
  background: #ffffff;
}
.map-action-provider--kakao {
border-top: 3px solid #ead760;
}
.map-action-provider--naver {
border-top: 3px solid #03c75a;
}
.map-action-provider__heading {
display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.map-action-provider__heading strong {
color: #2a2c2f;
  font-size: 14px;
  font-weight: 700;
}
.map-action-provider__heading span {
color: #9ea6ac;
  font-size: 11px;
  text-align: right;
}
.map-action-route-buttons {
display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.map-action-route-btn {
display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.map-action-route-btn--kakao {
border: 1px solid #ead760;
  background: #fffdf3;
  color: #3f3a1f;
}
.map-action-route-btn--naver {
border: 1px solid #74d39e;
  background: #f5fff9;
  color: #11653a;
}
.map-action-route-btn:focus-visible {
outline: 3px solid rgba(37, 71, 157, 0.25);
  outline-offset: 2px;
}
.map-action-location-notice {
margin: 12px 2px 0;
  color: #9ea6ac;
  font-size: 12px;
  line-height: 1.55;
}
.map-action-unavailable-notice {
margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  background: #f6f7f9;
  color: #666d77;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
#container > .inner.map-action-section--mobile {
width: 100%;
    margin: 16px auto 48px !important;
    padding: 0 20px;
}
#container .inner.weather-section,
#container .inner.aerial-view-section,
#container .inner.naver-panorama-section {
margin-top: 40px !important;
}
.weather-section,
.aerial-view-section,
.naver-panorama-section {
margin-top: 40px;
}
.weather-card,
.aerial-view-card,
.naver-panorama-card {
padding: 16px;
}
.map-action-card {
padding: 18px 16px;
    border-radius: 18px;
}
.map-action-heading {
flex-direction: column;
    gap: 10px;
}
.map-action-context {
align-self: flex-start;
}
.map-action-primary-actions {
grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}
.map-action-primary-btn {
min-height: 64px;
    gap: 9px;
    padding: 11px 12px;
    border-radius: 14px;
}
.map-action-primary-btn strong {
font-size: 14px;
}
.map-action-details-heading {
align-items: flex-start;
    flex-direction: column;
}
.map-action-route-btn {
min-height: 44px;
}
.map-action-provider-grid {
grid-template-columns: minmax(0, 1fr);
}
.map-action-provider__heading {
align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}
.map-action-provider__heading span {
text-align: left;
}
.map-action-primary-btn,
.map-action-details-heading,
.map-action-route-btn {
scroll-margin-bottom: calc(140px + env(safe-area-inset-bottom, 0px));
}
.map-action-disabled-control::after {
display: none;
}
.map-action-section--mobile .map-action-card {
padding: 14px;
}
.map-action-section--mobile .map-action-eyebrow,
.map-action-section--mobile .map-action-description,
.map-action-section--mobile .map-action-context,
.map-action-section--mobile .map-action-primary-btn small,
.map-action-section--mobile .map-action-details-heading small {
display: none;
}
.map-action-section--mobile .map-action-heading {
display: block;
}
.map-action-section--mobile .map-action-title {
font-size: 20px;
}
.map-action-section--mobile .map-action-primary-actions {
gap: 8px;
    margin-top: 12px;
}
.map-action-section--mobile .map-action-primary-btn {
min-height: 52px;
    gap: 8px;
    padding: 8px 10px;
}
.map-action-section--mobile .map-action-primary-btn img {
width: 20px;
    height: 20px;
}
.map-action-section--mobile .map-action-details {
margin-top: 8px;
}
.map-action-section--mobile .map-action-details .map-action-details-heading {
min-height: 44px;
    justify-content: center;
    padding: 8px 2px 0;
}
.aerial-view-button,
.naver-panorama-button {
width: 100%;
    min-height: 44px;
}
.naver-panorama-summary {
align-items: stretch;
    flex-direction: column;
}
.naver-panorama-viewer {
height: clamp(300px, 56vh, 430px);
    border-radius: 12px;
}
}
.data-provenance-box {
margin-top: 24px;
  padding: 24px;
  border: 1px solid #d6dbdb;
  border-radius: 20px;
  background: #ffffff;
}
.data-provenance-box__header {
display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.data-provenance-box__header a {
flex: 0 0 auto;
  color: #25479d;
  font-weight: 700;
}
.data-provenance-box__list {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}
.data-provenance-box__list > div {
display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #d6dbdb;
}
.data-provenance-box__list dt {
color: #2a2c2f;
  font-weight: 700;
}
.data-provenance-box__list dd {
min-width: 0;
  overflow-wrap: anywhere;
}
.data-provenance-box__list a {
color: #25479d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.data-provenance-box__method {
margin-top: 16px;
  color: #9ea6ac;
  line-height: 1.65;
}
.data-provenance-box__notice {
margin-top: 10px;
  color: #9ea6ac;
  font-size: 13px;
  line-height: 1.6;
}
.data-provenance-box__actions {
display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d6dbdb;
}
.data-provenance-box__request, .data-provenance-box__delete {
min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #25479d;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.data-provenance-box__request {
background: #25479d;
  color: #ffffff;
}
.data-provenance-box__request:hover, .data-provenance-box__request:focus-visible {
background: #1e3a80;
}
.data-provenance-box__delete {
background: #ffffff;
  color: #25479d;
}
.data-provenance-box__delete:hover, .data-provenance-box__delete:focus-visible {
background: #f5f8ff;
}
@media screen and (max-width: 768px) {
.data-provenance-box {
padding: 20px;
}
.data-provenance-box__list {
grid-template-columns: minmax(0, 1fr);
}
}
@media screen and (max-width: 576px) {
.data-provenance-box__header {
align-items: flex-start;
    flex-direction: column;
}
.data-provenance-box__list > div {
grid-template-columns: 100px minmax(0, 1fr);
}
.data-provenance-box__actions {
align-items: stretch;
    flex-direction: column;
}
.data-provenance-box__request, .data-provenance-box__delete {
width: 100%;
}
}
.site-information {
min-height: calc(100vh - 220px);
  padding: 48px 20px 72px;
  background: #f1f5f9;
}
.site-information__card {
width: min(920px, 100%);
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}
.site-information__card h1 {
color: #2a2c2f;
  font-size: 30px;
  line-height: 1.3;
}
.site-information__card h2 {
margin-top: 32px;
  color: #2a2c2f;
  font-size: 20px;
}
.site-information__card p {
margin-top: 12px;
  line-height: 1.75;
}
.site-information__card a {
color: #25479d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-information__lead {
color: #9ea6ac;
  font-size: 17px;
}
@media screen and (max-width: 576px) {
.site-information {
padding: 24px 14px 48px;
}
.site-information__card {
padding: 24px 20px;
}
.site-information__card h1 {
font-size: 25px;
}
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  #wrapper.is-detail #container .inner {
    min-width: 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1240px) {
  /* The desktop information and image columns need over 1,100px together. */
  .data-info-box {
    flex-direction: column;
    gap: 16px;
  }
  .data-info-box > .info,
  .data-info-box > .lay-img {
    flex: 0 1 auto;
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }
  .data-info-box > .info dl {
    flex: 1 1 100%;
    min-width: 0;
  }
}
.site-footer {
position: relative;
  padding: 24px 20px;
  border-top: 1px solid #d6dbdb;
  background: #ffffff;
  color: #9ea6ac;
  text-align: center;
  z-index: 8;
}
.site-footer__links {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}
.site-footer__links a {
color: #2a2c2f;
  font-weight: 500;
}
.site-footer__summary {
margin-top: 12px;
  font-size: 12px;
}
.site-footer__summary span::before {
content: "·";
  margin: 0 7px;
}
body.noscroll .site-footer {
position: fixed;
  right: 20px;
  bottom: 14px;
  max-width: calc(100vw - 460px);
  padding: 8px 12px;
  border: 1px solid #d6dbdb;
  border-radius: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
body.noscroll .site-footer {
display: block;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: calc(72px + env(safe-area-inset-bottom, 0px));
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  border-radius: 0;
}
body.noscroll .site-footer nav.site-footer__links {
  justify-content: center;
  gap: 4px 12px;
  font-size: 11px;
}
body.noscroll .site-footer__links a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
}
body.noscroll .map {
  height: calc(100vh - var(--map-layout-top, 86px) - 72px - env(safe-area-inset-bottom, 0px));
  height: calc(100dvh - var(--map-layout-top, 86px) - 72px - env(safe-area-inset-bottom, 0px));
}
body.noscroll .sidebar {
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}
body.noscroll .btn-toggle-map {
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}
}
body.noscroll .site-footer .site-footer__links {
justify-content: flex-end;
  gap: 6px 12px;
  font-size: 11px;
}
body.noscroll .site-footer .site-footer__summary {
display: none;
}
.modal.modal-delete-request, .modal.modal-correction-request {
width: 520px;
}
@media screen and (max-width: 768px) {
.modal.modal-delete-request, .modal.modal-correction-request {
width: calc(100% - 32px);
    max-height: calc(100vh - 32px);
}
}
.modal.modal-delete-request .modal-cont, .modal.modal-correction-request .modal-cont {
height: auto;
  padding: 16px 0 0;
  overflow: visible;
}
.modal.modal-delete-request .delete-request-form,
.modal.modal-delete-request .correction-request-form, .modal.modal-correction-request .delete-request-form,
.modal.modal-correction-request .correction-request-form {
display: flex;
  flex-direction: column;
  align-items: stretch;
}
.modal.modal-delete-request .delete-request-form label,
.modal.modal-delete-request .correction-request-form label, .modal.modal-correction-request .delete-request-form label,
.modal.modal-correction-request .correction-request-form label {
margin-top: 16px;
  color: #2a2c2f;
  font-size: 16px;
  font-weight: 500;
}
.modal.modal-delete-request .delete-request-form label:first-child,
.modal.modal-delete-request .correction-request-form label:first-child, .modal.modal-correction-request .delete-request-form label:first-child,
.modal.modal-correction-request .correction-request-form label:first-child {
margin-top: 0;
}
.modal.modal-delete-request .delete-request-form label span,
.modal.modal-delete-request .correction-request-form label span, .modal.modal-correction-request .delete-request-form label span,
.modal.modal-correction-request .correction-request-form label span {
color: #ff5683;
}
.modal.modal-delete-request .delete-request-form input,
.modal.modal-delete-request .delete-request-form textarea,
.modal.modal-delete-request .correction-request-form input,
.modal.modal-delete-request .correction-request-form textarea, .modal.modal-correction-request .delete-request-form input,
.modal.modal-correction-request .delete-request-form textarea,
.modal.modal-correction-request .correction-request-form input,
.modal.modal-correction-request .correction-request-form textarea {
width: 100%;
  padding: 0 12px;
  margin-top: 8px;
  border: 1px solid #d6dbdb;
  border-radius: 8px;
  background: #ffffff;
}
.modal.modal-delete-request .delete-request-form input,
.modal.modal-delete-request .correction-request-form input, .modal.modal-correction-request .delete-request-form input,
.modal.modal-correction-request .correction-request-form input {
height: 48px;
}
.modal.modal-delete-request .delete-request-form textarea,
.modal.modal-delete-request .correction-request-form textarea, .modal.modal-correction-request .delete-request-form textarea,
.modal.modal-correction-request .correction-request-form textarea {
min-height: 128px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.5;
  resize: vertical;
}
.modal.modal-delete-request .delete-request-message,
.modal.modal-delete-request .correction-request-message, .modal.modal-correction-request .delete-request-message,
.modal.modal-correction-request .correction-request-message {
margin-top: 12px;
  color: #ff5683;
  font-size: 13px;
  line-height: 1.5;
}
.modal.modal-delete-request .delete-request-message[hidden],
.modal.modal-delete-request .correction-request-message[hidden], .modal.modal-correction-request .delete-request-message[hidden],
.modal.modal-correction-request .correction-request-message[hidden] {
display: none;
}
.modal.modal-delete-request .delete-request-email-guide,
.modal.modal-delete-request .correction-request-email-guide, .modal.modal-correction-request .delete-request-email-guide,
.modal.modal-correction-request .correction-request-email-guide {
margin-top: 8px;
  color: #9ea6ac;
  font-size: 13px;
  line-height: 1.5;
}
.modal.modal-delete-request .delete-request-actions,
.modal.modal-delete-request .correction-request-actions, .modal.modal-correction-request .delete-request-actions,
.modal.modal-correction-request .correction-request-actions {
display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #d6dbdb;
}
.modal.modal-delete-request .delete-request-actions .btn,
.modal.modal-delete-request .correction-request-actions .btn, .modal.modal-correction-request .delete-request-actions .btn,
.modal.modal-correction-request .correction-request-actions .btn {
min-width: 72px;
  line-height: 40px;
  padding: 0 16px;
}
.data-delete-request--bottom-tools {
width: 100%;
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #d6dbdb;
}
@media screen and (max-width: 768px) {
.data-delete-request--bottom-tools {
padding-top: 10px;
}
}
