/* child-styles.css
contains additional override styles since I do not have access to the source files
Marc D 9.17.25 */

.accord-item[data-open="true"] .accord-content {
	max-height: none;
	height: 100%;
}

/* Fixes "Move the More > to below the summary paragraph" */
.page-template-page-destination-tripideas .itineraries__container .heading__links {
  top: auto;
  bottom: 10px;
}


.content-icons.-size-narrow .heading__content * {
	max-width: none !important;
}

.content-icons.-size-narrow .content-icons__column {
	justify-content: center;
}


