.mechanic-strip[data-astro-cid-h3lbjdp6] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin: 20px auto 30px;
  padding: 18px 20px;
  border: 1px solid #e7dfda;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 35px -30px #000;
}

.mechanic-strip__info[data-astro-cid-h3lbjdp6] {
  display: flex;
  flex-direction: column;
}

.mechanic-strip__info[data-astro-cid-h3lbjdp6] span[data-astro-cid-h3lbjdp6] {
  color: #b33b0c;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mechanic-strip__info[data-astro-cid-h3lbjdp6] strong[data-astro-cid-h3lbjdp6] {
  margin-top: 3px;
  font-size: .85rem;
}

.mechanic-strip[data-astro-cid-h3lbjdp6] nav[data-astro-cid-h3lbjdp6] {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.mechanic-strip[data-astro-cid-h3lbjdp6] nav[data-astro-cid-h3lbjdp6] a[data-astro-cid-h3lbjdp6] {
  padding: 8px 10px;
  border-radius: 8px;
  color: #5a514c;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
}

.mechanic-strip[data-astro-cid-h3lbjdp6] nav[data-astro-cid-h3lbjdp6] a[data-astro-cid-h3lbjdp6]:hover {
  background: #fff0e7;
  color: #b33b0c;
}

.mechanic-strip__actions[data-astro-cid-h3lbjdp6] {
  display: flex;
  gap: 7px;
}

.mechanic-strip__actions[data-astro-cid-h3lbjdp6] a[data-astro-cid-h3lbjdp6] {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #c2410c;
  color: #fff;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
}

.mechanic-strip__actions[data-astro-cid-h3lbjdp6] a[data-astro-cid-h3lbjdp6] + a[data-astro-cid-h3lbjdp6] {
  border: 1px solid #d8d0cb;
  background: #fff;
  color: #282320;
}

@media (width <= 1040px) {
  .mechanic-strip[data-astro-cid-h3lbjdp6] {
    grid-template-columns: 1fr auto;
  }

  .mechanic-strip[data-astro-cid-h3lbjdp6] nav[data-astro-cid-h3lbjdp6] {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }
}

@media (width <= 650px) {
  .mechanic-strip[data-astro-cid-h3lbjdp6] {
    grid-template-columns: 1fr;
  }

  .mechanic-strip__actions[data-astro-cid-h3lbjdp6] {
    grid-column: 1;
    flex-wrap: wrap;
  }

  .mechanic-strip[data-astro-cid-h3lbjdp6] nav[data-astro-cid-h3lbjdp6] {
    grid-row: auto;
  }

  .mechanic-strip[data-astro-cid-h3lbjdp6] nav[data-astro-cid-h3lbjdp6] a[data-astro-cid-h3lbjdp6] {
    background: #f7f4f2;
  }
}
