.detail-page {
  background: linear-gradient(180deg, #f3f5fb 0%, #f8f9fb 100%);
}

.detail-head {
  border-bottom-color: #dde3fb;
}

.detail-summary,
.detail-section {
  border-radius: 14px;
  border: 1px solid #eef0f6;
}

.detail-summary {
  box-shadow: 0 6px 18px rgba(19, 32, 76, 0.08);
}

.detail-summary h2 {
  color: #1b2a60;
}

.detail-location {
  margin: 8px 0;
  color: #7d8496;
  font-size: 12px;
}

.detail-album {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5f6573;
}

.detail-album b {
  color: #252b3b;
  font-size: 14px;
}

.detail-coupon {
  border: 1px solid #ffd0d4;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.detail-coupon button,
.write-report button {
  border: 1px solid #f35b65;
}

.detail-coupon button:active,
.write-report button:active,
.detail-footer button:active {
  transform: translateY(1px);
}

.chips span {
  border: 1px solid #e2e7ff;
}

.popularity span {
  border: 1px solid #ffe1b5;
  background: #fff9ee;
}

.report-card {
  border: 1px solid #e8ebf5;
}

.report-card header {
  margin-bottom: 8px;
}

.detail-footer button {
  border-width: 1.5px;
}

.photo.has-image,
.detail-photo.has-image {
  background-position: center;
  background-size: cover;
}

.photo.has-image::after {
  display: none;
}

.availability {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  padding: 3px 6px;
  border-radius: 8px;
  background: rgba(35, 170, 105, 0.9);
  color: #fff;
  font-size: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.availability.off {
  background: rgba(75, 79, 91, 0.82);
}

.price small,
.detail-price strong small {
  margin-right: 1px;
  font-size: 9px;
}

.detail-summary > div > em {
  padding: 3px 7px;
  border-radius: 9px;
  background: #eaf8f1;
  color: #268c5a;
  font-size: 10px;
  font-style: normal;
}

.detail-price {
  display: flex !important;
  align-items: baseline !important;
  margin-top: 12px;
}

.detail-price strong {
  color: #ee4854;
  font-size: 24px;
}

.detail-price > small {
  color: #999;
}

.detail-price > i {
  margin-left: auto;
  padding: 4px 9px;
  border-radius: 12px;
  background: #eaf8f1;
  color: #268c5a;
  font-size: 11px;
  font-style: normal;
}

.contact-list span {
  align-items: center;
}

.contact-list span b {
  margin-left: auto;
}

.contact-list span button {
  margin-left: 9px;
  padding: 5px 9px;
  border: 0;
  border-radius: 11px;
  background: #edf0ff;
  color: var(--blue);
  font-size: 10px;
}

.share-provider {
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border: 1px solid #dfe4ff;
  border-radius: 12px;
  background: #f7f8ff;
  color: var(--blue);
}
