.experiences-archive-container,
.single-experience-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	min-width: 300px;
}

.experience-archive-card {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	margin: 10px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.experience_archive_card-image {
	/* height: 85px; */
	width: 100px;
	flex-shrink: 0;
}

.experience_archive_card-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.experience_archive_card-image.contain img {
    object-fit: contain;
    padding-left: 10px;
}

.experience_archive_card-content {
	width: calc(100% - 100px);
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	/* gap: 15px; */
}

.experience_archive_card-description {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-content: center;
	flex: 1;
}

.experience_archive_card-description h3 {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	width: 100%;
	font-weight: 600;
	color: #333;
}

.experience_archive_card-description .excerpt {
	margin: 0;
	line-height: 1.3;
	font-size: 11px;
	font-weight: 400;
	width: 100%;
	color: #666;
}

.experience_archive_card-description .cost {
	margin: 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	color: #333;
}

.experience_archive_card-button {
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	gap: 5px;
	padding-right: 5px;
	flex-shrink: 0;
}

.experience_archive_card-button .button {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 6px 12px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}

.experience_archive_card-button .button-book-now {
	background-color: #66BF6D;
}

.experience_archive_card-button .button-book-now:hover {
	background-color: #5aad63;
}

.experience_archive_card-button .button-view-more {
	background-color: #6c757d;
}

.experience_archive_card-button .button-view-more:hover {
	background-color: #5a6268;
}

.experience_archive_card-button .button-fully-booked {
	background-color: #dc3545;
	cursor: not-allowed;
}
.experience_archive_card-button .button-requested {
	background-color: orange;
}

.experience_archive_card-button .availability {
	margin: 0;
	line-height: 1em;
	font-size: 12px;
	color: #666;
	width: 100%;
	text-align: right;
	margin-top:5px;
}

.experiences-tabs {
	border-bottom: 1px solid #55565A4D;
	margin-bottom: 20px;
}

.experiences-tabs ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
}

.experiences-tabs a {
	color: #55565A !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.experiences-tabs a.active {
	background-color: #55565A;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 100px;
}

/* Single Experience Styles */
.single-experience-container {
	background-color: #fff;
	padding: 0;
	text-align: center;
	border-radius: 12px;
	margin-bottom: 100px;
	overflow: hidden;
}

.fex-balance-header {
	/* background-color: #f8f9fa; */
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.fex-balance-header .back-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    font-weight: bold;
}

.fex-balance-header .fex-balance-display {
    background-color: #99C355;
    color: #fff;
    padding: 8px 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.fex-balance-header .fex-label {
	font-size: 12px;
	font-weight: 600;
}

.fex-balance-header .fex-amount {
	font-size: 16px;
	font-weight: 700;
}

.single-experience-container .entry-thumbnail {
    margin: 0;
    position: relative;
    z-index: 2;
}

.single-experience-container .entry-thumbnail img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    display: block;
    object-position: center;
    border-radius: 12px;
    margin: 15px;
    width: calc(100% - 30px);
    margin-bottom: -20px;
}

.single-experience-container .entry-header {
    padding: 50px 24px 30px;
    text-align: left;
    width: calc(100% - 30px);
    display: inline-block;
    background-color: #EBEBEB;
    position: relative;
    border-radius: 0px 0px 12px 12px;
}

a.button.green.booknow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: white;
    border: 0px;
    background-color: #66BF6D;
    font-size: 10px;
    padding: 6px 10px;
}

.single-experience-container .experience-title {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
}

.single-experience-container .experience-excerpt {
	font-size: 13px;
	color: #666;
	margin: 0 0 10px 0;
	line-height: 1.5;
}

.single-experience-container .experience-cost-text {
	font-size: 12px;
	color: #999;
	margin: 0;
	font-weight: 500;
}

.fex-info-boxes {
	display: flex;
	gap: 10px;
	padding: 0 20px;
	margin: 20px 0;
}

.fex-info-box {
	flex: 1;
	padding: 20px;
	border-radius: 8px;
	text-align: left;
}

.fex-cost-box {
	background-color: #66BF6D;
	color: #fff;
}

.fex-dates-box {
	background-color: #495057;
	color: #fff;
}

.fex-info-box h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.fex-info-box .cost-amount {
	font-size: 28px;
	font-weight: 800;
	margin: 0;
	line-height: 1;
}

.fex-info-box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.single-experience-content {
	padding: 20px 30px;
	text-align: left;
}

.single-experience-content h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 10px;
	color: #333;
}

.single-experience-content p,
.single-experience-content ul,
.single-experience-content ol {
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	margin: 0 0 15px;
}

.single-experience-content p.insufficient-fourex,
.fex-balance-header p.insufficient-fourex {
    color: indianred;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    background-color: #efefef;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 8px;
    font-weight: bold;
}

.fex-balance-header p.insufficient-fourex {
	margin-top:30px;
}

.fex-booking-section p.insufficient-fourex {
    margin-left: -20px;
    margin-right: -20px;
}

.fex-booking-section {
	padding: 0 20px 30px;
}

.fex-coming-soon-notice,
.fex-fully-booked-notice {
	background-color: #f8f9fa;
	padding: 30px;
	margin: 20px;
	border-radius: 8px;
	text-align: center;
}

.fex-coming-soon-notice h2,
.fex-fully-booked-notice h2 {
	color: #495057;
	font-size: 20px;
	margin: 0 0 10px;
}

.fex-coming-soon-notice p,
.fex-fully-booked-notice p {
	color: #6c757d;
	font-size: 14px;
	margin: 0;
}

.experience-meta {
	background-color: #f5f5f5;
	padding: 15px;
}

.experience-meta p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

/* Gravity Forms Styling */
.gform_wrapper {
	margin-top: 30px !important;
}

/* .fex-booking-section .ginput_container:not(.ginput_container_consent) {
    border: 1px solid #000000;
    border-radius: 20px;
} */

.gform_wrapper .readonly-field input {
	background-color: #f5f5f5 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.gform_wrapper .fex-balance-field input {
	font-weight: 600 !important;
	color: #66BF6D !important;
	font-size: 16px !important;
}

.gform_wrapper .gform_button {
	background-color: #66BF6D !important;
	border-color: #66BF6D !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em !important;
	padding: 12px 30px !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	font-size: 14px !important;
}

.gform_wrapper .gform_button:hover {
	background-color: #5aad63 !important;
	border-color: #5aad63 !important;
}

.gform_wrapper .gform_button:disabled {
	background-color: #ccc !important;
	border-color: #ccc !important;
	cursor: not-allowed !important;
	opacity: 0.6 !important;
}

.gform_validation_error {
	background-color: #f8d7da;
	color: #721c24;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #f5c6cb;
	font-weight: 600;
}

.fex-calculated-cost {
	font-weight: 700;
	color: #66BF6D;
	font-size: 18px;
}

.fex-booking-info-box {
	background-color: #66BF6D;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align: left;
}

.fex-booking-info-box h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
}

.fex-booking-info-box p {
	margin: 5px 0;
	font-size: 16px;
}

.fex-booking-info-box .cost-amount {
	font-size: 24px;
	font-weight: 800;
	margin-top: 10px;
}

.terms-accordions {
	margin-top: 20px;
}

.terms-accordions details {
	border-bottom: 1px solid #8A8B8E;
	margin-bottom: 10px;
	padding-bottom:10px;
	font-size: 12px !important;
}

.terms-accordions details {
    margin-top: 10px;
}

summary.accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #55565A;
    font-style: normal;
    font-weight: 700;
}

summary.accordion-header:after {
    content: '+';
    display: inline-block;
}

details[open] summary.accordion-header::after {
	content: '-';
}
