/*--------------------------------------------------------------------------------------------
*
*	Global
*
*--------------------------------------------------------------------------------------------*/
.acadp-margin-bottom {
	margin-bottom: 15px !important;
}

.acadp-no-margin {
	margin: 0 !important;
}

.acadp-no-margin-left {
	margin-left: 0 !important;
}

.acadp-no-padding {
	padding: 0 !important;
}

.acadp-no-border {
	border: 0 !important;
}

.acadp-vertical-middle {
	vertical-align: middle !important;
}

.acadp img {
	max-width: 100%;
}

.acadp-img-col {
	width: 75px;
}

.acadp-divider {  
  	margin: 10px 0;
  	background-color: #e5e5e5;
  	height: 1px;
  	overflow: hidden;  
}

.acadp-spacer {
  	margin: 10px 0;
}

.acadp-star {
	padding-left: 5px;
}

.acadp-map {
	width: 100%;
}

.acadp-listing-form .acadp-map {
	overflow: hidden;
	border-radius: 22px;
	border: 1px solid #dbe4f0;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	min-height: 280px;
	max-height: 320px;
}

.acadp-listing-form .acadp-map.leaflet-container,
.acadp-listing-form .acadp-map > div {
	min-height: 280px;
}

.acadp-map .media {
	display: none;
}

.acadp-map .media-left img {
	width: 64px;
	max-width: inherit;
}

.acadp-map .gm-style-iw .media,
.acadp-map .leaflet-popup .media {
	display: block;
}

.acadp-map .leaflet-popup-content-wrapper {
	border-radius: 3px;
}

.acadp-map .leaflet-popup-scrolled {
	border-bottom: none;
	border-top: none;
}

.acadp-map .leaflet-popup-scrolled .media {
	padding-right: 10px;
}

.acadp-map img {
	box-shadow: none !important;
}

.acadp-child-terms {
	margin-top: 10px;
}

.acadp .wp-switch-editor {
	margin: 5px 0 0 5px;
}

.acadp .mce-edit-area {
	margin: 1px;
}

.acadp .has-error a {
	color: inherit;
}

.acadp [hidden] {
	display: none !important;
}

.acadp-auth-google {
	margin-top: 10px;
	border-top: 1px solid #e5e7eb;
	padding-top: 16px;
}

.acadp-account-avatar img,
.acadp-account-avatar-preview img {
	width: 120px;
	height: 120px;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.acadp-user-account-form > .acadp-card {
	border-radius: 28px;
	border: 1px solid #dbe3ef;
	background:
		radial-gradient(circle at top right, rgba(37, 211, 102, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.acadp-dashboard-shell {
	padding: 0;
}

.acadp-dashboard-hero {
	padding: 26px;
	border: 1px solid #dbe3ef;
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(37, 211, 102, 0.12), transparent 26%),
		linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #f0fdf4 100%);
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.acadp-dashboard-avatar img {
	width: 120px;
	height: 120px;
	border-radius: 28px;
	object-fit: cover;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
}

.acadp-dashboard-intro {
	flex: 1 1 320px;
}

.acadp-dashboard-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.acadp-dashboard-title {
	margin: 0;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.05;
	font-weight: 900;
	color: #0f172a;
}

.acadp-dashboard-subtitle {
	margin: 10px 0 0;
	max-width: 720px;
	color: #334155;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
}

.acadp-dashboard-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
}

.acadp-dashboard-tab {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 88px;
	padding: 16px 18px;
	border: 1px solid #dbe4f0;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
	color: #0f172a !important;
	text-decoration: none !important;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.acadp-dashboard-tab:hover,
.acadp-dashboard-tab:focus {
	transform: translateY(-2px);
	border-color: #86efac;
	box-shadow: 0 22px 42px rgba(15, 23, 42, 0.10);
}

.acadp-dashboard-tab-active,
.acadp-dashboard-tab-current {
	border-color: #86efac;
	background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
	box-shadow: 0 22px 44px rgba(34, 197, 94, 0.10);
}

.acadp-dashboard-tab__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 0 14px 30px rgba(18, 140, 126, 0.22);
}

.acadp-dashboard-tab__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.acadp-dashboard-tab__eyebrow {
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.acadp-dashboard-tab__label {
	color: #0f172a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.acadp-dashboard-stats {
	margin-top: 2px;
}

.acadp-dashboard-stat {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 24px;
	border: 1px solid #dbe3ef;
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.acadp-dashboard-stat__label {
	color: #475569;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.acadp-dashboard-stat__value {
	color: #0f172a;
	font-size: clamp(36px, 6vw, 54px);
	line-height: 1;
	font-weight: 900;
}

.acadp-dashboard-stat__meta {
	color: #64748b;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
}

.acadp-account-hero {
	padding: 22px;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbff 50%, #f0fdf4 100%);
}

.acadp-account-avatar-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	min-width: 140px;
}

.acadp-user-account-form .acadp-account-hero {
	align-items: flex-start;
}

.acadp-account-avatar {
	line-height: 0;
}

.acadp-card-favourite-inline {
	display: flex;
	align-items: center;
	min-height: 20px;
}

.acadp-card-favourite-inline.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.acadp-card-favourite-inline__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: transparent !important;
	color: #0f172a !important;
	box-shadow: none;
	cursor: pointer;
	padding: 0;
	transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.acadp-card-favourite-inline__button svg {
	display: block;
}

.acadp-card-favourite-inline__button:hover,
.acadp-card-favourite-inline__button:focus {
	background: rgba(239, 68, 68, 0.10) !important;
	color: #dc2626 !important;
	transform: translateY(-1px);
}

.acadp-card-favourite-inline__button-active {
	color: #dc2626 !important;
	background: rgba(239, 68, 68, 0.12) !important;
}

.acadp-contact-owner {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.acadp-contact-owner__avatar {
	display: inline-flex;
	flex: 0 0 auto;
}

.acadp-contact-owner__avatar-image {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.acadp-contact-owner__content {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.acadp-contact-owner__label {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.acadp-contact-owner__name {
	color: #0f172a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}

.acadp .acadp-author-datetime {
	color: #334155 !important;
	font-size: 13px;
	font-weight: 600;
}

.acadp .acadp-author-datetime .acadp-author,
.acadp .acadp-author-datetime .acadp-datetime {
	color: #0f172a !important;
}

.acadp .acadp-author-datetime .acadp-author {
	font-weight: 700;
	text-decoration-thickness: 1.5px;
}

.acadp-account-avatar-upload {
	padding: 18px;
	border: 1px solid #dbe3ef;
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	width: 100%;
}

.acadp-account-upload-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.22);
}

.acadp-account-upload-trigger:hover,
.acadp-account-upload-trigger:focus {
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28);
}

.acadp-account-file-input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.acadp-account-file-picker {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.acadp-account-file-picker__name {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	max-width: 100%;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #dbe4f0;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
	word-break: break-word;
}

.acadp-account-static-value {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid #dbe3ef;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
}

.acadp-account-note {
	color: #334155 !important;
	font-weight: 500;
	line-height: 1.65;
}

.acadp-account-note-strong {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 14px;
	background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
	border: 1px solid #cbd5e1;
	color: #0f172a !important;
	font-weight: 700;
	line-height: 1.6;
}

.acadp-form-input-locked {
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
	border-color: #cbd5e1 !important;
	color: #0f172a !important;
	font-weight: 700;
	cursor: not-allowed;
}

.acadp-user-account-form .acadp-form-group {
	padding: 18px;
	border: 1px solid #e5edf5;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
}

.acadp-user-account-form .acadp-form-label,
.acadp-user-account-form dt {
	display: block;
	margin-bottom: 8px;
	font-weight: 800;
	color: #0f172a;
}

.acadp-user-account-form .acadp-form-input {
	min-height: 52px;
	border-radius: 16px;
	border: 1px solid #cbd5e1;
	background: #fff;
}

.acadp-account-verification-callout {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border: 1px solid #bbf7d0;
	border-radius: 22px;
	background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
	box-shadow: 0 20px 40px rgba(34, 197, 94, 0.08);
}

.acadp-account-verification-callout__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 700px;
}

.acadp-account-verification-callout__title {
	font-size: 18px;
	font-weight: 800;
	color: #14532d;
}

.acadp-account-verification-callout__text {
	color: #166534;
	line-height: 1.7;
}

.acadp-account-verification-callout__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 18px 36px rgba(18, 140, 126, 0.28);
}

.acadp-wallet-listing-note {
	padding: 18px 20px;
	border: 1px solid #dbeafe;
	border-radius: 22px;
	background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
	box-shadow: 0 20px 40px rgba(59, 130, 246, 0.08);
}

.acadp-wallet-listing-note--warning {
	border-color: #fcd34d;
	background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
	box-shadow: 0 20px 40px rgba(245, 158, 11, 0.08);
}

.acadp-wallet-listing-note__title {
	font-size: 16px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 6px;
}

.acadp-wallet-listing-note__text {
	color: #334155;
	line-height: 1.7;
}

.acadp-listing-phone-warning {
	color: #7c2d12 !important;
	font-weight: 600;
	line-height: 1.7;
}

.acadp-listing-phone-warning__link {
	display: inline-block;
	margin-left: 10px;
	color: #15803d !important;
	font-weight: 800;
	text-decoration: none !important;
}

.acadp-auth-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	overflow: hidden;
}

.acadp-auth-modal-open {
	display: block;
}

body.acadp-auth-modal-lock,
body.acadp-modal-lock {
	overflow: hidden;
}

.acadp-auth-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.62);
	backdrop-filter: blur(10px);
}

.acadp-auth-modal__dialog {
	position: fixed;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 20px;
	overflow: hidden;
}

.acadp-auth-modal__content {
	position: relative;
	width: min(780px, 100%);
	max-height: 92vh;
	max-height: 92dvh;
	overflow: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	padding: 26px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(37, 211, 102, 0.12), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f6fffb 100%);
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
	border: 1px solid rgba(37, 211, 102, 0.18);
	transform: translateY(var(--acadp-auth-sheet-y, 0));
	transition: transform .22s ease, opacity .22s ease;
	will-change: transform;
}

.acadp-auth-modal__content.is-dragging {
	transition: none;
	cursor: grabbing;
}

.acadp-auth-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f172a 0%, #1f2937 100%);
	color: #fff !important;
	font-size: 28px;
	line-height: 1;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.28);
}

.acadp-auth-modal__badge {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.acadp-auth-modal__header h3 {
	margin: 12px 0 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

.acadp-auth-modal__header p {
	margin: 0 0 20px;
	color: #475569;
}

.acadp-auth-modal__tabs {
	display: flex;
	gap: 10px;
	margin: 0 0 18px;
	padding: 6px;
	border-radius: 999px;
	background: #eef5f0;
}

.acadp-auth-modal__tab {
	flex: 1 1 0;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: #475569 !important;
	font-size: 14px;
	font-weight: 800;
	padding: 12px 18px !important;
	box-shadow: none !important;
}

.acadp-auth-modal__tab.is-active {
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%) !important;
	color: #ffffff !important;
	box-shadow: 0 16px 30px rgba(18, 140, 126, 0.22) !important;
}

.acadp-auth-modal__pane {
	display: none;
}

.acadp-auth-modal__pane.is-active {
	display: block;
}

.acadp-auth-modal .acadp-login-form > .acadp-card {
	border: 1px solid #d9f99d;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fffb 100%);
	box-shadow: none;
}

.acadp-auth-modal .acadp-button-primary,
.acadp-auth-modal .acadp-login-form .acadp-button-submit {
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%) !important;
	border: 0 !important;
	box-shadow: 0 18px 36px rgba(18, 140, 126, 0.25);
}

.acadp-auth-modal .acadp-form-input {
	min-height: 54px;
	border-radius: 16px;
	border-color: #cbd5e1;
}

.acadp-login-form .acadp-auth-shell,
.acadp-register-form .acadp-auth-shell,
.acadp-user-account-form .acadp-auth-shell {
	border: 1px solid #dbe7df;
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(37, 211, 102, 0.10), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #f8fffb 100%);
	box-shadow: 0 26px 65px rgba(15, 23, 42, 0.10);
	overflow: hidden;
}

.acadp-login-form .acadp-auth-shell__hero,
.acadp-register-form .acadp-auth-shell__hero,
.acadp-user-account-form .acadp-auth-shell__hero {
	padding: 8px 8px 0;
}

.acadp-login-form .acadp-auth-shell__eyebrow,
.acadp-register-form .acadp-auth-shell__eyebrow,
.acadp-user-account-form .acadp-auth-shell__eyebrow {
	display: inline-flex;
	align-self: flex-start;
	padding: 7px 12px;
	border-radius: 999px;
	background: #0f172a;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.acadp-login-form .acadp-auth-shell__headline,
.acadp-register-form .acadp-auth-shell__headline,
.acadp-user-account-form .acadp-auth-shell__headline {
	padding: 20px 22px;
	border: 1px solid #e2f3e7;
	border-radius: 24px;
	background: linear-gradient(135deg, #ffffff 0%, #f3fbf6 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.acadp-login-form .acadp-auth-shell__headline h2,
.acadp-register-form .acadp-auth-shell__headline h2,
.acadp-user-account-form .acadp-auth-shell__headline h2 {
	margin: 14px 0 8px;
	font-size: 34px;
	line-height: 1.04;
	color: #0f172a;
}

.acadp-login-form .acadp-auth-shell__headline p,
.acadp-register-form .acadp-auth-shell__headline p,
.acadp-user-account-form .acadp-auth-shell__headline p {
	margin: 0;
	color: #475569;
	font-size: 15px;
}

.acadp-login-form .acadp-auth-shell__highlights,
.acadp-register-form .acadp-auth-shell__highlights,
.acadp-user-account-form .acadp-auth-shell__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 4px;
}

.acadp-login-form .acadp-auth-shell__highlights span,
.acadp-register-form .acadp-auth-shell__highlights span,
.acadp-user-account-form .acadp-auth-shell__highlights span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #166534;
	font-size: 12px;
	font-weight: 700;
}

.acadp-login-form .acadp-auth-form,
.acadp-register-form .acadp-auth-form,
.acadp-user-account-form .acadp-auth-form {
	gap: 18px;
}

.acadp-login-form .acadp-auth-form__panel,
.acadp-register-form .acadp-auth-form__panel,
.acadp-user-account-form .acadp-auth-form__panel {
	padding: 22px;
	border: 1px solid #e5ece9;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.acadp-login-form .acadp-auth-form__panel--agreements,
.acadp-register-form .acadp-auth-form__panel--agreements,
.acadp-user-account-form .acadp-auth-form__panel--agreements {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.acadp-login-form .acadp-auth-form__panel--actions,
.acadp-register-form .acadp-auth-form__panel--actions,
.acadp-user-account-form .acadp-auth-form__panel--actions {
	background: linear-gradient(180deg, #f8fffb 0%, #ffffff 100%);
}

.acadp-login-form .acadp-auth-form__section-heading,
.acadp-register-form .acadp-auth-form__section-heading,
.acadp-user-account-form .acadp-auth-form__section-heading {
	margin-bottom: 16px;
}

.acadp-login-form .acadp-auth-form__section-heading h3,
.acadp-register-form .acadp-auth-form__section-heading h3,
.acadp-user-account-form .acadp-auth-form__section-heading h3 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

.acadp-login-form .acadp-auth-form__section-heading p,
.acadp-register-form .acadp-auth-form__section-heading p,
.acadp-user-account-form .acadp-auth-form__section-heading p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
}

.acadp-login-form .acadp-auth-form__stack,
.acadp-register-form .acadp-auth-form__stack,
.acadp-user-account-form .acadp-auth-form__stack {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.acadp-register-form .acadp-auth-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.acadp-register-form .acadp-auth-form__field--full {
	grid-column: 1 / -1;
}

.acadp-login-form .acadp-auth-form__field,
.acadp-register-form .acadp-auth-form__field,
.acadp-user-account-form .acadp-auth-form__field {
	margin: 0;
}

.acadp-login-form .acadp-auth-form__remember,
.acadp-register-form .acadp-auth-form__remember,
.acadp-user-account-form .acadp-auth-form__remember {
	padding-top: 4px;
}

.acadp-login-form .acadp-form-group-terms,
.acadp-login-form .acadp-form-group-privacy,
.acadp-register-form .acadp-form-group-terms,
.acadp-register-form .acadp-form-group-privacy,
.acadp-user-account-form .acadp-form-group-terms,
.acadp-user-account-form .acadp-form-group-privacy {
	padding: 14px 16px;
	border-radius: 16px;
	background: #f8fafc;
}

.acadp-login-form .acadp-auth-form__footer,
.acadp-register-form .acadp-auth-form__footer,
.acadp-user-account-form .acadp-auth-form__footer {
	padding: 2px 8px 0;
}

.acadp-auth-modal .acadp-auth-shell {
	box-shadow: none;
	border-color: #d9f99d;
}

.acadp-auth-modal .acadp-login-form,
.acadp-auth-modal .acadp-register-form {
	max-width: none;
}

.acadp-auth-modal .acadp-auth-shell__headline h2 {
	font-size: 30px;
}

.acadp-auth-modal .acadp-auth-form__panel {
	border-color: #e2f3e7;
}

@media (max-width: 768px) {
	.acadp-login-form .acadp-auth-shell,
	.acadp-register-form .acadp-auth-shell,
	.acadp-user-account-form .acadp-auth-shell {
		border-radius: 24px;
	}

	.acadp-auth-modal__content {
		width: min(100%, 680px);
		padding: 18px;
	}

	.acadp-auth-modal__dialog {
		align-items: flex-end;
		padding: 10px;
	}

	.acadp-auth-modal__content {
		width: 100%;
		max-height: min(88vh, calc(100vh - 24px));
		max-height: min(88dvh, calc(100dvh - 24px));
		padding: 34px 16px 16px;
		border-radius: 28px 28px 18px 18px;
		touch-action: pan-y;
	}

	.acadp-auth-modal__content::before {
		content: "";
		position: absolute;
		top: 12px;
		left: 50%;
		width: 48px;
		height: 5px;
		border-radius: 999px;
		background: rgba(15, 23, 42, 0.22);
		transform: translateX(-50%);
	}

	.acadp-auth-modal__tabs {
		gap: 8px;
	}

	.acadp-auth-modal__tab {
		font-size: 13px;
		padding: 11px 14px !important;
	}

	.acadp-login-form .acadp-auth-shell__headline,
	.acadp-register-form .acadp-auth-shell__headline,
	.acadp-user-account-form .acadp-auth-shell__headline,
	.acadp-login-form .acadp-auth-form__panel,
	.acadp-register-form .acadp-auth-form__panel,
	.acadp-user-account-form .acadp-auth-form__panel {
		padding: 18px;
		border-radius: 20px;
	}

	.acadp-login-form .acadp-auth-shell__headline h2,
	.acadp-register-form .acadp-auth-shell__headline h2,
	.acadp-user-account-form .acadp-auth-shell__headline h2 {
		font-size: 28px;
	}

	.acadp-register-form .acadp-auth-form-grid {
		grid-template-columns: 1fr;
	}

	.acadp .acadp-modal.open {
		top: 0 !important;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		padding: 10px;
		overflow: hidden;
	}

	.acadp .acadp-modal-dialog {
		width: 100%;
		max-width: 680px;
		height: auto !important;
		max-height: min(88vh, calc(100vh - 24px));
		max-height: min(88dvh, calc(100dvh - 24px));
		margin: 0 !important;
		opacity: 1;
	}

	.acadp .acadp-modal-content {
		position: relative;
		max-height: min(88vh, calc(100vh - 24px));
		max-height: min(88dvh, calc(100dvh - 24px));
		border-radius: 28px 28px 18px 18px;
		transform: translateY(var(--acadp-sheet-y, 0));
		transition: transform .22s ease;
		will-change: transform;
	}

	.acadp .acadp-modal-content::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 50%;
		width: 46px;
		height: 5px;
		border-radius: 999px;
		background: rgba(15, 23, 42, 0.22);
		transform: translateX(-50%);
		z-index: 2;
	}

	.acadp .acadp-modal-header {
		padding-top: 24px;
	}

	.acadp .acadp-modal-content.is-dragging {
		transition: none;
		cursor: grabbing;
	}
}

.acadp-listing-form .acadp-panel {
	border: 1px solid #dbe4f0;
	border-radius: 26px;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.07);
}

.acadp-listing-form .acadp-panel-header {
	padding: 18px 22px;
	background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
	border-bottom: 1px solid #e2e8f0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}

.acadp-listing-form .acadp-panel-body,
.acadp-listing-form .acadp-panel-footer {
	padding: 22px;
}

.acadp-listing-form .acadp-form-group {
	gap: 8px;
}

@media (max-width: 767px) {
	.acadp-user-account-form .acadp-account-avatar-wrap {
		width: 100%;
		align-items: center;
	}

	.acadp-user-account-form .acadp-account-file-picker {
		justify-content: center;
	}

	.acadp-user-account-form .acadp-account-file-picker__name {
		text-align: center;
		justify-content: center;
	}

	.acadp-dashboard-hero {
		padding: 18px;
		border-radius: 24px;
	}

	.acadp-dashboard-title {
		font-size: 28px;
	}

	.acadp-dashboard-tab {
		min-height: 78px;
		padding: 14px 16px;
	}

	.acadp-dashboard-tab__icon {
		width: 42px;
		height: 42px;
		border-radius: 14px;
		font-size: 18px;
	}

	.acadp-dashboard-stat {
		padding: 20px;
		border-radius: 22px;
	}

	.acadp-auth-modal__content {
		padding: 18px;
		border-radius: 22px;
	}

	.acadp-auth-modal__header h3 {
		font-size: 24px;
	}

	.acadp-account-file-picker {
		flex-direction: column;
		align-items: flex-start;
	}

	.acadp-listing-form .acadp-map,
	.acadp-listing-form .acadp-map.leaflet-container,
	.acadp-listing-form .acadp-map > div {
		min-height: 220px;
		max-height: 240px;
	}
}

.acadp-contact-card,
.acadp-modern-card {
	border: 1px solid #e2e8f0;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.10), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
	padding: 18px;
}

.acadp-contact-map-wrap {
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid #dbe4f0;
	background: #fff;
}

.acadp-contact-map-wrap .acadp-map {
	overflow: hidden;
	border-radius: 24px 24px 0 0;
}

.acadp-approximate-note {
	padding: 12px 16px;
	border-top: 1px solid #e2e8f0;
	background: #f8fafc;
	color: #475569;
	font-size: 13px;
	font-weight: 600;
}

.acadp-map-privacy-note {
	padding-top: 4px;
}

.acadp-map-privacy-trigger {
	padding: 0;
	border: 0;
	background: transparent;
	color: #475569;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.acadp-detail-chip {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	background: #fff;
}

.acadp-detail-label {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.acadp-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.acadp-phone-pill {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 58px !important;
	padding: 8px 10px 8px 18px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
	border: 1px solid #dbe4f0 !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10) !important;
	text-decoration: none !important;
	color: #0f172a !important;
}

.acadp-phone-pill:hover,
.acadp-phone-pill:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
}

.acadp-phone-pill__value {
	font-size: 17px !important;
	font-weight: 800 !important;
	letter-spacing: .02em !important;
}

.acadp-phone-pill__cta {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 72px !important;
	padding: 10px 14px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #0f172a 0%, #334155 100%) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: .04em !important;
	text-transform: uppercase !important;
}

.acadp-whatsapp-pill {
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	min-height: 58px !important;
	padding: 8px 18px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%) !important;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 18px 38px rgba(18, 140, 126, 0.34) !important;
	border: 1px solid rgba(255,255,255,0.18) !important;
}

.acadp-whatsapp-pill:hover,
.acadp-whatsapp-pill:focus {
	transform: translateY(-2px) scale(1.01) !important;
	box-shadow: 0 22px 44px rgba(18, 140, 126, 0.42) !important;
	color: #fff !important;
}

.acadp-contact-reveal {
	position: relative;
}

.acadp-contact-reveal summary {
	list-style: none;
	cursor: pointer;
}

.acadp-contact-reveal summary::-webkit-details-marker {
	display: none;
}

.acadp-contact-reveal-panel {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 20;
	min-width: 180px;
	padding: 12px 14px;
	border: 1px solid #dbe4f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.acadp-contact-reveal-link {
	color: #0f172a;
	font-weight: 700;
	text-decoration: none !important;
}

.acadp-whatsapp-pill__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.18) !important;
}

.acadp-whatsapp-pill__text {
	font-size: 16px !important;
	font-weight: 800 !important;
	letter-spacing: .01em !important;
	color: #fff !important;
}

.acadp .acadp-contact-form .acadp-whatsapp-pill,
.acadp .acadp-contact-details .acadp-whatsapp-pill {
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%) !important;
	color: #fff !important;
}

.acadp .acadp-contact-form .acadp-phone-pill,
.acadp .acadp-contact-details .acadp-phone-pill {
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}

.acadp-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.acadp-contact-details .acadp-email a,
.acadp-contact-details .acadp-website a,
.acadp-contact-details .acadp-locations a {
	font-weight: 600;
}

@media (max-width: 767px) {
	.acadp-account-verification-callout {
		flex-direction: column;
		align-items: stretch;
	}

	.acadp-account-verification-callout__button {
		width: 100%;
	}

	.acadp-wallet-listing-note {
		padding: 16px;
		border-radius: 18px;
	}

	.acadp-contact-reveal-panel {
		left: auto;
		right: 0;
	}

	.acadp-phone-pill,
	.acadp-whatsapp-pill {
		width: 100%;
		justify-content: space-between;
	}
}

/*----------------------------------------------------------------------------------------------
 *
 *	Block Editor
 *
 *--------------------------------------------------------------------------------------------*/
.components-panel__row .components-base-control {
	width: 100%;
}

.components-panel__row .components-range-control__wrapper {
    flex: 1 1 100%;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Custom Select
 *
 *--------------------------------------------------------------------------------------------*/
.acadp acadp-dropdown-terms {
	box-sizing: border-box;
	display: block;
	position: relative;		    
}

.acadp acadp-dropdown-terms button,
.acadp acadp-dropdown-terms button:hover,
.acadp acadp-dropdown-terms button:focus {
	border: none;
    box-shadow: none;
    background: none;
	background-color: transparent;
	background-image: none;    
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-select {
	position: relative;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-select input[type=text] {
	background-color: inherit;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	cursor: auto;
	padding-right: 2.5rem;
	width: 100%;
	text-overflow: ellipsis;
}

.acadp acadp-dropdown-terms .acadp-dropdown-select button {
    display: flex;
	position: absolute;
	top: 0;
    right: 0;
	bottom: 0;
	z-index: 10;	
	align-items: center;
	padding-right: 0.75rem;
}

.acadp acadp-dropdown-terms .acadp-dropdown-select button:hover {
	color: #3b82f6;
}
  
.acadp acadp-dropdown-terms[has-value] .acadp-dropdown-select input[type=text] {
	background-image: none;
}

.acadp acadp-dropdown-terms .acadp-dropdown {
	position: absolute;
    top: 100%;
    right: 0;
	left: 0;	
	z-index: 99999;	
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.acadp acadp-dropdown-terms .acadp-dropdown-content {
	margin-top: 0.125rem;	
	border: 1px solid #9ca3af;
    border-radius: 0.25rem;	
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    background-color: #ffffff;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header {
	position: relative;
    border-bottom: 1px solid #f3f4f6;
	padding: 0.75rem;    
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header input[type=text] {
    padding: 0.5rem;
	padding-right: 2rem;
	width: 100%;
    height: auto;
    line-height: 1;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header button {
    display: flex;
	position: absolute;
	top: 0;
    right: 0;
	bottom: 0;
	z-index: 10;	
	align-items: center;
	padding-right: 1.25rem;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-header button:hover {
	color: #3b82f6;
}
  
.acadp acadp-dropdown-terms .acadp-dropdown-body {
	max-height: 180px;
    overflow-x: hidden;
	overflow-y: auto;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label {
	display: flex;	
	align-items: center;
	gap: 0.375rem;
	margin: 0;
    border: 0;
	border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
	padding: 0.5rem 0.75rem;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label:hover {
    border-bottom: 0;
	background-color: #3b82f6;
	color: #fff;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body .acadp-terms-parent > div:last-child label {
	border-bottom: 0;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label[disabled] {
	pointer-events: none;
	opacity: 0.8;
}
  
.acadp acadp-dropdown-terms[is-searching] .acadp-dropdown-body label {
	padding-left: 0.75rem !important;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label .acadp-term-name {
    flex-grow: 1;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body label .acadp-term-input:focus {
	box-shadow: none;
}

.acadp acadp-dropdown-terms .acadp-dropdown-body .acadp-dropdown-status {
	padding: 0.5rem 0.75rem;
}

.acadp acadp-dropdown-terms .acadp-dropdown-footer {
    border-top: 1px solid #f3f4f6;
    padding: 0.75rem;
    text-align: center;
}

.acadp acadp-dropdown-terms .acadp-dropdown-footer a,
.acadp acadp-dropdown-terms .acadp-dropdown-footer a:hover,
.acadp acadp-dropdown-terms .acadp-dropdown-footer a:focus { 
    display: block;   
    text-decoration: none;
    color: #3b82f6;
    font-size: 90%;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Checbox & Radio Group
 *
 *--------------------------------------------------------------------------------------------*/
.acadp .acadp-form-checkbox-group,
.acadp .acadp-form-radio-group {       
    border: 1px solid #CCC;
	border-radius: 3px;
	padding: 7px; 
	max-height: 100px;
    overflow-y: auto;
}

.acadp .acadp-form-checkbox-group .checkbox,
.acadp .acadp-form-radio-group .radio {
	margin: 0;
}

/*----------------------------------------------------------------------------------------------
 *
 *	Range Field
 *
 *--------------------------------------------------------------------------------------------*/
.acadp-range-slider {
	display: inline-block;
	position: relative;
	margin-top: 24px;
	width: 100%;	
}

.acadp-range-slider .acadp-range-value {
	position: absolute;
	top: -50%;
}

.acadp-range-slider .acadp-range-value span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate( -50%, 0 );	
	border-radius: 2px;	
	background: #03a9f4;	
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 11px;	
}

.acadp-range-slider .acadp-range-value span:before {	
	position: absolute;
	top: 100%;
	left: 50%;	
	margin-left: -5px;
	margin-top: -1px;
	border-top: 10px solid #03a9f4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: "";	
}

.acadp-range-slider input[type=range] {
	-webkit-appearance: none;	
	margin: 20px 0;	
	border: none;
	padding: 0;
	width: 100%;		
}

.acadp-range-slider input[type=range]:focus {
	outline: none;
}

.acadp-range-slider input[type=range]::-webkit-slider-runnable-track {	
	border-radius: 25px;
	background: #03a9f4;
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: 0.2s;	
}

.acadp-range-slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;			
	margin-top: -8px;	
	border-radius: 50%;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 1 );
	background: #fff;
	cursor: pointer;
	width: 20px;
	height: 20px;	
}

.acadp-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: #03a9f4;
}

/*---------------------------------------------------------------------------------------------
	Privacy Policy [GDPR]
---------------------------------------------------------------------------------------------*/
.acadp-privacy-wrapper { 
	position: absolute; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;         
	margin: 0;
	background-color: #f9f9f9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 15px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.acadp-privacy-wrapper-map {
	background-image: url( '../images/placeholder-map.svg' );
}

.acadp-privacy-consent-block {
	position: relative;
	opacity: 0.9;
	margin: auto;
	top: 50%;
	transform: translateY( -50% );
	-ms-transform: translateY(- 50% );
	-webkit-transform: translateY( -50% );
	max-width: 320px;	
}

.acadp-privacy-consent-message {
	margin-bottom: 10px;
}

@media only screen and (max-width: 250px) {
	.acadp-privacy-consent-block {
		margin: 0;
		font-size: 12px;               
	}
}

/*---------------------------------------------------------------------------------------------
	Login Form [inline]
---------------------------------------------------------------------------------------------*/
.acadp-login-form #loginform {
    max-width: 320px;
}

.acadp-login-form .login-username label,
.acadp-login-form .login-password label {
    display: block;
}

.acadp-login-form  #user_login,
.acadp-login-form  #user_pass {    
    box-sizing: border-box;
	width: 100%;
}

/*---------------------------------------------------------------------------------------------
	Search Form [inline]
---------------------------------------------------------------------------------------------*/
.acadp-search-inline .row .form-group:nth-child(1) {
	padding-left: 0;
}

.acadp-search-inline .row .form-group:nth-child(3) {
	padding-right: 0;
}

/*---------------------------------------------------------------------------------------------
	Listings Page
---------------------------------------------------------------------------------------------*/
.acadp .acadp-responsive-container {
	display: block;
	position: relative;
	background: #f9f9f9;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;	
}

.acadp .acadp-responsive-item,
.acadp .acadp-responsive-container img {
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;	
}

.acadp-listings .acadp-listings-title-block,
.acadp-manage-listings .acadp-listings-title-block {
	display: block;
}

.acadp-listings .acadp-listings-title-block h3,
.acadp-manage-listings .acadp-listings-title-block h3 {
	display: inline;
	vertical-align: middle;
}

.acadp-listings .acadp-listings-desc {
	margin: 15px 0;
}

.acadp-grid-view .acadp-listings-price {
	margin: 15px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Listing Detail Page
---------------------------------------------------------------------------------------------*/
.acadp-listing .acadp-price-block {
	margin: 10px 0 0 0;
}

.acadp-listing .modal-header h3 {
	display: inline-block;
}

/* Slick Slider */
.acadp-listing #acadp-slider-wrapper {
	margin: 15px 0 0 0;
}

.acadp-listing .acadp-slider-for,
.acadp-listing .acadp-slider-nav {
	display: none;
}

.acadp-listing .acadp-slider-for.slick-initialized,
.acadp-listing .acadp-slider-nav.slick-initialized {
	display: block;
}

.acadp-listing .acadp-slider-for {
	cursor: zoom-in;
}

.acadp-listing .slick-loading {
    background: #fff url('../images/spinner.gif') center center no-repeat;
}

.acadp-listing .acadp-slider-next,
.acadp-listing .acadp-slider-prev {
	position: absolute;
	top: 50%;		
	opacity: .75;
	z-index: 9;
	margin-top: -12px;
	border-radius: 12px;
	background: #3b82f6;
	cursor: pointer;
	padding: 5px;
	line-height: 1em;	
}

.acadp-listing .acadp-slider-next:hover,
.acadp-listing .acadp-slider-prev:hover {
	opacity: 1;
}

.acadp-listing .acadp-slider-next {
	right: -12px;
}

.acadp-listing .acadp-slider-prev {
	left: -12px;
}

.acadp-listing .acadp-slider-next .glyphicon,
.acadp-listing .acadp-slider-prev .glyphicon {
	display: block;
	top: 0;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;	
}

.acadp-slider-nav .acadp-slider-item {
	cursor: pointer;
}

.acadp-listing .acadp-slider-item-inner {
	padding: 7px;
}

.acadp-listing .acadp-slider-item-inner img {
	margin: auto;
}

#acadp-contact-message-display {
    margin-bottom: 10px;
}

#acadp-contact-message-display:empty {
	display: none;
}

/* Magnific Popup */
.single-acadp_listings .mfp-wrap button:hover,
.single-acadp_listings .mfp-wrap button:focus {
	box-shadow: none;
	background: transparent;	
}

/*---------------------------------------------------------------------------------------------
	Modern Auth UI
---------------------------------------------------------------------------------------------*/
.acadp-login-form .acadp-button-submit,
.acadp-register-form .acadp-button-submit,
.acadp-user-account-form .acadp-button-submit,
.acadp-login-form .acadp-button-primary,
.acadp-register-form .acadp-button-primary,
.acadp-user-account-form .acadp-button-primary {
	border: none !important;
	border-radius: 999px !important;
	background: #34a853 !important;
	box-shadow: 0 10px 24px rgba( 52, 168, 83, 0.22 ) !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	padding: 12px 24px !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	width: 100% !important;
}

.acadp-login-form .acadp-button-submit:hover,
.acadp-register-form .acadp-button-submit:hover,
.acadp-user-account-form .acadp-button-submit:hover,
.acadp-login-form .acadp-button-primary:hover,
.acadp-register-form .acadp-button-primary:hover,
.acadp-user-account-form .acadp-button-primary:hover {
	background: #2d9249 !important;
	box-shadow: 0 14px 30px rgba( 52, 168, 83, 0.28 ) !important;
	transform: translateY( -1px );
}

.acadp-login-form .acadp-button-submit:disabled,
.acadp-register-form .acadp-button-submit:disabled,
.acadp-user-account-form .acadp-button-submit:disabled,
.acadp-login-form .acadp-button-primary:disabled,
.acadp-register-form .acadp-button-primary:disabled,
.acadp-user-account-form .acadp-button-primary:disabled {
	background: #bdc1c6 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: not-allowed !important;
	opacity: 0.82;
	transform: none !important;
}

.acadp-login-form .acadp-form-input,
.acadp-register-form .acadp-form-input,
.acadp-user-account-form .acadp-form-input {
	border: 1px solid #dadce0 !important;
	border-radius: 8px !important;
}

.acadp-form-group-terms,
.acadp-form-group-privacy {
	background: #f8f9fa;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	margin-bottom: 6px;
	padding: 10px 12px;
}

.acadp-form-group-terms label,
.acadp-form-group-privacy label {
	width: 100%;
}

.acadp-auth-google {
	border: 1px solid #dbe7df;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
	padding: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.acadp-auth-google:hover,
.acadp-auth-google:focus-within {
	border-color: #93c5fd;
	box-shadow: 0 18px 38px rgba(59, 130, 246, 0.12);
	transform: translateY(-1px);
}

.acadp-auth-google [data-google-login-button] {
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 46px;
}

.acadp-auth-google.is-disabled {
	opacity: 1;
	pointer-events: auto;
}

.acadp-auth-google.is-pending-agreements {
	opacity: 1;
	border-color: #f59e0b;
	background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
	box-shadow: 0 18px 38px rgba(245, 158, 11, 0.10);
}

.acadp-auth-google.is-pending-agreements:hover {
	opacity: 1;
}

.acadp-login-form .acadp-button-submit.is-pending-agreements:hover,
.acadp-register-form .acadp-button-submit.is-pending-agreements:hover,
.acadp-user-account-form .acadp-button-submit.is-pending-agreements:hover {
	transform: translateY(-1px);
}

.acadp-form-group-terms.is-attention,
.acadp-form-group-privacy.is-attention {
	border-color: #f59e0b;
	background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14);
}

.single-acadp_listings .acadp-image-popup {
	cursor: zoom-in;
}

.acadp-manage-listings .acadp-listing-suspension {
	color: #9a3412;
}

.acadp-manage-listings .acadp-button-suspend {
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%) !important;
	border-color: #fdba74 !important;
	color: #9a3412 !important;
}

.acadp-manage-listings .acadp-button-resume {
	background: linear-gradient(135deg, #ecfdf3 0%, #ffffff 100%) !important;
	border-color: #86efac !important;
	color: #166534 !important;
}

.acadp-manage-listings .acadp-listing-timeline {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 8px;
	padding: 16px 18px;
	border: 1px solid #dbe4f0;
	border-radius: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.acadp-manage-listings .acadp-listing-timeline--active {
	border-color: #bbf7d0;
	background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.acadp-manage-listings .acadp-listing-timeline--warning {
	border-color: #fdba74;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
	box-shadow: 0 18px 40px rgba(249, 115, 22, 0.10);
}

.acadp-manage-listings .acadp-listing-timeline--expired {
	border-color: #fecaca;
	background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
	box-shadow: 0 18px 40px rgba(239, 68, 68, 0.08);
}

.acadp-manage-listings .acadp-listing-timeline--suspended {
	border-color: #fde68a;
	background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
	box-shadow: 0 18px 40px rgba(245, 158, 11, 0.10);
}

.acadp-manage-listings .acadp-listing-timeline--neutral {
	border-color: #dbe4f0;
	background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.acadp-manage-listings .acadp-listing-timeline__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.acadp-manage-listings .acadp-listing-timeline__title {
	color: #0f172a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.acadp-manage-listings .acadp-listing-timeline__text {
	color: #475569;
	font-size: 14px;
	line-height: 1.7;
}

.acadp-manage-listings .acadp-listing-countdown {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: #0f172a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.acadp-manage-listings .acadp-listing-timeline--active .acadp-listing-countdown {
	background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
}

.acadp-manage-listings .acadp-listing-timeline--warning .acadp-listing-countdown {
	background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
}

.acadp-manage-listings .acadp-listing-timeline--expired .acadp-listing-countdown {
	background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

.acadp-manage-listings .acadp-listing-timeline--suspended .acadp-listing-countdown {
	background: linear-gradient(135deg, #ca8a04 0%, #eab308 100%);
	color: #422006;
}

.acadp-manage-listings .acadp-listing-countdown.is-finished {
	background: linear-gradient(135deg, #334155 0%, #0f172a 100%);
}

.acadp-manage-listings .acadp-listing-timeline__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.acadp-manage-listings .acadp-button-renew-soon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-height: 44px;
	padding: 0 18px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #25d366 0%, #1ebe57 45%, #128c7e 100%) !important;
	box-shadow: 0 16px 30px rgba(18, 140, 126, 0.22) !important;
	font-size: 13px;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.acadp-manage-listings .acadp-button-renew-soon:hover,
.acadp-manage-listings .acadp-button-renew-soon:focus {
	transform: translateY(-1px);
	box-shadow: 0 20px 36px rgba(18, 140, 126, 0.28) !important;
}

/*---------------------------------------------------------------------------------------------
	Address
---------------------------------------------------------------------------------------------*/
.acadp-address {
	word-wrap: break-word;
}

.acadp-address .acadp-street-address,
.acadp-address .acadp-phone,
.acadp-address .acadp-email,
.acadp-address .acadp-website {
	display: block;
}

.acadp-address .acadp-delimiter {
	padding-right: 7px;
}

/*---------------------------------------------------------------------------------------------
	Image Uploader
---------------------------------------------------------------------------------------------*/
table.acadp-images {
	margin-bottom: 10px;
	border: 0 none;
	background: #fff;
}

table.acadp-images tbody tr td {	
	border-top: 0 none;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 5px 7px;
}

table.acadp-images .acadp-handle {
	cursor: move;
	width: 50px;
	vertical-align: middle;
	color: #999;	
}

table.acadp-images .acadp-handle span {
	display: block;
	width: 100%;
	text-align: center;
}

table.acadp-images .acadp-image {
	width: 75px;
	vertical-align: middle;
	text-align:center;
}

table.acadp-images img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*---------------------------------------------------------------------------------------------
	Social Sharing Buttons
---------------------------------------------------------------------------------------------*/
.acadp-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.acadp-social-link {
	margin-right: 2px;
	border-radius: 2px; 
	cursor: pointer;  
    padding: 4px 8px;
	text-decoration: none;
	line-height: 1; 
	color: white;	
    font-size: 12px;    
}
 
.acadp-social-link:hover,
.acadp-social-link:active {    
	text-decoration: none; 
	color: white;
} 

.acadp-social-facebook {
    background: #3B5997;
}
 
.acadp-social-facebook:hover,
.acadp-social-facebook:active {
    background: #2d4372;
}

.acadp-social-twitter {
    background: #00aced;
}
 
.acadp-social-twitter:hover,
.acadp-social-twitter:active {
    background: #0084b4;
}
 
.acadp-social-linkedin {
    background: #0077B5;
}
 
.acadp-social-linkedin:hover,
.acadp-social-linkedin:active {
    background: #005B8C;
}
 
.acadp-social-pinterest {
    background: #bd081c;
}
 
.acadp-social-pinterest:hover,
.acadp-social-pinterest:active {
    background: #9e0718;
}

.acadp-social-whatsapp {
	background: #25d366;
}

.acadp-social-whatsapp:hover,
.acadp-social-whatsapp:active {
	background: #12af0a;
}

/*---------------------------------------------------------------------------------------------
	Checkout
---------------------------------------------------------------------------------------------*/
#acadp-checkout-errors span {
	display: block;
}

#acadp-checkout-errors span:before {
	content: "*";
	padding-right: 5px;
}

/*---------------------------------------------------------------------------------------------
	Widgets
---------------------------------------------------------------------------------------------*/
/* ACADP Listings */
.acadp-widget-listings .media-object {
	width: 64px;
}

.acadp-widget-listings .acadp-listings-desc {
	margin: 15px 0;
}

.acadp-widget-listings .acadp-listings-price {
	margin: 15px 0 0;
}

/*---------------------------------------------------------------------------------------------
	Spinner
---------------------------------------------------------------------------------------------*/
@keyframes wait {
	12.5% {
	  background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0;
	}
  
	25% {
	  background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px;
	}
  
	37.5% {
	  background-position-x: -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px;
	}
  
	50% {
	  background-position-x: -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px;
	}
  
	62.5% {
	  background-position-x: -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px;
	}
  
	75% {
	  background-position-x:  0, 0, 6px,  6px, 12px, 12px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
  
	87.5% {
	  background-position-x:  6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
  
	100% {
	  background-position-x: 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px,  -4px, -4px,  -4px, -4px;
	}
}
  
.acadp .acadp-spinner {
	background: 
		linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   /* 6  */
		linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),
  
		linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
		linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),
  
		linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   /* 4  */
		linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),
  
		linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), /* 3  */
		linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),
  
		linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), /* 2  */
		linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),
  
		linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), /* 1  */
		linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);
	background-repeat: no-repeat;
	background-size: 
		4px 9px,   /* 6 */
		4px 9px,
  
		4px 9px,   /* 5 */
		4px 9px,
  
		4px 9px,   /* 4 */
		4px 9px,
  
		4px 11px,  /* 3 */
		4px 11px,
  
		4px 16px,  /* 2 */
		4px 16px,
  
		4px 16px,  /* 1 */
		4px 16px;
	background-position-x: -4px;
	/* Hide All */
	background-position-y: 3px, 3px, 3px, 3px, 3px, 3px, 2px, 2px, 0, 0, 0, 0;
	zoom: 1;
	/* Increase this for a bigger symbol*/
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	animation: wait .80s steps(1, start) infinite;
}

/*---------------------------------------------------------------------------------------------
	Third-party theme conflicts
---------------------------------------------------------------------------------------------*/
.single-acadp_listings .entry-header {
	display: none;
}

.acadp .nav {
	float: none;
}

.acadp .btn-group .dropdown-toggle {
	width: auto;
}

.acadp .thumbnail img {
	box-shadow: none;
}

/*---------------------------------------------------------------------------------------------
	Media queries
---------------------------------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.acadp .pull-left.acadp-xs-clear-float,
	.acadp .pull-right.acadp-xs-clear-float {
		display: block;        
		float: none !important;
		clear: both;
	}

	.acadp-search-inline .row .form-group {
		padding-left: 0;
		padding-right: 0;
	}
	
	.acadp-list-view img {
		width: 100%;
	}
	
	.acadp-list-view .acadp-listings-title-block {
		margin-top: 10px;
	}
	
	.acadp-list-view .acadp-price-block {		
		margin: 15px 0;
		text-align: left;
	}

	.acadp-auth-google {
		padding: 12px;
		border-radius: 18px;
		box-shadow: 0 16px 34px rgba(59, 130, 246, 0.10);
	}

	.acadp-auth-google [data-google-login-button] {
		justify-content: stretch;
	}

	.acadp-auth-google iframe {
		max-width: 100%;
	}

	.acadp-manage-listings .acadp-listing-timeline {
		padding: 14px;
		border-radius: 18px;
	}

	.acadp-manage-listings .acadp-listing-timeline__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.acadp-manage-listings .acadp-listing-countdown {
		width: 100%;
		justify-content: center;
	}

	.acadp-manage-listings .acadp-listing-timeline__actions {
		width: 100%;
	}

	.acadp-manage-listings .acadp-button-renew-soon {
		width: 100% !important;
	}
}

/*---------------------------------------------------------------------------------------------
	Wallet billing panel
---------------------------------------------------------------------------------------------*/
.acadp-wallet-panel__stats {
	align-items: stretch;
}

.acadp-wallet-panel__stat {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

.acadp-wallet-panel__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #64748b;
}

.acadp-wallet-panel__value {
	margin-top: 8px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	color: #0f172a;
}

.acadp-wallet-panel__meta {
	margin-top: 8px;
	font-size: 14px;
	color: #475569;
}

.acadp-wallet-panel__need {
	border-radius: 16px;
	background: #fff7ed;
}

.acadp-wallet-panel__need-title {
	font-size: 13px;
	font-weight: 700;
	color: #9a3412;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.acadp-wallet-panel__need-values {
	margin-top: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #7c2d12;
}

.acadp-wallet-panel__form-grid {
	align-items: start;
}

.acadp-wallet-billing-summary {
	color: #334155;
}

.acadp-wallet-billing-summary .acadp-text-muted {
	color: #64748b;
}

@media (max-width: 768px) {
	.acadp-wallet-panel__value {
		font-size: 24px;
	}
}

/* ═══════════════════════════════════════════════════════════
   ACADP Mobil & UX İyileştirmeleri
   ═══════════════════════════════════════════════════════════ */

/* Genel mobil touch hedefleri */
@media (max-width: 768px) {
    .acadp .acadp-button,
    .acadp .acadp-form-control,
    .acadp select.acadp-form-control {
        min-height: 44px;
        font-size: 16px; /* iOS zoom'u önle */
    }

    /* Search form mobil */
    .acadp-search-form .acadp-flex-wrap {
        flex-direction: column;
    }
    .acadp-search-form .acadp-form-group {
        width: 100%;
    }
    .acadp-search-form .acadp-button-group {
        width: 100%;
        justify-content: stretch;
    }
    .acadp-search-form .acadp-button-group .acadp-button {
        flex: 1;
    }

    /* Listing kartları mobil */
    .acadp-listings .acadp-card {
        flex-direction: column !important;
    }
    .acadp-listings .acadp-card img {
        width: 100% !important;
        max-height: 200px;
        object-fit: cover;
    }

    /* Manage listings mobil */
    .acadp-manage-listings .acadp-card.md\:acadp-flex-row {
        flex-direction: column !important;
    }

    /* Single listing mobil */
    .acadp-listing-detail .acadp-grid.md\:acadp-grid-cols-2 {
        grid-template-columns: 1fr !important;
    }

    /* Admin bar mobil */
    .acadp-admin-bar {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .acadp-admin-bar a {
        width: 100%;
        text-align: center;
    }

    /* Dashboard nav mobil */
    .acadp-user-dashboard nav {
        gap: 4px !important;
    }
    .acadp-user-dashboard nav a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    /* Listing form mobil */
    .acadp-listing-form .acadp-grid.md\:acadp-grid-cols-2 {
        grid-template-columns: 1fr !important;
    }
    .acadp-cat-picker-btn {
        font-size: 16px; /* iOS zoom önle */
    }

    /* Payment sayfaları */
    .acadp-order-details.md\:acadp-grid-cols-2 {
        grid-template-columns: 1fr !important;
    }

    /* Tablo scroll */
    .acadp-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .acadp-listings .acadp-grid-cols-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Küçük ekranlar */
@media (max-width: 400px) {
    .acadp .acadp-wrapper {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .acadp-dashboard-title {
        font-size: 1.2rem !important;
    }
}

/* Dinamik alt kategori/lokasyon wrap */
.acadp-child-terms-wrap.acadp-hidden {
    display: none !important;
}

/* Kategori popup genel */
#acadp-cat-modal {
    -webkit-overflow-scrolling: touch;
}
#acadp-cat-list {
    -webkit-overflow-scrolling: touch;
}

/* Search form alt kategori */
.acadp-search-form .acadp-child-terms-wrap select {
    border-left: 3px solid #3b82f6;
}

.acadp-search-form .acadp-category-children-panel {
	margin-top: 12px;
	padding: 14px;
	border: 1px solid #dbe4f0;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.acadp-search-form .acadp-category-children-panel.is-filtered {
	border-color: #93c5fd;
	box-shadow: 0 18px 36px rgba(59, 130, 246, 0.10);
}

.acadp-search-form .acadp-category-children-panel__hint {
	color: #475569;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 12px;
}

.acadp-search-form .acadp-category-children-panel__options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.acadp-search-form .acadp-category-children-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 10px 12px;
	padding-left: calc( 12px + ( ( var( --acadp-child-depth, 1 ) - 1 ) * 12px ) );
	border: 1px solid #dbe4f0;
	border-radius: 14px;
	background: #ffffff;
	color: #0f172a;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.acadp-search-form .acadp-category-children-chip:hover {
	border-color: #93c5fd;
	box-shadow: 0 10px 24px rgba(59, 130, 246, 0.08);
	transform: translateY(-1px);
}

.acadp-search-form .acadp-category-children-chip input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #2563eb;
}

.acadp-search-form .acadp-category-children-chip__text {
	line-height: 1.4;
}

.acadp-search-form .acadp-category-children-reset {
	margin-top: 12px;
	width: 100%;
}

.acadp-search-form .acadp-category-children-panel {
	display: none !important;
}

.acadp-search-form .acadp-search-category-picker {
	position: relative;
}

.acadp-search-form .acadp-search-category-picker__trigger {
	position: relative;
	width: 100%;
	min-height: 58px;
	padding: 12px 48px 12px 16px !important;
	border: 1px solid #dbe4f0 !important;
	border-radius: 18px !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05) !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 4px;
	text-align: left;
	color: #0f172a !important;
}

.acadp-search-form .acadp-search-category-picker__trigger:hover,
.acadp-search-form .acadp-search-category-picker__trigger:focus {
	border-color: #93c5fd !important;
	box-shadow: 0 18px 36px rgba(59, 130, 246, 0.12) !important;
}

.acadp-search-form .acadp-search-category-picker__trigger::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #64748b;
	border-bottom: 2px solid #64748b;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.2s ease;
}

.acadp-search-form .acadp-search-category-picker__trigger[aria-expanded="true"]::after {
	transform: translateY(-20%) rotate(-135deg);
}

.acadp-search-form .acadp-search-category-picker__trigger-main {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.acadp-search-form .acadp-search-category-picker__trigger-sub {
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
}

.acadp-search-form .acadp-search-category-picker__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 100000;
	border: 1px solid #dbe4f0;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.acadp-search-form .acadp-search-category-picker__tree {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-height: 360px;
	overflow-y: auto;
	padding: 12px;
}

.acadp-search-form .acadp-search-category-picker__branch {
	display: block;
}

.acadp-search-form .acadp-search-category-picker__row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	border-radius: 12px;
	color: #0f172a;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.acadp-search-form .acadp-search-category-picker__row:hover {
	background: #f8fbff;
}

.acadp-search-form .acadp-search-category-picker__row-parent {
	font-weight: 700;
}

.acadp-search-form .acadp-search-category-picker__row-parent.is-active {
	background: #eff6ff;
	color: #1d4ed8;
}

.acadp-search-form .acadp-search-category-picker__children {
	padding-left: 22px;
}

.acadp-search-form .acadp-search-category-picker__row-child {
	padding-left: calc(10px + ((var(--acadp-child-depth, 1) - 1) * 18px));
	font-size: 13px;
}

.acadp-search-form .acadp-search-category-picker__checkbox {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #2563eb;
	flex: 0 0 16px;
}

.acadp-search-form .acadp-search-category-picker__label {
	flex: 1 1 auto;
	line-height: 1.4;
}

.acadp-listings {
	position: relative;
	transition: opacity 0.2s ease;
}

.acadp-listings.is-loading {
	opacity: 0.52;
	pointer-events: none;
}

.acadp-listings.is-loading::after {
	content: attr(data-loading-label);
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.88);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.acadp-layout-list .acadp-image img {
	aspect-ratio: 16 / 9;
	height: auto !important;
	object-fit: cover;
}

@media (min-width: 768px) {
	.acadp-layout-list .acadp-card {
		align-items: stretch;
	}

	.acadp-layout-list .acadp-image {
		flex: 0 0 260px;
		max-width: 33.333333%;
	}

	.acadp-layout-list .acadp-image img {
		height: 190px !important;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.acadp-search-form .acadp-search-category-picker__tree {
		max-height: 300px;
	}
}

.acadp-listing-form .acadp-cat-picker-btn {
	min-height: 56px !important;
	border-radius: 18px !important;
	border: 1px solid #dbe4f0 !important;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05) !important;
	color: #0f172a !important;
	font-weight: 700;
}

.acadp-listing-form .acadp-cat-picker-btn:hover,
.acadp-listing-form .acadp-cat-picker-btn:focus {
	border-color: #93c5fd !important;
	box-shadow: 0 18px 36px rgba(59, 130, 246, 0.12) !important;
}

#acadp-cat-modal .acadp-cat-group {
	padding: 8px 14px;
}

#acadp-cat-modal .acadp-cat-parent,
#acadp-cat-modal .acadp-cat-child {
	border: 1px solid #e2e8f0 !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

#acadp-cat-modal .acadp-cat-parent {
	min-height: 52px;
	padding: 12px 16px !important;
}

#acadp-cat-modal .acadp-cat-child {
	min-height: 46px;
	margin-top: 8px;
	padding: 10px 16px 10px 28px !important;
}

#acadp-cat-modal .acadp-cat-children {
	padding: 6px 0 2px;
	background: transparent !important;
}

#acadp-cat-modal .acadp-cat-parent:hover,
#acadp-cat-modal .acadp-cat-child:hover {
	border-color: #93c5fd !important;
	box-shadow: 0 14px 28px rgba(59, 130, 246, 0.10);
}

#acadp-cat-modal .acadp-cat-selected {
	border-color: #60a5fa !important;
	background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%) !important;
	color: #1d4ed8 !important;
	box-shadow: 0 16px 30px rgba(59, 130, 246, 0.14);
}

#acadp-cat-modal .acadp-cat-item-name {
	flex: 1 1 auto;
}

#acadp-cat-modal .acadp-cat-parent .acadp-cat-item-name::before,
#acadp-cat-modal .acadp-cat-child .acadp-cat-item-name::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 999px;
	border: 2px solid #cbd5e1;
	vertical-align: -1px;
}

#acadp-cat-modal .acadp-cat-selected .acadp-cat-item-name::before {
	border-color: #2563eb;
	background: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}
