.vdr-entry-container {
  position: relative;
  background-color: #fff;
}

.back-button-container {
  position: absolute;
  top: 20px;
  right: 0;
}

.back-button {
  font-size: 14px;
  color: #333;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
}

.back-button:hover {
  color: #007bff;
}

.vdrEntryPage_card {
  top: 20px;
  border: none !important;
}

.vdrEntryPage_card-header {
  border: none !important;
  background-color: transparent !important;
  font-weight: bolder;
}

.breadcrumb li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  margin-left: 25px;
}