.popup-container {
  width: 300px !important;
}

.popup-info {
  display: flex;
  flex-direction: column;
}

.popup-info strong {
  font-size: 16px;
}

.popup-info small {
  font-size: 14px;
}

.popup-button-container {
  display: flex;
  justify-content: end;
  margin-top: 4px;
}

.popup-button {
  text-transform: uppercase;
  color: #d41212;
}
