body {
  background-color: #f8f5ee;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.container {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
}

h1 {
  color: #4a2f1b;
  font-family: "Playfair Display", serif;
  padding-bottom: 15px;
  border-bottom: 2px solid #a89476;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.card {
  border: 1px solid #d3c7b7;
  transition: transform 0.2s, box-shadow 0.2s;
  background-color: #ffffff;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #4a2f1b;
  font-weight: 600;
}

.card-text.text-muted {
  color: #79685a !important;
  font-style: italic;
}

.btn-success {
  background-color: #a89476;
  border-color: #947e62;
  color: white;
  transition: background-color 0.3s;
}

.btn-success:hover {
  background-color: #947e62;
  border-color: #806b52;
}

.btn-info {
  background-color: #6a5a48;
  border-color: #55483a;
}

.btn-info:hover {
  background-color: #55483a;
  border-color: #403629;
}

.input-group .form-control {
  border: 1px solid #d3c7b7;
  background-color: #fffaf0;
}

.publisher-link a {
  color: #6a5a48;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.publisher-link a:hover {
  color: #4a2f1b;
  text-decoration: underline;
}
