/* Dark barber cards inside the existing cream team section. */
html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] {
  background: #11161d !important;
  background-color: #11161d !important;
  background-image: none !important;
  border: 1px solid rgba(215, 173, 36, .48) !important;
  border-top: 1px solid rgba(215, 173, 36, .72) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 38px rgba(35, 25, 16, .18) !important;
  color: #f8f4eb !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-five-barber-photo-frame="true"] {
  background: transparent !important;
  background-image: none !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-five-barber-photo="true"] {
  border: 3px solid var(--pc-card-accent, #d7ad24) !important;
  box-shadow: 0 11px 26px rgba(0, 0, 0, .38) !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-live-status="true"] {
  background: rgba(215, 173, 36, .14) !important;
  color: #e7c654 !important;
  -webkit-text-fill-color: #e7c654 !important;
  border: 1px solid rgba(215, 173, 36, .25) !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-barber-name="true"],
html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-barber-name="true"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-barber-role="true"] {
  color: var(--pc-barber-accent, #f0c92f) !important;
  -webkit-text-fill-color: var(--pc-barber-accent, #f0c92f) !important;
  font-weight: 800 !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] p:not([data-pc-live-status]):not([data-pc-barber-role]),
html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] small,
html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] span:not([data-pc-live-status]) {
  color: #9ea9b8 !important;
  -webkit-text-fill-color: #9ea9b8 !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-book-with-button="true"] {
  background: var(--pc-fixed-accent, var(--pc-barber-accent, #1b202a)) !important;
  color: var(--pc-fixed-text, #f7f8fb) !important;
  -webkit-text-fill-color: var(--pc-fixed-text, #f7f8fb) !important;
  border: 1px solid rgba(255, 255, 255, .04) !important;
  box-shadow: none !important;
}

html body [data-pc-five-barber-card="true"][data-pc-dark-barber-card="true"] [data-pc-book-with-button="true"]:hover {
  background: var(--pc-fixed-hover, var(--pc-barber-hover, #252c38)) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
