@import url("../hausverwaltungen/styles.css?v=36");

/* Gewerbe: Rechnungsschein und Video-Einwilligung auf HV-Chrome. */

.hero__bill {
  display: block;
  margin-top: 1.35rem;
  max-width: 22rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  font-variant-numeric: tabular-nums;
}

.hero__bill:hover {
  background: var(--surface-2);
}

.hero__bill:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.bill__head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
  margin-bottom: 0.35rem;
}

.bill__issuer {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bill__kind {
  margin: 0;
  font-size: 0.85rem;
  color: #4a4f4c;
}

.bill--slip dl {
  margin: 0;
  display: grid;
}

.bill--slip dl div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.5rem 0;
  border-top: 1px solid #dcdedb;
  font-size: 0.9rem;
}

.bill--slip dt {
  color: var(--ink-2);
}

.bill--slip dd {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
}

.bill--slip .bill__foot {
  margin: 0.7rem 0 0;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
}

.video-embed iframe[hidden] {
  display: none !important;
}

.video-embed .video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-embed .video__poster[hidden] {
  display: none !important;
}

.video-embed:has(.video__poster) .video-consent {
  background: color-mix(in srgb, var(--primary-dark) 52%, transparent);
}

.video-embed .video-consent {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: center;
  background: var(--primary-dark);
  color: #fff;
}

.video-embed .video-consent[hidden] {
  display: none !important;
}

.video-embed .video-consent p {
  margin: 0 auto;
  max-width: 44ch;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}

.video-embed .video-consent a {
  color: inherit;
  text-decoration: underline;
}

.funnel-options--kwh .option-label {
  font-size: 0.92rem;
  line-height: 1.25;
}

.funnel-options--kwh .funnel-option:last-child {
  grid-column: 1 / -1;
}

.process--four {
  grid-template-columns: 1fr 1fr;
}

.process--four .process-step {
  padding-top: 2.4rem;
}

.process--four .process-line {
  display: none;
}

@media (max-width: 680px) {
  .process--four {
    grid-template-columns: 1fr;
  }
}
