/* Yellow Club cookie consent */

.yc-cookie-bar {
	position: fixed;
	right: 24px;
	bottom: 24px;
	left: auto;
	z-index: 99999;
	width: min(400px, calc(100vw - 32px));
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 28px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
	font-family: Nunito, system-ui, sans-serif;
	overflow: hidden;
}

.yc-cookie-bar[hidden] {
	display: none !important;
}

.yc-cookie-bar__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	padding: 22px 22px 20px;
}

.yc-cookie-bar__text {
	font-size: 15px;
	line-height: 1.45;
	color: #222;
}

.yc-cookie-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.yc-cookie-bar__actions .yc-cookie-btn {
	flex: 1 1 calc(50% - 5px);
}

.yc-cookie-bar__more {
	text-align: center;
}

.yc-cookie-btn {
	appearance: none;
	border-radius: 999px;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
	font-family: inherit;
}

.yc-cookie-btn--outline {
	background: #fff !important;
	color: #111 !important;
	border: 1.5px solid #111 !important;
}

.yc-cookie-btn--outline:hover,
.yc-cookie-btn--outline:focus,
.yc-cookie-btn--outline:active {
	background: #111 !important;
	color: #fff !important;
	border-color: #111 !important;
}

.yc-cookie-btn--primary {
	background: #ffcf0d !important;
	color: #111 !important;
	border: 1.5px solid #ffcf0d !important;
}

.yc-cookie-btn--primary:hover,
.yc-cookie-btn--primary:focus,
.yc-cookie-btn--primary:active {
	background: #e8bc0a !important;
	border-color: #e8bc0a !important;
	color: #111 !important;
}

.yc-cookie-link {
	appearance: none;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	padding: 0;
	color: #111 !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
	font-family: inherit;
	box-shadow: none !important;
}

.yc-cookie-link:hover,
.yc-cookie-link:focus,
.yc-cookie-link:active {
	background: transparent !important;
	background-color: transparent !important;
	color: #111 !important;
	box-shadow: none !important;
	text-decoration: underline;
}

.yc-cookie-modal[hidden] {
	display: none !important;
}

.yc-cookie-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.yc-cookie-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.yc-cookie-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	max-height: min(90vh, 860px);
	overflow: auto;
	background: #fff;
	border-radius: 16px;
	padding: 28px 24px 24px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.yc-cookie-modal__dialog--sm {
	width: min(480px, 100%);
}

.yc-cookie-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #666 !important;
	box-shadow: none !important;
}

.yc-cookie-modal__close:hover,
.yc-cookie-modal__close:focus,
.yc-cookie-modal__close:active {
	background: #111 !important;
	background-color: #111 !important;
	color: #ffcf0d !important;
	border-radius: 50% !important;
	box-shadow: none !important;
}

.yc-cookie-settings__title {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.25;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.yc-cookie-settings p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.yc-cookie-settings a {
	color: #111;
	text-decoration: underline;
}

.yc-cookie-category {
	margin: 18px 0;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

.yc-cookie-category__title {
	margin: 0 0 8px;
	font-size: 16px;
	color: #111;
}

.yc-cookie-check {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin-bottom: 8px;
	user-select: none;
}

.yc-cookie-check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
}

.yc-cookie-check__box {
	width: 20px;
	height: 20px;
	border: 2px solid #111;
	border-radius: 4px;
	flex: 0 0 auto;
	position: relative;
	background: #fff;
}

.yc-cookie-check input:checked + .yc-cookie-check__box {
	background: #ffcf0d;
	border-color: #111;
}

.yc-cookie-check input:checked + .yc-cookie-check__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid #111;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.yc-cookie-check__label {
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

.yc-cookie-warn {
	margin-top: 10px;
	padding: 10px 12px;
	background: #fff4f4;
	border-left: 3px solid #e53935;
	font-size: 13px;
	line-height: 1.45;
	color: #333;
}

.yc-cookie-settings__actions {
	margin-top: 20px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 720px) {
	.yc-cookie-bar {
		right: 12px;
		left: 12px;
		bottom: 12px;
		width: auto;
		border-radius: 24px;
	}

	.yc-cookie-bar__inner {
		padding: 18px 16px 16px;
	}
}

/* Hero form accept checkbox — brand style */
#kb-adv-form-12654-cpt-id .wp-block-kadence-advanced-form-accept,
#kb-adv-form-12654-cpt-id .kb-radio-check-item-wrap,
#kb-adv-form-12654-cpt-id .kb-radio-check-item,
#kb-adv-form-12654-cpt-id .kb-radio-check-item label {
  text-align: left !important;
}
#kb-adv-form-12654-cpt-id .kb-radio-check-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  justify-content: flex-start !important;
}
#kb-adv-form-12654-cpt-id .kb-radio-check-item label {
  flex: 1 1 auto !important;
  padding-left: 0 !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  cursor: pointer;
}
#kb-adv-form-12654-cpt-id .kb-accept-link {
  color: #ffcf0d !important;
  text-decoration: underline;
}
#kb-adv-form-12654-cpt-id .kb-radio-check-item input[type="checkbox"].kb-accept-field {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 24px !important;
  border: 2px solid #111 !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px 16px !important;
  display: inline-block !important;
  vertical-align: top !important;
  cursor: pointer;
  box-shadow: none !important;
}
#kb-adv-form-12654-cpt-id .kb-radio-check-item input[type="checkbox"].kb-accept-field::before,
#kb-adv-form-12654-cpt-id .kb-radio-check-item input[type="checkbox"].kb-accept-field::after {
  content: none !important;
  display: none !important;
}
#kb-adv-form-12654-cpt-id .kb-radio-check-item input[type="checkbox"].kb-accept-field:checked {
  background-color: #ffcf0d !important;
  border-color: #111 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.8 8.1 L6.5 11.7 L13.2 4.4' fill='none' stroke='%23111111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* Content pages: keep title below fixed transparent (capsule) header */
body.transparent-header.page:not(.home):not(.front-page) #inner-wrap,
body.mobile-transparent-header.page:not(.home):not(.front-page) #inner-wrap {
  padding-top: 160px !important;
}
body.transparent-header.page:not(.home):not(.front-page) .entry-content > :first-child,
body.mobile-transparent-header.page:not(.home):not(.front-page) .entry-content > :first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  body.transparent-header.page:not(.home):not(.front-page) #inner-wrap,
  body.mobile-transparent-header.page:not(.home):not(.front-page) #inner-wrap {
    padding-top: 130px !important;
  }
}


/* Privacy policy readable layout */
.yc-legal {
  color: #111 !important;
  font-size: 16px;
  line-height: 1.65;
  max-width: 960px;
  margin: 0 auto;
}
.yc-legal,
.yc-legal p,
.yc-legal li,
.yc-legal dt,
.yc-legal dd,
.yc-legal h1,
.yc-legal h3,
.yc-legal span,
.yc-legal a {
  color: #111 !important;
}
.yc-legal a {
  text-decoration: underline;
}
.yc-legal-title {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 28px;
  letter-spacing: -0.01em;
}
.yc-legal-approve {
  text-align: left;
  margin: 0 0 36px;
  padding: 16px 20px;
  background: #f7f7f7;
  border-left: 4px solid #ffcf0d;
}
.yc-legal-approve p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333 !important;
}
.yc-legal-body p {
  margin: 0 0 16px;
}
.yc-legal-contacts {
  margin: 8px 0 28px;
  padding: 16px 18px;
  background: #fffbea;
  border: 1px solid #f0e2a0;
}
.yc-legal-contacts p {
  margin: 0 0 6px;
}
.yc-legal-contacts p:last-child {
  margin: 0;
}
.yc-legal-list {
  margin: 0 0 20px;
  padding-left: 1.2em;
}
.yc-legal-list li {
  margin: 0 0 8px;
}
.yc-cases {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 20px 0 28px;
}
.yc-case {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 18px 18px 8px;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}
.yc-case-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.yc-case-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ffcf0d;
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 auto;
  line-height: 1;
}
.yc-case-dl {
  margin: 0;
}
.yc-case-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.85fr) minmax(0, 1.6fr);
  gap: 8px 16px;
  padding: 12px 0;
  border-top: 1px solid #efefef;
}
.yc-case-row dt {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #555 !important;
}
.yc-case-row dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.yc-rights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 28px;
}
.yc-right {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
}
.yc-right-num {
  font-weight: 700;
  font-size: 14px;
}
.yc-right-title {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
.yc-right-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333 !important;
}
.yc-right-note span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .yc-case-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .yc-right {
    grid-template-columns: 1fr;
  }
  .yc-legal-approve {
    text-align: left;
  }
  .yc-case-title {
    font-size: 16px;
  }
}

