/* Styly pro vylepšení vzhledu pop-upu */
#promoPopup .modal-header {
    background-color: #26ace3 !important;;
    color: white;
    border-bottom: none;
}
#promoPopup .modal-title {
    font-weight: 600;
}
/* --- OPRAVA A ZVĚTŠENÍ KŘÍŽKU --- */
#promoPopup .close {
    color: white;
    opacity: 1;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    font-size: 2.2rem;
    line-height: 1;
}
#promoPopup .close:focus {
    outline: none;
}
/* --- IKONA VLEVO --- */
#promoPopup .promo-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#promoPopup .promo-icon {
    font-size: 9rem;
    color: #26ace3;
    opacity: 0.9;
}
#promoPopup .list-group-item {
    border: none;
    padding: 0.5rem 0;
}

#promoPopup .list-group-item a {
    text-decoration: underline;
}

/* --- PŘIDÁNO: Změna barvy ikon v seznamu --- */

#promoPopup .list-group-item .fa-map-marker-alt {
    color: #26ace3 !important;
    font-size:20px;
    margin-right: 10px;
}

#promoPopup .price-tag {
    color: #26ace3;
    font-weight: bold;
}
#promoPopup .bonus-section {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#promoPopup .bonus-section h4 {
    color: #28a745;
    font-weight: bold;
}
#promoPopup .bonus-item {
    margin-top: 15px;
    font-size: 1.1rem;
}

/* Zarovnání modalu na střed */
.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 0);
}

@media (min-width: 576px) {
    .modal-dialog.modal-xl {
        max-width: 1140px;
        margin: auto;
    }
}

/* Pro zajištění scrollu, pokud je obrazovka malá */
.modal-content {
    max-height: 95vh;
    overflow-y: auto;
}


.promo-section {
  margin: 60px 0;
}

.promo-box {
  border: 2px solid #26ace3;
  border-radius: 8px;
  overflow: hidden;
}

.promo-header {
  background-color: #26ace3;
  color: white;
  padding: 20px;
}

.promo-title {
  font-weight: 600;
  margin: 0;
}

.promo-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.promo-section .list-group-item {
  border: none;
  padding: 0.5rem 0;
  font-size: 1rem;
}

.promo-section .list-group-item .fa-map-marker-alt {
  color: #26ace3 !important;
  font-size: 1.1rem;
  margin-right: 10px;
}

.promo-section .list-group-item a {
  text-decoration: underline;
}

.price-tag {
  color: #26ace3;
  font-weight: bold;
}

.bonus-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bonus-section h4 {
  color: #28a745;
  font-weight: bold;
}

.bonus-item {
  margin-top: 15px;
  font-size: 1.1rem;
}
