.text-secondary {
	font-size: 14px;
	margin-bottom: 6px;
}
.select-taxonomy {
	font-size: 14px;
	color: #60676C;
	font-weight: 500;
	padding: 10px 16px;
	color:#60676C !important;
	border-color: #DBDBDB !important;
}
.package-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.package-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.custom-pagination ul li a:focus {
	background-color: #444 !important;
}

.btn-reisagenda-clear {
	border: 1px solid !important;
}
#reisagenda-filter{
	padding-top: 100px !important;
}

@media screen and (max-width: 1366px) {
	.select-taxonomy {
		padding: 10px 10px !important;
	}
}
@media screen and (min-width: 1366px) {
	.select-taxonomy {
		padding: 10px 10px !important;
	}
}

.load-more-wrapper,
.load-more-btn {
    pointer-events: auto !important;
}

.trip-results {
    position: relative;
    z-index: 5;
}

@media (max-width: 991px) {
    .trip-results-count {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .trip-list-col {
        padding: 0 20px !important;
    }
	    #reisagenda-filter {
        padding-top: 24px !important;
    }
}

.rewild-action-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #2F393F;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #2F393F;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.rewild-action-button:hover {
    background-color: #ffffff;
    color: #2F393F;
    border: 1px solid #2F393F !important;
}

button.rewild-action-button {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
}

button.rewild-action-button:focus,
button.rewild-action-button:active {
    outline: none;
    box-shadow: none;
}

.rewild-action-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.rewild-action-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* pijl toevoegen */
.rewild-action-button::after {
    content: "→";
    font-size: 14px;
    line-height: 1;
    transition: transform 0.3s ease;
}

/* hover animatie pijl */
.rewild-action-button:hover::after {
    transform: translateX(3px);
}


.load-more-wrapper {
    display: flex;
    justify-content: center;
}

.load-more-trips {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.load-more-trips.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

@media (min-width: 992px) {
    .trip-results-count {
        display: none;
    }
}

