.shop-status-block {
  text-align: center;
}

.shop-status-block[hidden] {
  display: none !important;
}

.shop-status-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  max-width: 36em;
}

.shop-status-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.shop-status-image[hidden] {
  display: none !important;
}

.shop-status[hidden] {
  display: none !important;
}

.shop-status-link {
  color: inherit;
  text-decoration: underline;
}

.shop-status-link:hover {
  opacity: 0.85;
}

.shop-status {
  display: inline-block;
  margin: 0;
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  max-width: 36em;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
}

.shop-status.is-msg1,
.shop-status.is-msg2,
.shop-status.is-msg5,
.shop-status.is-msg6,
.shop-status.is-msg9 {
    border-color: #c8102e;
    background: #fff8f8;
}

.shop-status.is-msg3,
.shop-status.is-msg4,
.shop-status.is-msg7,
.shop-status.is-msg8 {
    border-color: #111111;
    background: #f4f4f4;
}

.shop-status-block--badge .shop-status-inner {
  max-width: 14rem;
}

.shop-status-block--badge .shop-status {
  font-size: 0.72rem;
  padding: 0.35rem 0.65rem;
  line-height: 1.45;
  text-align: center;
  max-width: 14rem;
}

.shop-status-block--hero .shop-status-inner {
  margin: 0 auto;
}

.shop-status-block--hero .shop-status {
  text-align: center;
}
