.modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #333;
}

.modal-body {
  background-color: black;
}

.modal-info h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.metadata-section {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}

.metadata-section:last-child {
  border-bottom: none;
}

.metadata-section h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}

.metadata-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  padding: 1em;
}

.metadata-label {
  font-weight: bold;
  color: #cccccc;
  flex: 0 0 40%;
}

.metadata-value {
  color: #ffffff;
  flex: 1;
  text-align: right;
  word-break: normal;
  padding: 1em;
}

.close {
  color: #ffffff;
  font-size: 28px;
}

.close:hover {
  color: #cccccc;
}