/* Basiskleuren */
.card-title { 
  color: var(--main-color); 
}
.card-text, 
.text-muted { 
  color: #333 !important; 
}

/* Afbeeldingen */
.img-top-border-EH { 
  border-top-left-radius: 0.5rem; 
}
.img-bottom-border-EH { 
  border-bottom-left-radius: 0.5rem; 
  border-top: 2px solid #fff; 
}
.populaire-card img { 
  width: 100%; 
  height: auto; 
  object-fit: cover; 
}

/* Card */
.populaire-card .card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;           /* flex container */
  flex-direction: row;
  flex-wrap: nowrap;       /* voorkom dat rechterdeel naar onder valt */
}

/* Hover tilt + schaduw */
.populaire-card .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}

/* Button los van externe stylesheets */
.btn-custom-link {
  display: inline-block !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  background-color: #e91e63 !important;
  border-radius: 0.25rem !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-custom-link:hover {
  background-color: #d81b60 !important;
  transform: translateY(-1px);
  color: #fff !important;
}

/* Tekstcontainer flex */
.col-md-9.d-flex {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Ultra compacte button-achtige tag */
.tag-eilandhoppen {
  display: inline-block;
  background-color: #e93074;  /* roze */
  color: #fff !important;     /* wit */
  font-size: 0.65rem;         /* klein tekstje */
  font-weight: 500;
  padding: 0.01rem 0.25rem;   /* minimale top/bottom padding */
  border-radius: 0.25rem;     /* kleine afgeronde hoekjes */
  text-decoration: none;
  white-space: nowrap;
}

.card-separator {
  width: 60px;                 /* lengte van de lijn */
  height: 1px;                 /* dikte van de lijn */
  background-color: #ffc107;   /* Bootstrap warning kleur */
  margin: 1.5rem auto;         /* ruimte boven/onder en centreren */
  border-radius: 1px;          /* optioneel, afgerond */
}

/* Verbergen van cards via filter */
.card-filter-hidden {
  display: none !important;
}

/* Nieuwe filter-styling voor checkboxes */
.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.filter-box {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffffff;
  border: 2px solid #e93074;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 15px;
  color: #e93074;
  font-weight: 400;
  cursor: pointer;
  transition: all .2s ease;
}

.filter-box input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #e93074;
  cursor: pointer;
}

.filter-box:hover {
  background: #e93074;
  color: white;
}
/* Verberg alle filter-boxen behalve de eerste 10 */
.filter-more-content .filter-box:nth-child(n+11) {
    display: none;
}

.filter-more-content.expanded .filter-box {
    display: inline-flex !important;
}
.hidden-filter {
    display: none;
}

/* Toon meer / Toon minder button in Griekse Gids Reizen-stijl */
.toggle-btn {
    display: block;
    margin: 20px auto;
    cursor: pointer;
    background: #e93074;     /* roze */
    color: #ffffff;          /* witte tekst */
    border: 2px solid #e93074;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;      /* minder rond, meer button-look */
    text-align: center;
    transition: all .25s ease;
}
.toggle-btn:hover {
    background: #ffffff;     /* wit */
    color: #e93074;          /* roze tekst */
    border-color: #e93074;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(233,48,116,0.25);
}

.toggle-btn:focus,
.toggle-btn:active {
    outline: none !important;
    border-color: #e93074 !important;
    box-shadow: none !important;
}
.eh-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 20px 0;
    flex-wrap: wrap;
}

.page-link-eh {
    display: inline-block;
    min-width: 36px;
    padding: 6px 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    color: #e93074;
    border: 2px solid #e93074;
    transition: all .2s ease;
    cursor: pointer;
}

.page-link-eh:hover:not(.disabled):not(.page-ellipses-eh) {
    background: #e93074;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(233,48,116,0.25);
}

.page-link-eh.active {
    background: #e93074;
    color: #ffffff;
    cursor: default;
}

/* Vorige / volgende uitgezet */
.page-link-eh.disabled {
    opacity: 0.5;
    cursor: default;
    box-shadow: none;
}

/* De '...' ellipses */
.page-ellipses-eh {
    background: transparent;
    border-color: transparent;
    color: #666;
    cursor: default;
}

/* buitenste container: alles in een kolom en centreren */
.filter-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* titels boven elke rij */
.filter-title {
    font-weight: 700;
    color: #e93074;
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
}

/* toon meer/minder knop mooi in het midden */
.toggle-btn {
    display: block;
    margin: 20px auto 0 auto;  /* horizontaal centreren */
}
#noResultsMessage {
    text-align: center;
    font-size: 18px;
    color: #444;
    padding: 20px 0;
    font-weight: 600;
    width: 100%;
    display: block;
}

#noResultsMessage {
    text-align: center;
    font-size: 18px;
    color: #e93074;
    font-weight: 600;
    padding: 25px 0;
}
.filter-subtitle-inline {
    font-size: 12px;
    color: #777;
    font-weight: 400;
    margin-left: 8px;
    display: inline-block;
}
