.height-fit-content {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.dhk-crowdedness-card {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #EBE5EA;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fdfdfd;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.dhk-crowdedness-card p {
  margin: 0;
}
.dhk-crowdedness-card .dhk-cc__header {
  height: 60px;
  background-color: #EBE5EA;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
}
.dhk-crowdedness-card .dhk-cc__header > .font-crowdedness-title {
  display: block;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
}
.dhk-crowdedness-card .dhk-cc__header > a.font-crowdedness-title {
  text-decoration: underline;
}
.dhk-crowdedness-card .dhk-cc__header .visitor-information {
  position: relative;
  margin-left: 8px;
}
.dhk-crowdedness-card .dhk-cc__header .visitor-information > svg {
  position: relative;
  top: -2px;
}
.dhk-crowdedness-card .dhk-cc__header .visitor-information:not(:hover) .visitor-information-dialog {
  display: none;
}
.dhk-crowdedness-card .dhk-cc__header .visitor-information .visitor-information-dialog {
  background-color: white;
  box-sizing: border-box;
  padding: 12px 12px 12px 12px;
  border-radius: 16px;
  border: 1px solid #EBE5EA;
  position: absolute;
  top: -15.5px;
  left: -13px;
  width: 450px;
}
.dhk-crowdedness-card .dhk-cc__header .visitor-information .visitor-information-dialog .visitor-information-title > svg {
  position: relative;
  top: -1px;
  margin-right: 4px;
  display: inline-block;
}
.dhk-crowdedness-card .dhk-cc__header .visitor-information .visitor-information-dialog .visitor-information-body {
  margin-top: 10px;
}
.dhk-crowdedness-card .dhk-cc__body {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 28px;
  flex-wrap: initial;
  margin: 24px 19px 24px 19px;
}
@media (max-width: 768px) {
  .dhk-crowdedness-card .dhk-cc__body {
    gap: 12px;
  }
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__priority-access {
  border-radius: 16px;
  display: block;
  background-color: #3B002B;
  color: white;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  box-sizing: border-box;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__priority-access svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 12px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__opening-hours > p {
  line-height: 1.7 !important;
  margin-bottom: 0px !important;
}
.dhk-crowdedness-card .dhk-cc__body .opening-hours-text {
  font-weight: 800 !important;
}
.dhk-crowdedness-card .dhk-cc__body .opening-hours-text > img {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-left {
  width: calc(100% - 207px);
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-left .dhk-cc__gates {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 20px;
  flex-wrap: initial;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__separator {
  border-right: 1px solid #D8CCD5;
  width: 1px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right {
  width: 150px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: initial;
  gap: 0;
  flex-wrap: initial;
  box-sizing: border-box;
  padding-top: 3px;
  margin-bottom: 10px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status > p {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: initial;
  display: none;
  margin-bottom: 0px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status > p.font-waiting-time-number {
  white-space: nowrap;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status p[data-status="0"] {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="0"] > p[data-status="0"],
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="1"] > p[data-status="1"],
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="2"] > p[data-status="2"],
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="3"] > p[data-status="3"],
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="4"] > p[data-status="4"],
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="5"] > p[data-status="5"],
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__waiting-status[data-status="custom"] > p[data-status="custom"] {
  display: flex;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__last-updated {
  margin-top: 10px;
}
.dhk-crowdedness-card .dhk-cc__body .dhk-cc__remark {
  margin-top: 36px;
  margin-left: 19px;
  margin-right: 19px;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body {
  flex-direction: column;
  gap: 0px;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 28px;
  flex-wrap: initial;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__gates {
  gap: 0px;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__gates .dhk-cc__gate-item {
  line-height: 1.5;
  display: block;
  box-sizing: border-box;
  padding-bottom: 28px;
  margin-bottom: 10px;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__gates .dhk-cc__gate-item:last-of-type {
  padding-bottom: 0px;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__body-right .dhk-cc__waiting-status {
  padding-top: 0px;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__body-right .dhk-cc__waiting-status > p {
  position: relative;
}
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__body-right .dhk-cc__waiting-status[data-status="4"] > p,
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__body-right .dhk-cc__waiting-status[data-status="5"] > p,
.dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__body-right .dhk-cc__waiting-status[data-status="custom"] > p{
  top: 4px;
}

@media (max-width: 768px) {
  .dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom {
    gap: 12px;
  }
  .dhk-crowdedness-card[data-multiple-wp] .dhk-cc__body .dhk-cc__body-bottom .dhk-cc__gates .dhk-cc__gate-item {
    min-height: 42px;
  }
}
@media (max-width: 768px) {
  .dhk-crowdedness-card {
    border-radius: 12px;
    padding: 4px;
  }
  .dhk-crowdedness-card .dhk-cc__header {
    border-radius: 12px;
  }
  .dhk-crowdedness-card .dhk-cc__body {
    margin: 23px 15px 23px 15px;
    gap: 12px;
  }
  .dhk-crowdedness-card .dhk-cc__body .dhk-cc__priority-access {
    border-radius: 12px;
    min-width: unset;
    padding-left: 16px;
    padding-right: 16px;
  }
  .dhk-crowdedness-card .dhk-cc__body .dhk-cc__priority-access svg {
    width: 0.75rem;
    height: 0.75rem;
    top: 0px;
  }
  .dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-left {
    width: calc(100% - 145px);
  }
  .dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right {
    width: 120px;
  }
  .dhk-crowdedness-card .dhk-cc__body .dhk-cc__body-right .dhk-cc__wt-unit {
    line-height: 1.7;
  }
}
.dhk-crowdedness-card-container {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  gap: 20px;
  flex-wrap: wrap;
}
.dhk-crowdedness-card-container > .dhk-cc-container__column {
  display: flex;
  flex-direction: column;
  align-items: initial;
  justify-content: initial;
  gap: 20px;
  flex-wrap: initial;
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .dhk-crowdedness-card-container {
    gap: 20px;
  }
  .dhk-crowdedness-card-container > .dhk-cc-container__column {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .dhk-crowdedness-card-container {
    gap: 12px;
  }
  .dhk-crowdedness-card-container > .dhk-cc-container__column {
    gap: 12px;
  }
}
.dhk-crowdedness-card-container {
  padding: 0px;
}
@media screen and (max-width: 992px) {
    .dhk-crowdedness-card-container .dhk-cc-container__column > .cmp-container {
      padding-bottom: 0px !important;
      padding-top: 0px !important;
    }
}
.dhk-crowdedness-card-container .dhk-cc-container__column > .cmp-container > .dhk-cmp:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.dhk-crowdedness-card-container .dhk-cc-container__column > .cmp-container > .dhk-cmp:not(:last-of-type) {
      margin-bottom: 12px;
    }
}
@media screen and (max-width: 768px) {
  .dhk-crowdedness-card-container {
    padding: 4px;
  }
}

@media (max-width: 1024px) {
  html[dir] .dhk .container.no-padding-top .dhk-cc-container__column.dhk-cc-container__right > .cmp-container {
    padding-top: 0px !important;
  }
}
.fc-purple {
  color: #4f1940;
}
.fc-darkpurple {
  color: #3b002b;
}
.fc-lightpurple {
  color: #9d8095;
}
.fc-lightgray {
  color: #d8ccd5;
}
.fc-pinkishwhite {
  color: #fdf7f8;
}
.fc-red {
  color: #ff1700;
}
.fc-white {
  color: #ffffff;
}
.dhk-crowdedness-card .font-crowdedness-title {
  
  color: #3b002b;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dhk-crowdedness-card .font-crowdedness-title {
    font-size: 1rem;
    font-weight: 800;
  }
}
.dhk-crowdedness-card .font-crowdedness-popup-title {
  
  color: #3b002b;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dhk-crowdedness-card .font-crowdedness-popup-title {
    font-size: 0.875rem;
    font-weight: 700;
  }
}
.dhk-crowdedness-card .font-crowdedness-popup-content {
  
  color: #3b002b;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .dhk-crowdedness-card .font-crowdedness-popup-content {
    font-size: 0.75rem;
  }
}
.dhk-crowdedness-card .font-crowdedness-content {
  
  color: #3b002b;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .dhk-crowdedness-card .font-crowdedness-content {
    font-size: 0.75rem;
  }
}
.dhk-crowdedness-card .font-general-btn {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .dhk-crowdedness-card .font-general-btn {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .dhk-crowdedness-card .font-general-btn {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.dhk-crowdedness-card .font-gate-item {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .dhk-crowdedness-card .font-gate-item {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .dhk-crowdedness-card .font-gate-item {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.dhk-crowdedness-card .font-general-body {
  
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .dhk-crowdedness-card .font-general-body {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .dhk-crowdedness-card .font-general-body {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.dhk-crowdedness-card .font-general-subcontent {
  
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .dhk-crowdedness-card .font-general-subcontent {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .dhk-crowdedness-card .font-general-subcontent {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.dhk-crowdedness-card .font-waiting-time-number {
  font-weight: 700;
  font-size: 2.25rem;
  color: #3b002b;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .dhk-crowdedness-card .font-waiting-time-number {
    font-size: 1.5rem;
  }
}
.dhk-crowdedness-card .font-waiting-time-unit {
  
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.5;
  color: #3b002b;
}
.dhk-crowdedness-card .font-waiting-time-notice {
  
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #3b002b;
}
.dhk-crowdedness-card .font-last-updated {
  
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.3;
  color: #3b002b;
}

