.spacart-classified {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d7dde3;
  border-left: 4px solid #c34a24;
  border-radius: 6px;
  background: #fff;
  color: #20252a;
}

.spacart-classified h3,
.spacart-classified p { margin: 0; }
.spacart-classified__eyebrow { display: block; margin-bottom: 4px; color: #59636e; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.spacart-classified__tag { justify-self: start; padding: 4px 8px; border-radius: 4px; background: #eef4f1; color: #25614b; font-size: .8rem; font-weight: 700; }
.spacart-classified__action { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 4px; background: #9c3519; color: #fff; font-weight: 700; text-decoration: none; }
.spacart-classified__action:hover { background: #7d2914; color: #fff; }

@media (max-width: 560px) {
  .spacart-classified { grid-template-columns: 1fr; }
  .spacart-classified__action { width: 100%; }
}
