/*

Custom css (for main-multi-container)

*/

.main-multi-container{
  padding-top: 80px;
}

.main-multi-container img{
  width: auto;
}

.main-multi-container p{
  color: black;
}

.main-multi-container h3 {
  font-size: calc(0.9rem + .6vw);
}

/* Price */
.price h3 {
  text-align: left;
  padding-left: 5rem;
  color: #fe664e !important;
}
.price p em {
  color: #fe664e !important;
}

.price table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: Arial, sans-serif;
}

.price thead th {
  text-align: right;
  background-color: #f0f0f0;
  padding: 10px;
  border-bottom: 2px solid #ccc;
}

.price tbody td {
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.price tbody tr:hover {
  background-color: #fafafa;
}

.price td:first-child, th:first-child {
  text-align: left;
  font-weight: bold;
}

.fa-info-circle {
  margin-left: 6px;
  cursor: help;
  color: #fe664e; /* nebo jiná barva podle stylu */
}

.fa-check {
  margin-left: 5px;
  cursor: none;
  color: #afafaf;
}

.fa-times {
  margin-left: 6px;
  cursor: none;
  color: #afafaf;
}

.nacc .ticks-list div {
  margin-bottom: 10px;
  font-size: 15px;
}

form .form-label {
  display: none;
}

