.showroom-type {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
}

.page-header {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  line-height: 120%;
}

.card-body {
  padding: 0;
}

.card .card-title {
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background-color: #d9e1e2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  margin: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.card .card-title strong {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
}

.card .card-title a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
  color: #1464f4;
}

.card .card-body {
  padding: 15px 0;
}

.card .field-row {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f7f9f9;
  display: flex;
  flex-direction: column;
}

.card .field-row:first-child {
  padding-top: 0;
}

.card .field-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.card .field-row strong {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
}

.card .field-date {
  flex-direction: row;
  justify-content: space-between;
}

.card .field-date .field-date-content {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  
  .card .field-date .field-date-content {
    font-size: 14px;
  }
}
