/* FuelDash V415 — station sharing control and clipboard feedback. */
#app .fd-detail-share {
  flex: 0 0 38px;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 9px;
  font-size: 0;
  line-height: 1;
}

#app .fd-detail-share svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fd-share-feedback {
  position: fixed;
  z-index: 2147482000;
  left: 50%;
  bottom: calc(94px + env(safe-area-inset-bottom, 0px));
  max-width: min(calc(100vw - 36px), 360px);
  padding: 11px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: #171719;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  transform: translateX(-50%);
}

.fd-share-feedback.is-error {
  border-color: rgba(255, 59, 48, .45);
  color: #ff9a94;
}

.fd-share-feedback[hidden] {
  display: none !important;
}
