@import '../shared/_base.css';
@import '../shared/_navbar.css';
@import '../shared/_footer.css';
@import '../shared/_mobile.css';
@import '../shared/_cards.css';

.book-date {
  color: #e0b5b5 !important;
  background-color: #5b0a14;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #2B1B12;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 0.7;
  padding: 5px;
  float: left;
  margin-right: 20px;
  vertical-align: middle;
}

.card {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card h3 {
  width: 100%;
}

.card p {
  flex: 1;
  min-width: 200px;
}
