:root {
	--oberty-2026-background: #f5f2ed;
	--oberty-2026-ink: #1a1814;
	--oberty-2026-warm-mid: #5c5447;
	--oberty-2026-stone: #9c8f7e;
	--oberty-2026-sand: #e8e0d4;
	--oberty-2026-cream: #f5f2ed;
	--oberty-2026-white: #fdfcfb;
	--oberty-2026-accent: #b5874a;
	--oberty-2026-accent-dim: #c9a878;
	--oberty-refonte-color-text: var(--oberty-2026-ink);
	--oberty-refonte-color-muted: var(--oberty-2026-warm-mid);
	--oberty-refonte-color-bg: var(--oberty-2026-white);
	--oberty-refonte-color-soft: var(--oberty-2026-background);
	--oberty-refonte-color-line: var(--oberty-2026-sand);
	--oberty-refonte-color-border: rgba(156, 143, 126, .34);
	--oberty-refonte-color-accent: var(--oberty-2026-accent);
	--oberty-refonte-color-warm: #8f6a39;
	--oberty-refonte-color-refonte-bg: var(--oberty-2026-cream);
	--oberty-refonte-color-refonte-line: var(--oberty-2026-sand);
	--oberty-refonte-radius: 0px;
	--oberty-refonte-font-title: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--oberty-refonte-font-body: inherit;
}

.oberty-refonte-programs-wrapper {
	color: var(--oberty-refonte-color-text);
	font-family: inherit;
}

.oberty-refonte-program-single {
	padding: clamp(48px, 6vw, 86px) 24px 0;
	background: var(--oberty-2026-white);
}

.oberty-refonte-programs-header {
	max-width: 920px;
	margin: 0 auto 34px;
	text-align: center;
}

.oberty-refonte-programs-title {
	margin: 0 0 14px;
	color: var(--oberty-refonte-color-text);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: 0;
}

.oberty-refonte-programs-intro {
	max-width: 760px;
	margin: 0 auto;
	color: var(--oberty-refonte-color-muted);
	font-size: 18px;
	line-height: 1.65;
}

.oberty-refonte-program-search {
	max-width: 980px;
	margin: 0 auto 38px;
	padding: 0;
	border: 0;
	border-radius: var(--oberty-refonte-radius);
	background: transparent;
	box-shadow: none;
}

.oberty-refonte-program-search__title {
	margin: 0 0 22px;
	color: var(--oberty-refonte-color-text);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}

.oberty-refonte-program-search__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(150px, .82fr);
	gap: 0;
	align-items: stretch;
	border: 1px solid var(--oberty-refonte-color-refonte-line);
	background: var(--oberty-2026-white);
}

.oberty-refonte-program-search--vertical .oberty-refonte-program-search__inner {
	grid-template-columns: 1fr;
}

.oberty-refonte-program-search__field {
	display: flex;
	min-width: 0;
	min-height: 76px;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 15px 18px 13px;
	border-right: 1px solid var(--oberty-refonte-color-refonte-line);
	background: var(--oberty-2026-white);
}

.oberty-refonte-program-search__label {
	color: var(--oberty-2026-ink);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.2;
	text-transform: uppercase;
}

.oberty-refonte-program-search__input,
.oberty-refonte-program-search__select {
	width: 100%;
	min-height: 26px;
	padding: 0 18px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--oberty-2026-warm-mid);
	font-size: 13px;
	line-height: 1.3;
}

.oberty-refonte-program-search__select {
	appearance: auto;
}

.oberty-refonte-program-search__input::placeholder {
	color: var(--oberty-2026-stone);
	opacity: 1;
}

.oberty-refonte-program-search__input:focus,
.oberty-refonte-program-search__select:focus {
	border-color: transparent;
	outline: none;
	box-shadow: none;
}

.oberty-refonte-program-search__field--button {
	align-self: stretch;
	padding: 0;
	border-right: 0;
	border-radius: 0 !important;
	overflow: hidden;
}

.oberty-refonte-program-search__button,
.oberty-refonte-program-card__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 0 28px;
	border: 1px solid var(--oberty-2026-accent-dim);
	border-radius: min(var(--oberty-refonte-radius), 5px);
	background: var(--oberty-2026-white);
	box-shadow: inset 0 0 0 1px var(--oberty-2026-accent-dim);
	color: var(--oberty-2026-ink);
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.oberty-refonte-program-search__button {
	width: 100% !important;
	height: 100% !important;
	min-height: 76px !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 0 !important;
	appearance: none;
	border-left: 1px solid #e8e0d4 !important;
	background: #f5f2ed !important;
	box-shadow: none !important;
	color: #b5874a !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.2;
	white-space: normal;
}

.oberty-refonte-program-search__button::after {
	display: none !important;
}

.oberty-refonte-program-search__button:hover {
	border-color: #b5874a !important;
	background: #b5874a !important;
	box-shadow: none !important;
	color: #fdfcfb !important;
}

.oberty-refonte-program-search .oberty-refonte-program-search__button,
.oberty-refonte-program-search .oberty-refonte-program-search__button[type="submit"] {
	border-radius: 0 !important;
	background: #f5f2ed !important;
	color: #b5874a !important;
	box-shadow: none !important;
}

.oberty-refonte-program-search .oberty-refonte-program-search__button:hover,
.oberty-refonte-program-search .oberty-refonte-program-search__button[type="submit"]:hover {
	background: #b5874a !important;
	color: #fdfcfb !important;
}

.oberty-refonte-program-card__button::after {
	content: "->";
	color: var(--oberty-refonte-color-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	transition: transform .22s ease, color .22s ease;
}

.oberty-refonte-program-card__button:hover {
	border-color: var(--oberty-refonte-color-accent);
	background: var(--oberty-refonte-color-accent);
	box-shadow: inset 0 0 0 1px var(--oberty-refonte-color-accent);
	color: var(--oberty-2026-white);
	text-decoration: none;
}

.oberty-refonte-program-card__button:hover::after {
	color: var(--oberty-2026-white);
	transform: translateX(5px);
}

.oberty-refonte-programs {
	display: grid;
	grid-template-columns: repeat(var(--oberty-refonte-programs-columns, 3), minmax(0, 1fr));
	gap: 18px;
}

.oberty-refonte-program-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(156, 143, 126, .34);
	border-radius: var(--oberty-refonte-radius);
	background: var(--oberty-refonte-color-bg);
	box-shadow: none;
	transition: border-color .22s ease, background-color .22s ease;
}

.oberty-refonte-program-card:hover {
	border-color: var(--oberty-2026-accent-dim);
	background: var(--oberty-2026-white);
}

.oberty-refonte-program-card__image-wrap {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--oberty-2026-background);
}

.oberty-refonte-program-card__image {
	display: block;
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center center;
	transition: transform .35s ease;
}

.oberty-refonte-program-card__image-wrap > img.oberty-refonte-program-card__image {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	object-fit: cover !important;
}

.oberty-refonte-program-card:hover .oberty-refonte-program-card__image {
	transform: scale(1.025);
}

.oberty-refonte-program-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.oberty-refonte-program-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 15px;
}

.oberty-refonte-program-card__badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 8px;
	border: 1px solid rgba(181, 135, 74, .36);
	border-radius: 0;
	background: var(--oberty-refonte-color-refonte-bg);
	color: var(--oberty-2026-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

.oberty-refonte-program-card__badge--soft {
	border-color: var(--oberty-refonte-color-refonte-line);
	background: var(--oberty-2026-white);
	color: var(--oberty-2026-warm-mid);
}

.oberty-refonte-program-card__location {
	margin: 0 0 7px;
	color: var(--oberty-refonte-color-muted);
	font-size: 14px;
	line-height: 1.35;
}

.oberty-refonte-program-card__title {
	margin: 0 0 12px;
	color: var(--oberty-refonte-color-text);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: 0;
}

.oberty-refonte-program-card__title a {
	color: inherit;
	text-decoration: none;
}

.oberty-refonte-program-card__title a:hover {
	color: var(--oberty-refonte-color-warm);
	text-decoration: none;
}

.oberty-refonte-program-card__meta {
	margin: 0 0 13px;
	color: var(--oberty-refonte-color-muted);
	font-size: 13px;
	line-height: 1.45;
}

.oberty-refonte-program-card__price {
	margin: 0 0 14px;
	color: var(--oberty-refonte-color-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.oberty-refonte-program-card__excerpt {
	margin: 0 0 24px;
	color: var(--oberty-refonte-color-muted);
	font-size: 14px;
	line-height: 1.62;
}

.oberty-refonte-program-card__button {
	min-height: 44px;
	margin-top: auto;
	align-self: flex-start;
	padding: 0 22px;
	font-size: 12px;
}

.oberty-refonte-programs-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 36px;
}

.oberty-refonte-programs-pagination .page-numbers {
	display: inline-flex;
	min-width: 38px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid rgba(156, 143, 126, .34);
	border-radius: 0;
	background: var(--oberty-2026-white);
	color: var(--oberty-refonte-color-text);
	font-size: 13px;
	text-decoration: none;
}

.oberty-refonte-programs-pagination .page-numbers.current,
.oberty-refonte-programs-pagination .page-numbers:hover {
	border-color: var(--oberty-refonte-color-accent);
	background: var(--oberty-refonte-color-accent);
	color: var(--oberty-2026-white);
	text-decoration: none;
}

.oberty-refonte-programs-empty {
	grid-column: 1 / -1;
	padding: 34px;
	border: 1px solid rgba(156, 143, 126, .32);
	border-radius: 0;
	background: var(--oberty-refonte-color-soft);
	text-align: center;
}

.oberty-refonte-programs-empty p {
	margin: 0 0 18px;
	color: var(--oberty-refonte-color-muted);
}

.oberty-refonte-program-detail {
	max-width: 1120px;
	margin: 0 auto;
	color: var(--oberty-2026-ink);
	font-family: var(--oberty-refonte-font-body);
}

.oberty-refonte-program-detail__header {
	max-width: 860px;
	margin: 0 auto 32px;
	text-align: center;
}

.oberty-refonte-program-detail__eyebrow {
	margin: 0 0 12px;
	color: var(--oberty-2026-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.oberty-refonte-program-detail__title {
	margin: 0;
	color: var(--oberty-2026-ink) !important;
	font-family: var(--oberty-refonte-font-title) !important;
	font-size: clamp(38px, 4.4vw, 64px) !important;
	font-weight: 500 !important;
	line-height: 1.02 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.oberty-refonte-program-detail__location {
	margin: 14px 0 0;
	color: var(--oberty-2026-warm-mid);
	font-size: 17px;
}

.oberty-refonte-program-detail__gallery {
	margin: 0;
}

.oberty-refonte-program-detail__gallery-radio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.oberty-refonte-program-detail__stage {
	position: relative;
}

.oberty-refonte-program-detail__media {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--oberty-2026-background);
}

.oberty-refonte-program-detail__slide {
	display: none;
}

.oberty-refonte-program-detail__gallery--single .oberty-refonte-program-detail__slide:first-child {
	display: block;
}

.oberty-refonte-program-detail__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.oberty-refonte-program-detail__thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.oberty-refonte-program-detail__thumb {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	padding: 0;
	border: 1px solid var(--oberty-2026-sand) !important;
	border-radius: 0 !important;
	background: var(--oberty-2026-white) !important;
	cursor: pointer;
}

.oberty-refonte-program-detail__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid transparent;
	pointer-events: none;
}

.oberty-refonte-program-detail__thumb.is-active::after,
.oberty-refonte-program-detail__thumb:hover::after,
.oberty-refonte-program-detail__thumb:focus::after {
	border-color: var(--oberty-2026-accent);
}

.oberty-refonte-program-detail__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.oberty-refonte-program-lightbox {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 34px;
	background: rgba(26, 24, 20, .92);
}

.oberty-refonte-program-lightbox.is-open {
	display: flex;
}

.oberty-refonte-program-lightbox__image {
	display: block;
	max-width: min(1120px, 88vw);
	max-height: 82vh;
	object-fit: contain;
}

.oberty-refonte-program-lightbox__close,
.oberty-refonte-program-lightbox__nav {
	position: absolute;
	border: 1px solid rgba(253, 252, 251, .42) !important;
	border-radius: 0 !important;
	background: rgba(253, 252, 251, .08) !important;
	color: var(--oberty-2026-white) !important;
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
}

.oberty-refonte-program-lightbox__close {
	top: 22px;
	right: 24px;
	width: 46px;
	height: 46px;
}

.oberty-refonte-program-lightbox__nav {
	top: 50%;
	width: 54px;
	height: 72px;
	transform: translateY(-50%);
}

.oberty-refonte-program-lightbox__nav--prev {
	left: 24px;
}

.oberty-refonte-program-lightbox__nav--next {
	right: 24px;
}

.oberty-refonte-program-lightbox__counter {
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	color: var(--oberty-2026-sand);
	font-size: 13px;
	letter-spacing: .04em;
}

.oberty-refonte-program-detail__summary {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
	border-bottom: 1px solid var(--oberty-2026-sand);
}

.oberty-refonte-program-detail__meta,
.oberty-refonte-program-detail__price {
	margin: 0;
}

.oberty-refonte-program-detail__meta {
	color: var(--oberty-2026-warm-mid);
	font-size: 15px;
}

.oberty-refonte-program-detail__price {
	color: var(--oberty-2026-ink) !important;
	font-family: var(--oberty-refonte-font-body) !important;
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0 !important;
}

.oberty-refonte-program-detail__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 34px;
}

.oberty-refonte-program-detail__fact {
	min-height: 118px;
	padding: 26px 22px;
	border: 1px solid var(--oberty-2026-sand);
	background: var(--oberty-2026-white);
	text-align: center;
}

.oberty-refonte-program-detail__fact span {
	display: block;
	margin-bottom: 12px;
	color: var(--oberty-2026-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.oberty-refonte-program-detail__fact strong {
	color: var(--oberty-2026-ink);
	font-size: 16px;
	font-weight: 500;
}

.oberty-refonte-program-detail__advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 36px;
}

.oberty-refonte-program-detail__advantages span {
	display: inline-flex;
	padding: 8px 12px;
	border: 1px solid rgba(181, 135, 74, .36);
	background: var(--oberty-2026-background);
	color: var(--oberty-2026-accent);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.oberty-refonte-program-detail__content {
	max-width: 860px;
	margin: 0 auto 54px;
}

.oberty-refonte-program-detail__content h2 {
	margin: 0 0 22px;
	color: var(--oberty-2026-ink) !important;
	font-family: var(--oberty-refonte-font-title) !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.oberty-refonte-program-detail__text {
	color: var(--oberty-2026-warm-mid);
	font-size: 16px;
	line-height: 1.75;
}

.oberty-refonte-program-detail__text h2,
.oberty-refonte-program-detail__text h3,
.oberty-refonte-program-detail__text h4 {
	color: var(--oberty-2026-ink) !important;
	font-family: var(--oberty-refonte-font-title) !important;
	letter-spacing: 0 !important;
}

.oberty-refonte-program-inquiry {
	margin: 64px calc(50% - 50vw) 0;
	padding: clamp(46px, 5vw, 72px) 24px;
	background: var(--oberty-2026-background);
	color: var(--oberty-2026-ink);
	border-top: 1px solid var(--oberty-2026-sand);
	border-bottom: 1px solid var(--oberty-2026-sand);
}

.oberty-refonte-program-inquiry__inner {
	max-width: 980px;
	margin: 0 auto;
}

.oberty-refonte-program-inquiry__header {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}

.oberty-refonte-program-inquiry__header h2 {
	margin: 0 0 12px;
	color: var(--oberty-2026-ink);
	font-family: var(--oberty-refonte-font-title) !important;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.oberty-refonte-program-inquiry__header p {
	margin: 0;
	color: var(--oberty-2026-warm-mid);
	font-size: 16px;
	line-height: 1.6;
}

.oberty-refonte-program-inquiry__form {
	display: grid;
	grid-template-columns: .8fr repeat(4, 1fr);
	gap: 12px;
}

.oberty-refonte-program-inquiry__form label {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
}

.oberty-refonte-program-inquiry__form span {
	color: var(--oberty-2026-warm-mid);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.oberty-refonte-program-inquiry__form input,
.oberty-refonte-program-inquiry__form select,
.oberty-refonte-program-inquiry__form textarea {
	width: 100%;
	min-height: 50px;
	padding: 13px 15px;
	border: 1px solid var(--oberty-2026-sand) !important;
	border-radius: 0 !important;
	background: var(--oberty-2026-white);
	box-shadow: none;
	color: var(--oberty-2026-ink);
	font-size: 14px;
	line-height: 1.35;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.oberty-refonte-program-inquiry__form input:focus,
.oberty-refonte-program-inquiry__form select:focus,
.oberty-refonte-program-inquiry__form textarea:focus {
	border-color: var(--oberty-2026-accent) !important;
	background: #fff;
	box-shadow: 0 0 0 2px rgba(181, 135, 74, .12);
	outline: none;
}

.oberty-refonte-program-inquiry__message {
	grid-column: 1 / -1;
}

.oberty-refonte-program-inquiry__form textarea {
	min-height: 126px;
	resize: vertical;
}

.oberty-refonte-program-inquiry__form button {
	grid-column: 1 / -1;
	min-height: 54px;
	margin-top: 4px;
	border: 1px solid var(--oberty-2026-accent) !important;
	border-radius: 0 !important;
	background: var(--oberty-2026-accent) !important;
	color: var(--oberty-2026-white);
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.oberty-refonte-program-inquiry__form button:hover {
	border-color: var(--oberty-2026-ink) !important;
	background: var(--oberty-2026-ink) !important;
	color: var(--oberty-2026-white);
}

.oberty-refonte-program-inquiry__form button:focus {
	outline: 2px solid rgba(181, 135, 74, .32);
	outline-offset: 3px;
}

.oberty-refonte-program-inquiry__form ::placeholder {
	color: var(--oberty-2026-stone);
	opacity: 1;
}

.oberty-refonte-program-inquiry__form select {
	appearance: auto;
}

.oberty-refonte-program-inquiry__form option {
	color: var(--oberty-2026-ink);
}

.oberty-refonte-program-inquiry__trap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.oberty-refonte-program-inquiry__notice {
	margin: 0 0 22px;
	padding: 14px 16px;
	border: 1px solid var(--oberty-2026-sand);
	background: var(--oberty-2026-white);
	color: var(--oberty-2026-ink);
	text-align: center;
}

.oberty-refonte-program-inquiry__notice--success {
	background: rgba(201, 168, 120, .16);
}

.oberty-refonte-program-inquiry__notice--error {
	background: rgba(181, 135, 74, .18);
}

@media (max-width: 1024px) {
	.oberty-refonte-program-search__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oberty-refonte-program-search__field:nth-child(2n) {
		border-right: 0;
	}

	.oberty-refonte-program-search__field--button {
		grid-column: 1 / -1;
	}

	.oberty-refonte-programs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oberty-refonte-program-detail__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.oberty-refonte-program-inquiry__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.oberty-refonte-program-search {
		padding: 0;
	}

	.oberty-refonte-program-search__inner,
	.oberty-refonte-programs {
		grid-template-columns: 1fr;
	}

	.oberty-refonte-program-search__field,
	.oberty-refonte-program-search__field:nth-child(2n) {
		min-height: 70px;
		border-right: 0;
		border-bottom: 1px solid rgba(156, 143, 126, .24);
	}

	.oberty-refonte-program-search__field--button {
		min-height: 58px;
		border-bottom: 0;
	}

	.oberty-refonte-program-search__button {
		min-height: 58px;
	}

	.oberty-refonte-program-search__button,
	.oberty-refonte-program-card__button {
		width: 100%;
	}

	.oberty-refonte-program-card__content {
		padding: 20px;
	}

	.oberty-refonte-program-detail__summary {
		align-items: flex-start;
		flex-direction: column;
	}

	.oberty-refonte-program-detail__facts,
	.oberty-refonte-program-inquiry__form {
		grid-template-columns: 1fr;
	}

	.oberty-refonte-program-detail__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oberty-refonte-program-inquiry {
		padding: 42px 20px;
	}
}
