﻿.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content p {
  color: #333;
}

.rent-details-item label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  color: white;
}

.custom-placeholder, .custom-placeholder:focus, .custom-placeholder:active {
  color: black;
  opacity: 1;
  background: transparent;
  border: none;
  box-shadow: none;
}
.custom-placeholder::placeholder, .custom-placeholder:focus::placeholder, .custom-placeholder:active::placeholder {
  color: var(--text-color);
}

.best-offers {
  background: var(--accent-color);
  color: white;
}

.rent-details-h5 {
  line-height: 1.5;
}

.btn-only {
  margin: 0;
}
.btn-only:before {
  display: none;
}

.response-output {
  color: #46B450 !important;
  border-color: #46B450 !important;
  background: transparent;
  margin: 20px 0 0 0 !important;
  padding: 5px 10px !important;
  border-radius: 30px !important;
  border: 1px solid !important;
  line-height: 1.1em;
  align-content: center;
}

.icon-why-choose {
  min-width: 32px;
  min-height: 32px;
}
