.dgr-site-nav {
  position: relative;
  z-index: 1200;
  width: 100%;
  border-bottom: 1px solid #ff73c7;
  color: #ff73c7;
  background: #050505;
  font-family: Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}

.dgr-site-nav *,
.dgr-site-nav *::before,
.dgr-site-nav *::after {
  box-sizing: border-box;
}

.dgr-site-nav__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: min(1180px, 100%);
  min-height: 58px;
  margin: 0 auto;
  padding: 0 24px;
}

.dgr-site-nav a {
  all: unset;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  color: inherit;
  font: 800 13px/1 Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.dgr-site-nav__brand {
  padding-right: 18px;
}

.dgr-site-nav__actions {
  display: flex;
  align-items: stretch;
  border-left: 1px solid rgba(255, 115, 199, 0.5);
}

.dgr-site-nav__actions a {
  justify-content: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 115, 199, 0.5);
}

.dgr-site-nav__instagram {
  color: #050505 !important;
  background: #ff73c7 !important;
}

.dgr-site-nav a:hover,
.dgr-site-nav a:focus-visible {
  color: #050505 !important;
  background: #ffffff !important;
}

.dgr-site-nav a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -3px;
}

.dgr-article-context {
  display: flex;
  position: relative;
  z-index: 1100;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 44px;
  padding: 9px max(24px, calc((100% - 1132px) / 2));
  color: #050505;
  background: #fff7f1;
  border-bottom: 1px solid #050505;
  font-family: Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  letter-spacing: 0;
}

.dgr-breadcrumbs {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.dgr-breadcrumbs a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dgr-breadcrumbs span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dgr-article-context > p {
  flex: 0 0 auto;
  margin: 0;
  color: #555;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.dgr-related-guides {
  width: 100%;
  color: #ff73c7;
  background: #050505;
  border-top: 1px solid #ff73c7;
  border-bottom: 1px solid #ff73c7;
  font-family: Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  letter-spacing: 0;
}

.dgr-related-guides *,
.dgr-related-guides *::before,
.dgr-related-guides *::after {
  box-sizing: border-box;
}

.dgr-related-guides__inner {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  gap: 44px;
  margin: 0 auto;
  padding: 54px 24px;
}

.dgr-related-guides p {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 900;
}

.dgr-related-guides h2 {
  margin: 0 0 30px;
  color: inherit;
  font: 500 clamp(32px, 4vw, 54px)/0.95 Arial, "Helvetica Neue", Helvetica, Pretendard, sans-serif;
  letter-spacing: 0;
}

.dgr-related-guides a {
  color: inherit;
  text-decoration: none;
}

.dgr-related-guides__hub {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 900;
}

.dgr-related-guides nav {
  display: grid;
  align-content: start;
  border-top: 1px solid rgba(255, 115, 199, 0.6);
}

.dgr-related-guides nav a {
  display: grid;
  gap: 6px;
  min-height: 84px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 115, 199, 0.6);
}

.dgr-related-guides nav span {
  font-size: 10px;
  font-weight: 700;
}

.dgr-related-guides nav b {
  font-size: 17px;
  line-height: 1.35;
}

.dgr-related-guides a:hover,
.dgr-related-guides a:focus-visible {
  color: #ffffff;
}

@media (max-width: 520px) {
  .dgr-site-nav__inner {
    min-height: 54px;
    padding: 0 14px;
  }

  .dgr-site-nav a {
    min-height: 54px;
    font-size: 12px;
  }

  .dgr-site-nav__brand {
    padding-right: 10px;
  }

  .dgr-site-nav__actions a {
    padding: 0 12px;
  }

  .dgr-article-context {
    display: block;
    padding: 9px 14px;
  }

  .dgr-article-context > p {
    margin-top: 5px;
  }

  .dgr-related-guides__inner {
    display: block;
    padding: 42px 18px;
  }

  .dgr-related-guides nav {
    margin-top: 38px;
  }
}

@media (max-width: 360px) {
  .dgr-site-nav__inner {
    padding-right: 0;
  }

  .dgr-site-nav__actions a {
    padding: 0 10px;
  }
}
