.ac-container {
  background: #111111;
  color: #f0ead6;
  padding: 25px;
  border: 1px solid #9c896c;
  font-family: "Outfit", sans-serif;
}
.ac-form {
  margin-bottom: 40px;
  border-bottom: 1px solid #9c896c;
  padding-bottom: 25px;
}
.ac-form h3 {
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  color: #f0ead6;
}
.ac-form input,
.ac-form select,
.ac-form textarea {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #9c896c;
  color: #f0ead6;
  padding: 5px;
  margin: 10px 0;
  border-radius: 0;
}
.ac-form button {
  background: #f0ead6;
  color: #111111;
  border: none;
  padding: 15px 30px;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.ac-form button:hover {
  background: #9c896c;
  color: #ffffff;
}
.ac-item {
  padding: 20px 0;
  border-bottom: 1px solid #1a1a1a;
}
.ac-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ac-header strong {
  font-family: "Syne", sans-serif;
  color: #9c896c;
  text-transform: uppercase;
}
.ac-stars {
  color: #9c896c;
  font-size: 18px;
}
.ac-item p {
  margin: 10px 0;
  line-height: 1.6;
}
.ac-item small {
  opacity: 0.5;
  font-size: 11px;
}
