/* Online Almanca — LearnPress single / archive */

.oa-lp,
.oa-lp-single,
.oa-lp-archive {
	--oa-lp-navy: var(--oa-navy, #001a4d);
	--oa-lp-orange: var(--oa-orange, #f5a623);
	--oa-lp-bg: #f5f7fa;
}

/* Page title gizle — navy hero kendi başlığını taşıyor */
body.oa-lp-single .course-info-top,
body.single-lp_course .course-info-top,
body.oa-lp-single .lp-rating-reviews-wrapper,
body.oa-lp-single .learnpress-course-review,
body.oa-lp-single .course-reviews-list,
body.oa-lp-single #course-reviews {
	display: none !important;
}

body.oa-lp-single .site-content,
body.single-lp_course .site-content,
body.oa-lp-single .container.site-content {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.oa-lp-single .site-content,
.oa-lp-single #main-content,
.oa-lp-single .content-area {
	background: #fff;
}

.oa-course-single {
	width: 100%;
	background: #fff;
	padding-bottom: 56px;
}

.oa-cs-top {
	position: relative;
	padding-bottom: 8px;
}

.oa-cs-hero-bg {
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	width: 100vw;
	margin-left: -50vw;
	height: var(--oa-cs-hero-h, 430px);
	background: #001a4d;
	overflow: hidden;
	z-index: 0;
}

body.oa-lp-single {
	overflow-x: hidden;
}

.oa-cs-hero-bg__gate,
.oa-cs-hero-bg__dots {
	position: absolute;
	pointer-events: none;
}

.oa-cs-hero-bg__gate {
	left: -20px;
	bottom: -30px;
	width: 280px;
	height: 220px;
	opacity: 0.12;
	background:
		linear-gradient(#fff, #fff) 18% 62% / 10% 38% no-repeat,
		linear-gradient(#fff, #fff) 50% 48% / 18% 52% no-repeat,
		linear-gradient(#fff, #fff) 82% 62% / 10% 38% no-repeat,
		linear-gradient(#fff, #fff) 50% 22% / 64% 8% no-repeat,
		radial-gradient(circle at 50% 18%, #fff 18%, transparent 19%);
}

.oa-cs-hero-bg__dots {
	right: 24px;
	top: 28px;
	width: 180px;
	height: 160px;
	opacity: 0.18;
	background-image: radial-gradient(#fff 1.2px, transparent 1.3px);
	background-size: 14px 14px;
}

.oa-cs-inner {
	position: relative;
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
	padding: 28px 15px 0;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) 340px;
	grid-template-areas:
		"intro card"
		"main card";
	gap: 28px 40px;
	align-items: start;
	box-sizing: border-box;
}

.oa-cs-intro { grid-area: intro; color: #fff; padding-bottom: 36px; }
.oa-cs-card { grid-area: card; }
.oa-cs-main { grid-area: main; }

.oa-cs-bc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.78);
}

.oa-cs-bc a {
	color: #f5c518 !important;
	text-decoration: none;
	font-weight: 600;
}

.oa-cs-bc a:hover { text-decoration: underline; }

.oa-cs-badge {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f5c518;
	color: #001a4d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}

.oa-cs-title {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.15;
	font-weight: 800;
	color: #fff;
}

.oa-cs-lead {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	max-width: 58ch;
}

.oa-cs-facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
}

.oa-cs-facts li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.92);
}

.oa-cs-facts strong { color: #fff; font-weight: 700; }

.oa-cs-facts__icon {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.oa-cs-facts__icon--flag {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
}

.oa-cs-facts__icon--flag svg {
	width: 28px;
	height: 28px;
	display: block;
}

.oa-course-single__card,
.oa-cs-card {
	background: #fff;
	border: 0;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 26, 77, 0.16);
	position: sticky;
	top: 90px;
}

.oa-cs-card__thumb {
	position: relative;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
}

.oa-cs-card__thumb img {
	display: block;
	width: 100%;
	height: 188px;
	object-fit: cover;
}

.oa-course-single__card-body,
.oa-cs-card__body {
	padding: 18px 18px 8px;
}

.oa-course-single__price,
.oa-cs-price {
	margin-bottom: 14px;
	color: var(--oa-lp-navy);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}

.oa-course-single__price del,
.oa-course-single__price .origin-price,
.oa-course-single__price .course-origin-price {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #9aa3af;
	margin-bottom: 2px;
}

.oa-course-single__price-free { color: #0f9d58; }

.oa-cs-actions {
	display: flex !important;
	flex-direction: column;
	gap: 10px !important;
}

.oa-cs-actions > * {
	width: 100%;
	flex: 0 0 auto;
	margin: 0 !important;
}

.oa-cs-actions .oa-course-wa-buy,
.oa-cs-actions .oa-course-wa-ask {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	order: 3;
}

.oa-cs-btn--continue + .oa-cs-btn--buy {
	background: #001a4d !important;
	color: #fff !important;
}

.oa-cs-btn--ask {
	background: #fff !important;
	color: #001a4d !important;
	border: 2px solid #001a4d !important;
}

.oa-cs-btn--ask:hover {
	background: #f4f7fb !important;
	color: #001a4d !important;
}

.oa-cs-btn,
.oa-course-single__actions .lp-button,
.oa-course-single__actions button.button-purchase-course,
.oa-course-single__actions button[name="purchase-course"],
.oa-course-single__actions a.lp-button,
.oa-cs-btn-lp .lp-button,
.oa-cs-btn-lp button,
.oa-cs-btn-lp .button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	padding: 12px 16px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #f5c518 !important;
	color: #001a4d !important;
	font-weight: 800 !important;
	font-size: 15px !important;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer;
	text-decoration: none !important;
}

.oa-cs-btn--buy .oa-buy-icon,
.oa-cs-btn .oa-buy-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	color: #001a4d;
}

.oa-cs-btn--buy .oa-buy-icon svg { width: 18px; height: 18px; display: block; }

.oa-course-single__actions .oa-course-wa-buy,
.oa-cs-actions .oa-course-wa-ask {
	margin-top: 0 !important;
	background: #fff !important;
	color: #128c3c !important;
	border: 2px solid #25d366 !important;
}

.oa-cs-actions .oa-course-wa-ask .oa-course-wa-buy__icon path,
.oa-course-single__actions .oa-course-wa-ask .oa-course-wa-buy__icon path {
	fill: #25d366 !important;
}

.oa-cs-btn--buy,
.oa-cs-buy-form .oa-cs-btn {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.oa-cs-buy-form {
	margin: 0;
	width: 100%;
}

.oa-course-single__perks {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-course-single__perk {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 !important;
	font-size: 14px;
	color: var(--oa-lp-navy);
	font-weight: 600;
	line-height: 1.35;
}

.oa-course-single__perk::before { display: none !important; content: none !important; }

.oa-course-single__perk-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	color: #6b7280;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.oa-course-single__perk-icon svg { width: 22px; height: 22px; display: block; }

.oa-cs-pay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 16px 0 10px;
	padding-top: 14px;
	border-top: 1px solid #eef1f5;
}

.oa-cs-pay__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.oa-cs-pay__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 34px;
	padding: 4px 8px;
	border: 1px solid #e7ebf0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

.oa-cs-pay__logo img {
	display: block;
	width: auto;
	height: 18px;
	max-width: 64px;
	max-height: 18px;
	object-fit: contain;
	object-position: center;
}

.oa-cs-pay__logo--text {
	font-size: 13px;
	font-weight: 800;
	color: #64748b;
	letter-spacing: 0.02em;
}

.oa-cs-pay__secure {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #6b7280;
	white-space: nowrap;
}

.oa-cs-pay__lock { width: 14px; height: 14px; display: inline-flex; }
.oa-cs-pay__lock svg { width: 14px; height: 14px; }

.oa-cs-trust {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 12px 12px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #eef4fb;
	color: #001a4d;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.oa-cs-trust__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #1d4ed8;
}

.oa-cs-trust__icon svg { width: 18px; height: 18px; display: block; }

.oa-cs-kicker {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff4cc;
	color: #001a4d;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 10px;
}

.oa-cs-main__title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 800;
	color: #001a4d;
}

.oa-cs-main__lead {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.7;
	color: #334155;
	max-width: 70ch;
}

.oa-cs-desc {
	margin-top: 28px;
}

.oa-cs-desc__title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #001a4d;
}

.oa-cs-main__text p { margin: 0 0 12px; }

.oa-cs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 28px;
}

.oa-cs-grid__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	background: #fff;
}

.oa-cs-grid__icon { width: 28px; height: 28px; flex-shrink: 0; display: inline-flex; }
.oa-cs-grid__icon svg { width: 26px; height: 26px; }

.oa-cs-grid__item small {
	display: block;
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 2px;
}

.oa-cs-grid__item strong {
	color: #001a4d;
	font-size: 15px;
	font-weight: 800;
}

.oa-cs-learn__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 800;
	color: #001a4d;
}

.oa-cs-learn__check { width: 22px; height: 22px; display: inline-flex; }
.oa-cs-learn__check svg { width: 22px; height: 22px; }

.oa-cs-learn__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
}

.oa-cs-learn__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #1e293b;
}

.oa-cs-learn__list li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }

.oa-cs-curr {
	max-width: 1170px;
	margin: 36px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.oa-cs-curr__title {
	margin: 0 0 14px;
	font-size: 32px;
	font-weight: 800;
	color: #001a4d;
}

.oa-cs-curr__meta {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	color: #001a4d;
	font-size: 15px;
}

.oa-cs-curr__meta li {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}

.oa-cs-curr__meta li + li::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 6px;
	bottom: 6px;
	width: 1px;
	background: #dbe3ee;
}

.oa-cs-curr__meta-icon { width: 22px; height: 22px; display: inline-flex; }
.oa-cs-curr__meta-icon svg { width: 22px; height: 22px; }
.oa-cs-curr__meta-icon--yellow { color: #f5c518; }

.oa-cs-demo {
	display: grid;
	grid-template-columns: 210px minmax(0, 1.2fr) minmax(180px, 0.7fr);
	gap: 20px;
	align-items: center;
	padding: 18px;
	border-radius: 16px;
	background: #f6f1e8;
	margin-bottom: 28px;
}

.oa-cs-demo__thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border: 0;
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	background: #001a4d;
}

.oa-cs-demo__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.oa-cs-demo__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.oa-cs-demo__play::after {
	content: "";
	position: absolute;
	left: 21px;
	top: 16px;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #001a4d;
}

.oa-cs-demo__overlay {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.oa-cs-demo__badge {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f5c518;
	color: #001a4d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
}

.oa-cs-demo__copy h3 {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 800;
	color: #001a4d;
}

.oa-cs-demo__copy p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.55;
	color: #475569;
}

.oa-cs-demo__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border: 0;
	border-radius: 8px;
	background: #001a4d;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	cursor: pointer;
}

.oa-cs-demo__btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.oa-cs-demo__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.oa-cs-demo__points li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #001a4d;
}

.oa-cs-demo__points svg { width: 22px; height: 22px; flex-shrink: 0; }

.oa-cs-list-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.oa-cs-list-head h3 {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 800;
	color: #001a4d;
}

.oa-cs-list-head p {
	margin: 0;
	font-size: 14px;
	color: #64748b;
}

.oa-cs-list-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	max-width: 280px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #eaf2fb;
	color: #1e3a5f;
	font-size: 12px;
	line-height: 1.45;
}

.oa-cs-list-note svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }

.oa-cs-lessons,
body.oa-lp-single ol.oa-cs-lessons {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.oa-cs-lesson {
	display: grid;
	grid-template-columns: 28px auto minmax(0, 1fr) auto 22px;
	align-items: center;
	gap: 10px;
	padding: 14px 4px;
	border-bottom: 1px solid #eef1f5;
}

.oa-cs-lesson.is-extra { display: none; }
.oa-cs-curr.is-expanded .oa-cs-lesson.is-extra { display: grid; }

.oa-cs-lesson__play { width: 28px; height: 28px; display: inline-flex; }
.oa-cs-lesson__play svg { width: 28px; height: 28px; }

.oa-cs-lesson__no {
	font-weight: 800;
	color: #001a4d;
	white-space: nowrap;
}

.oa-cs-lesson__title {
	color: #001a4d;
	font-size: 15px;
	min-width: 0;
	text-decoration: none;
}

.oa-cs-lesson__dur {
	color: #64748b;
	font-size: 13px;
	white-space: nowrap;
}

.oa-cs-lesson__lock {
	width: 18px;
	height: 18px;
	color: #94a3b8;
	display: inline-flex;
}

.oa-cs-lesson__lock svg { width: 18px; height: 18px; }

.oa-cs-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid #d7e4f5;
	border-radius: 12px;
	background: #eef5fb;
	color: #001a4d;
	font-weight: 800;
	font-size: 14px;
	cursor: pointer;
}

.oa-cs-more__chev {
	width: 10px;
	height: 10px;
	border-right: 2px solid #001a4d;
	border-bottom: 2px solid #001a4d;
	transform: rotate(45deg);
	margin-top: -4px;
}

.oa-cs-curr.is-expanded .oa-cs-more__chev {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.oa-course-single__body {
	max-width: 1170px;
	margin: 36px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.oa-course-single__content {
	background: #fff;
	padding: 0;
	border: 0;
}

.oa-course-single__content:empty {
	display: none;
}

/* Sekme / başlık stilleri */
.oa-lp-single .row_content_course,
.oa-lp-single .course-tabs,
.oa-lp-single .sc_heading {
	margin-bottom: 28px;
}

.oa-lp-single .row_content_course .title,
.oa-lp-single .sc_heading .title,
.oa-lp-single .course-nav-tabs label {
	color: var(--oa-lp-navy) !important;
	font-weight: 800 !important;
}

.oa-lp-single .learn-press-nav-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border: 0 !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
}

.oa-lp-single .course-nav {
	list-style: none;
}

.oa-lp-single .course-nav label {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 999px;
	background: #eef2f7;
	cursor: pointer;
	font-size: 14px;
}

.oa-lp-single .course-nav.active label,
.oa-lp-single .course-nav:hover label {
	background: var(--oa-lp-navy);
	color: #fff !important;
}

/* Müfredat */
.oa-lp-single .curriculum-sections .section-header,
.oa-lp-single .course-item,
.oa-lp-single .section-item {
	border-color: #e7ebf0 !important;
}

.oa-lp-single .section-title,
.oa-lp-single .course-item__title,
.oa-lp-single .lesson-title,
.oa-lp-single .quiz-title {
	color: var(--oa-lp-navy) !important;
}

/* Archive kartları */
.oa-lp-archive .learn-press-courses,
.oa-lp-archive ul.learn-press-courses {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.oa-lp-archive .lpr_course,
.oa-lp-archive .course-item {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
}

.oa-lp-archive .course-thumbnail img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.oa-lp-archive .thim-course-content,
.oa-lp-archive .course-content {
	padding: 16px;
}

.oa-lp-archive .course-title a,
.oa-lp-archive h2 a {
	color: var(--oa-lp-navy) !important;
	font-weight: 800;
}

.oa-lp-archive .course-price,
.oa-lp-archive .price {
	color: var(--oa-lp-orange) !important;
	font-weight: 800;
}

@media (max-width: 991px) {
	.oa-cs-inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"intro"
			"card"
			"main";
	}

	.oa-cs-card { position: static; }

	.oa-cs-demo {
		grid-template-columns: 1fr;
	}

	.oa-cs-learn__list {
		grid-template-columns: 1fr;
	}

	.oa-cs-list-head {
		flex-direction: column;
	}

	.oa-cs-list-note { max-width: none; }

	.oa-lp-archive .learn-press-courses,
	.oa-lp-archive ul.learn-press-courses {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.oa-cs-grid { grid-template-columns: 1fr; }

	.oa-cs-lesson {
		grid-template-columns: 28px minmax(0, 1fr) auto 18px;
	}

	.oa-cs-lesson__no { display: none; }

	.oa-cs-curr__meta li + li::before { display: none; }

	.oa-lp-archive .learn-press-courses,
	.oa-lp-archive ul.learn-press-courses {
		grid-template-columns: 1fr;
	}
}

/* ——— Profil sayfası ——— */
body.oa-hide-page-title .top_site_main,
body.oa-lp-profile-page .top_site_main,
body.oa-lp-profile-page .page-title,
body.oa-lp-profile-page .breadcrumbs-wrapper {
	display: none !important;
}

.oa-lp-profile,
.oa-lp-profile-page #learn-press-profile {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
}

body.oa-lp-profile-page .site-content {
	padding-top: 24px !important;
}

/* Sadece ana alan — iç içe .lp-content-area'ya grid uygulama */
.oa-lp-profile-page #learn-press-profile > .oa-lp-profile__area,
.oa-lp-profile-page #learn-press-profile > .lp-content-area.oa-lp-profile__area {
	display: grid !important;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	box-sizing: border-box;
}

/* Header full width */
.oa-lp-profile-page .wrapper-profile-header,
.oa-lp-profile-page .oa-profile-header {
	grid-column: 1 / -1;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	left: auto !important;
	right: auto !important;
	position: relative !important;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	padding: 0;
	overflow: hidden;
}

.oa-lp-profile-page .wrapper-profile-header.wrap-fullwidth {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	transform: none !important;
}

.oa-profile-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	flex-wrap: wrap;
}

.oa-profile-header__identity {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	flex: 1 1 auto;
}

.oa-profile-header__avatar {
	width: 72px;
	height: 72px;
	border-radius: 50% !important;
	overflow: hidden;
	flex-shrink: 0;
	background: #e8eef5;
}

.oa-profile-header__avatar img,
.oa-profile-header__avatar .avatar {
	width: 72px !important;
	height: 72px !important;
	border-radius: 50% !important;
	object-fit: cover;
	display: block;
}

.oa-profile-header__name {
	margin: 0 0 4px !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	color: var(--oa-lp-navy) !important;
	line-height: 1.25;
	word-break: break-word;
}

.oa-profile-header__email,
.oa-profile-header__hint {
	margin: 0 !important;
	color: #64748b !important;
	font-size: 13px !important;
	line-height: 1.4;
	word-break: break-all;
}

.oa-profile-header__hint {
	margin-top: 2px !important;
	font-size: 12px !important;
}

.oa-profile-nav-toggle-wrap {
	display: none;
}

.oa-profile-nav-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
	min-height: 48px;
	padding: 12px 16px;
	border: 0;
	border-top: 1px solid #e7ebf0;
	background: #f8fafc;
	color: var(--oa-lp-navy);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	text-align: left;
}

.oa-profile-nav-toggle__chev {
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	flex-shrink: 0;
}

.oa-profile-nav-toggle[aria-expanded="true"] .oa-profile-nav-toggle__chev {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.oa-profile-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.oa-profile-header__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 10px;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none !important;
	line-height: 1;
}

.oa-profile-header__btn--ghost {
	background: #f1f5f9;
	color: var(--oa-lp-navy) !important;
}

.oa-profile-header__btn--logout {
	background: var(--oa-lp-orange);
	color: #111 !important;
}

.oa-lp-profile-page #profile-sidebar {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	padding: 10px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	position: sticky;
	top: 100px;
	width: 100%;
	min-width: 0;
	z-index: 30;
	overflow: visible;
}

.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li {
	position: relative;
	z-index: 1;
}

.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li:hover,
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li.has-child:hover {
	z-index: 40;
}

.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs li > ul {
	z-index: 50 !important;
	left: calc(100% + 6px) !important;
	top: 0 !important;
	min-width: 200px;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li > a {
	display: flex !important;
	align-items: center;
	gap: 10px;
	padding: 12px 14px !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	color: var(--oa-lp-navy) !important;
	border: 0 !important;
	background: transparent !important;
}

.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li.active > a,
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li > a:hover {
	background: rgba(245, 166, 35, 0.18) !important;
}

.oa-lp-profile-page #profile-content,
.oa-lp-profile-page .lp-profile-content {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	padding: 22px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	min-width: 0;
	width: 100%;
	position: relative;
	z-index: 1;
	max-width: 100%;
	box-sizing: border-box;
}

.oa-lp-profile-page #profile-content > div {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* İstatistik kartları — LP yapısı: ikon + metin yan yana */
.oa-lp-profile-page .dashboard-statistic__row {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	margin: 0 0 22px !important;
}

.oa-lp-profile-page .dashboard-statistic__row .statistic-box {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	gap: 14px !important;
	width: calc((100% - 28px) / 3) !important;
	margin: 0 !important;
	padding: 16px !important;
	background: #f8fafc !important;
	border: 1px solid #e7ebf0 !important;
	border-radius: 14px !important;
	text-align: left !important;
	box-sizing: border-box;
	min-width: 0;
}

.oa-lp-profile-page .statistic-box__icon {
	flex-shrink: 0;
}

.oa-lp-profile-page .statistic-box__icon span {
	--lp-width-icon: 48px;
	width: 48px !important;
	height: 48px !important;
	font-size: 18px !important;
}

.oa-lp-profile-page .statistic-box__text {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 2px;
	min-width: 0;
	flex: 1;
}

.oa-lp-profile-page .statistic-box__text label {
	margin: 0 !important;
	color: #64748b !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.3;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
}

.oa-lp-profile-page .statistic-box__text__number {
	color: var(--oa-lp-navy) !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: 1.1;
}

.oa-lp-profile-page .learn-press-tabs,
.oa-lp-profile-page .learn-press-tabs--with-course-builder {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e7ebf0;
	width: 100%;
}

.oa-lp-profile-page .learn-press-filters {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px 16px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.oa-lp-profile-page .learn-press-filters a {
	color: #64748b !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	padding: 6px 2px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.oa-lp-profile-page .learn-press-filters a.active {
	color: var(--oa-lp-navy) !important;
	border-bottom-color: var(--oa-lp-orange) !important;
}

.oa-lp-profile-page .learn-press-course-builder-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px !important;
	border-radius: 10px !important;
	background: var(--oa-lp-orange) !important;
	color: #111 !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	text-transform: none !important;
	border: 0 !important;
	text-decoration: none !important;
}

/* Kurs kartları grid */
.oa-lp-profile-page #profile-content ul.learn-press-courses,
.oa-lp-profile-page .lp-profile-content ul.learn-press-courses,
.oa-lp-profile-page .learn-press-courses {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.oa-lp-profile-page ul.learn-press-courses > li,
.oa-lp-profile-page ul.learn-press-courses .course {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	float: none !important;
	min-width: 0 !important;
}

.oa-lp-profile-page .course-item,
.oa-lp-profile-page .lp-course-item,
.oa-lp-profile-page .course {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}

.oa-lp-profile-page .course .course-thumbnail img,
.oa-lp-profile-page .course-item .course-thumbnail img {
	width: 100% !important;
	height: 140px !important;
	object-fit: cover !important;
}

.oa-lp-profile-page .course .course-title,
.oa-lp-profile-page .course-item .course-title,
.oa-lp-profile-page .course h3,
.oa-lp-profile-page .course h2 {
	font-size: 15px !important;
	line-height: 1.35 !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
	word-break: break-word;
}

.oa-lp-profile-page .lp-button,
.oa-lp-profile-page button.lp-button {
	border-radius: 10px !important;
	background: var(--oa-lp-orange) !important;
	border: 0 !important;
	color: #111 !important;
	font-weight: 800 !important;
	text-transform: none !important;
}

@media (max-width: 1100px) {
	.oa-lp-profile-page .dashboard-statistic__row .statistic-box {
		width: calc((100% - 14px) / 2) !important;
	}

	.oa-lp-profile-page #profile-content ul.learn-press-courses {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 991px) {
	.oa-lp-profile-page #learn-press-profile > .oa-lp-profile__area,
	.oa-lp-profile-page #learn-press-profile > .lp-content-area.oa-lp-profile__area {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	/* Çift padding kalksın — container + kart yan yana boşluk bırakmasın */
	body.oa-lp-profile-page .site-content,
	body.oa-lp-profile-page .container.site-content,
	body.oa-lp-profile-page #main-content .container {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.oa-lp-profile-page #learn-press-profile,
	.oa-lp-profile,
	.oa-aff-profile {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
		max-width: 100% !important;
	}

	.oa-lp-profile-page .wrapper-profile-header,
	.oa-profile-header,
	.oa-lp-profile-page #profile-content,
	.oa-lp-profile-page .lp-profile-content {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.oa-profile-header__inner {
		padding: 14px 12px !important;
	}

	.oa-lp-profile-page #profile-content,
	.oa-lp-profile-page .lp-profile-content {
		padding: 12px !important;
	}

	.oa-lp-profile-page .oa-diploma-panel__card,
	.oa-lp-profile-page .oa-woo-orders,
	.oa-lp-profile-page .dashboard-statistic__row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.oa-lp-profile-page #profile-sidebar {
		position: static;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.oa-profile-header__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.oa-profile-header__name {
		font-size: 16px !important;
	}

	.oa-profile-header__email {
		font-size: 12px !important;
	}

	.oa-profile-nav-toggle-wrap {
		display: block;
	}

	.oa-lp-profile-page #profile-nav {
		display: none;
		margin: 0 0 12px;
		background: #fff;
		border: 1px solid #e7ebf0;
		border-radius: 14px;
		overflow: hidden;
	}

	.oa-lp-profile-page.is-profile-nav-open #profile-nav {
		display: block;
	}

	.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li {
		width: 100% !important;
		margin: 0 !important;
		border-bottom: 1px solid #eef2f7;
	}

	.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li:last-child {
		border-bottom: 0;
	}

	.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li > a {
		border-radius: 0 !important;
		justify-content: flex-start !important;
	}

	.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li.active > a {
		background: var(--oa-lp-orange) !important;
		color: #111 !important;
	}
}

@media (max-width: 575px) {
	.oa-lp-profile-page .dashboard-statistic__row .statistic-box {
		width: 100% !important;
	}

	.oa-lp-profile-page #profile-content ul.learn-press-courses {
		grid-template-columns: 1fr !important;
	}
}

/* Kapak görseli ayarı / UI gizle */
.oa-lp-profile-page #profile-nav a[href*="cover-image"],
.oa-lp-profile-page .lp-profile-subtabs a[href*="cover-image"],
.oa-lp-profile-page .lp-btn-to-edit-cover-image,
.oa-lp-profile-page .lp-user-cover-image,
.oa-lp-profile-page .lp-cover-image-empty,
.oa-lp-profile-page .wrapper-profile-header .lp-user-cover-image_background {
	display: none !important;
}

/* ——— Öğrenme modu: sticky header altına girme ——— */
body.course-item-popup .site-header,
body.course-item-popup #masthead,
body.course-item-popup .thim-nav-wrapper,
body.course-item-popup .elementor-location-header,
body.course-item-popup .thim-ekit-header,
body.course-item-popup .oa-sticky-spacer,
body.course-item-popup #oa-sticky-spacer {
	display: none !important;
}

body.course-item-popup #popup-course,
body.course-item-popup #learn-press-content-item,
body.lpcontent-item #popup-course {
	z-index: 100050 !important;
}

body.course-item-popup #popup-course {
	top: 0 !important;
	height: 100% !important;
}

body.admin-bar.course-item-popup #popup-course {
	top: 32px !important;
	height: calc(100% - 32px) !important;
}

@media (max-width: 782px) {
	body.admin-bar.course-item-popup #popup-course {
		top: 46px !important;
		height: calc(100% - 46px) !important;
	}
}

/* Kurs sayfasında sticky header boşluğu */
.oa-lp-single #main-content,
.oa-lp-single .content-pusher,
.oa-lp-single .site-content {
	position: relative;
	z-index: 1;
}

.oa-lp-single .top_site_main {
	padding-top: 8px;
}

body.oa-lp-single.sticky-already .top_site_main,
body.oa-lp.sticky-already .top_site_main,
.oa-lp-single .top_site_main.overlay-style {
	scroll-margin-top: 90px;
}

/* Sticky header açıkken LearnPress içerik üst boşluğu */
body .site-header.sticky-header.affix ~ #main-content .top_site_main,
body .site-header.sticky-header.affix ~ .content-pusher .top_site_main {
	margin-top: 0;
}

body.oa-lp-single #learn-press-course,
body.oa-lp-single .oa-course-single {
	position: relative;
	z-index: 1;
}

body.oa-lp-profile-page #learn-press-profile {
	position: relative;
	z-index: auto;
}

/* Fiyat önek/sonek */
.course-price-prefix,
.course-price-suffix,
.oa-course-single__price .course-price-prefix,
.oa-course-single__price .course-price-suffix {
	font-size: 0.55em;
	font-weight: 700;
	color: #6b7280;
	vertical-align: middle;
}

/* Kurs SSS + yorumlar (related üstü) */
.oa-course-faq,
.oa-course-testimonials {
	max-width: 1170px;
	margin: 28px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.oa-course-faq__inner,
.oa-course-testimonials__inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.oa-course-faq.oa-faq-grid .oa-course-faq__inner {
	background: transparent;
	padding: 8px 0 0;
}

.oa-faq-grid__header {
	text-align: center;
	margin-bottom: 22px;
}

.oa-faq-grid__title,
.oa-course-faq__title {
	margin: 0 0 8px !important;
	color: var(--oa-lp-navy) !important;
	font-weight: 800 !important;
	font-size: clamp(22px, 2.4vw, 30px) !important;
	text-align: center;
}

.oa-faq-grid__subtitle {
	margin: 0 auto !important;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.5;
	text-align: center !important;
	display: block;
	width: 100%;
}

.oa-faq-grid__list,
.oa-course-faq.oa-faq-grid .oa-course-faq__list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.oa-faq-grid__item,
.oa-course-faq.oa-faq-grid .oa-faq__item {
	border: 1px solid #e7ebf0 !important;
	border-radius: 12px !important;
	margin: 0 !important;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.oa-faq-grid__item .oa-faq__question,
.oa-course-faq.oa-faq-grid .oa-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border: 0;
	background: #fff;
	color: var(--oa-lp-navy);
	font-weight: 700;
	font-size: 15px;
	text-align: left;
	cursor: pointer;
}

.oa-faq-grid__arrow {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	opacity: 0.7;
}

.oa-faq-grid__item.is-open .oa-faq-grid__arrow,
.oa-course-faq.oa-faq-grid .oa-faq__item.is-open .oa-faq-grid__arrow {
	transform: rotate(-135deg);
	margin-top: 4px;
}

/* İlgili kurs kartlarında eğitmen adı → Online Almanca (yedek) */
.thim-related-course .course-author .value a,
.thim-related-course .course-instructor .instructor-display-name,
.thim-related-course .course-meta .course-author a {
	font-size: 0 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}
.thim-related-course .course-author .value a::after,
.thim-related-course .course-instructor .instructor-display-name::after,
.thim-related-course .course-meta .course-author a::after {
	content: 'Online Almanca';
	font-size: 14px !important;
	font-weight: 600;
	color: inherit;
}

.thim-related-course {
	max-width: 1170px;
	margin: 28px auto 40px;
	padding: 0 15px;
	box-sizing: border-box;
}

.thim-related-course .related-title {
	color: #001a4d;
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 18px;
}

.thim-related-course .thim-course-grid,
.thim-related-course .thim-carousel-wrapper,
.thim-related-course .owl-stage {
	display: block;
}

.thim-related-course .lpr_course,
.thim-related-course .course-item,
.thim-related-course .lp-course,
.thim-related-course .course-wrap {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	overflow: hidden;
	height: auto !important;
}

.thim-related-course .course-thumbnail,
.thim-related-course .course-thumbnail a,
.thim-related-course .lp-course-thumbnail,
.thim-related-course .course-wrap .course-thumbnail {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto !important;
	overflow: hidden;
	background: #001a4d;
}

.thim-related-course .course-thumbnail img,
.thim-related-course .lp-course-thumbnail img,
.thim-related-course .course-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
}

.thim-related-course .thim-course-content,
.thim-related-course .course-content {
	padding: 14px 16px 16px;
}

/* ——— Ders oynatıcı ——— */
body.course-item-popup #popup-content,
body.course-item-popup #learn-press-content-item,
body.course-item-popup .content-item-wrap,
body.course-item-popup .content-item-scrollable,
body.lpcontent-item #learn-press-content-item {
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-left: 0 !important;
	max-width: none !important;
}

body.course-item-popup #popup-content {
	padding-top: 12px !important;
}

.oa-lesson-video,
body.course-item-popup .learn-press-video-intro,
body.course-item-popup .learn-press-video-intro .video-content,
body.course-item-popup .learn-press-video-intro .responsive-iframe {
	position: relative;
	width: 100%;
	max-width: 960px;
	aspect-ratio: 16 / 9;
	height: auto !important;
	padding: 0 !important;
	margin: 0 auto 18px;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
}

.oa-lesson-video iframe,
body.course-item-popup .learn-press-video-intro iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	max-width: none !important;
}

body.course-item-popup .content-item-description > div[style*="padding"],
body.course-item-popup .learn-press-video-intro .responsive-iframe > div {
	position: absolute !important;
	inset: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

body.course-item-popup .content-item-summary,
body.course-item-popup .content-item-description,
body.course-item-popup .content-item-title {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Ders altı buton çubuğu: Tamamlandı + Materyaller | Önceki + Sonraki */
.oa-lesson-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 960px;
	width: 100%;
	margin: 20px auto 40px;
	box-sizing: border-box;
}

.oa-lesson-actions__start,
.oa-lesson-actions__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.oa-lesson-actions__nav {
	justify-content: space-between;
}

.oa-lesson-actions__start > form,
.oa-lesson-actions__start > .lp-button,
.oa-lesson-actions__start > button,
.oa-lesson-actions__start > .oa-lesson-mats__btn {
	margin: 0 !important;
}

.oa-lesson-actions .lp-button,
.oa-lesson-actions button.lp-button,
.oa-lesson-actions form .lp-button,
.oa-lesson-actions .oa-lesson-mats__btn,
.oa-lesson-actions .oa-lesson-nav__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	height: 44px;
	padding: 0 16px !important;
	border-radius: 10px !important;
	font-weight: 800 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	vertical-align: middle;
}

.oa-lesson-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	max-width: 960px;
	width: 100%;
	margin: 0;
}

.oa-lesson-nav__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	height: 44px;
	padding: 0 16px;
	border-radius: 10px;
	background: #001a4d;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	box-sizing: border-box;
}

.oa-lesson-nav__btn:hover {
	color: #f5c518 !important;
}

.oa-lesson-nav__btn--prev {
	background: #fff;
	color: #001a4d !important;
	border: 2px solid #001a4d;
}

body.course-item-popup #popup-footer,
body.course-item-popup .course-item-nav,
body.course-item-popup #popup-footer .course-item-nav {
	display: none !important;
}

/* ——— Ödeme sayfası ——— */
body.oa-wc-checkout {
	overflow-x: hidden;
}

/* Site genişliğini koru — full-bleed sadece hero arka planı */
body.oa-wc-checkout .site-content,
body.oa-wc-checkout .container.site-content,
body.oa-wc-checkout #main-content > .container {
	padding-left: 15px !important;
	padding-right: 15px !important;
	max-width: 1170px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

@media (min-width: 1200px) {
	body.size_wide.oa-wc-checkout .site-content,
	body.size_wide.oa-wc-checkout .container.site-content,
	body.size_wide.oa-wc-checkout #main-content > .container {
		max-width: 1320px !important;
	}
}

body.oa-wc-checkout .top_site_main,
body.oa-wc-checkout .page-title,
body.oa-wc-checkout .woocommerce-breadcrumb,
body.oa-wc-checkout .breadcrumbs-wrapper {
	display: none !important;
}

.oa-ck-hero {
	position: relative;
	color: #fff;
	padding: 36px 15px 42px;
	margin-bottom: 28px;
}

.oa-ck-hero__bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	height: 100%;
	background: #001a4d;
	overflow: hidden;
	z-index: 0;
}

.oa-ck-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	body.size_wide .oa-ck-hero__inner {
		max-width: 1320px;
	}
}

.oa-ck-hero__title {
	margin: 12px 0 8px;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.15;
}

.oa-ck-hero__lead {
	margin: 0;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
}

body.oa-wc-checkout .woocommerce,
body.oa-wc-checkout .wp-block-woocommerce-checkout,
body.oa-wc-checkout .wc-block-checkout {
	max-width: 1170px;
	margin: 0 auto 48px;
	padding: 0;
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	body.size_wide.oa-wc-checkout .woocommerce,
	body.size_wide.oa-wc-checkout .wp-block-woocommerce-checkout,
	body.size_wide.oa-wc-checkout .wc-block-checkout {
		max-width: 1320px;
	}
}

/* ——— Checkout v5: WC kolon yapısını BOZMA, sadece süsle ——— */

/* Form'a grid YOK — önceki bozulmanın sebebi buydu */
body.oa-wc-checkout .wc-block-checkout__form {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	counter-reset: oa-ck-step;
}

/* Asıl 2 kolon: WC'nin kendi layout sarmalayıcısı */
body.oa-wc-checkout .wc-block-checkout__columns,
body.oa-wc-checkout .wc-block-components-sidebar-layout {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 32px !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

body.oa-wc-checkout .wc-block-checkout__main,
body.oa-wc-checkout .wc-block-components-main {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	float: none !important;
	display: block !important;
}

body.oa-wc-checkout .wc-block-checkout__sidebar,
body.oa-wc-checkout .wc-block-components-sidebar {
	flex: 0 0 340px !important;
	width: 340px !important;
	max-width: 340px !important;
	min-width: 280px !important;
	float: none !important;
	position: sticky !important;
	top: 96px !important;
	align-self: flex-start !important;
	background: #f8fafc !important;
	border: 1px solid #e5e9f0 !important;
	border-radius: 16px !important;
	padding: 18px 16px !important;
	box-sizing: border-box !important;
}

/* Sol kolon içindeki her adım tam genişlik — yan yana kaçmasın */
body.oa-wc-checkout .wc-block-checkout__main > *,
body.oa-wc-checkout .wc-block-components-main > * {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	clear: both !important;
	box-sizing: border-box !important;
}

body.oa-wc-checkout .wc-block-components-checkout-step,
body.oa-wc-checkout .wc-block-components-express-payment,
body.oa-wc-checkout .wc-block-checkout__express-payment {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 16px !important;
	padding: 16px 16px 14px !important;
	background: #fff !important;
	border: 1px solid #e8edf3 !important;
	border-radius: 14px !important;
	box-sizing: border-box !important;
	float: none !important;
}

body.oa-wc-checkout .wc-block-components-checkout-step__number {
	display: none !important;
}

body.oa-wc-checkout .wc-block-components-checkout-step__title,
body.oa-wc-checkout .wc-block-components-express-payment__title,
body.oa-wc-checkout .wc-block-components-express-payment__title-container .wc-block-components-title {
	display: block !important;
	margin: 0 0 12px !important;
	color: #001a4d !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

body.oa-wc-checkout .wc-block-components-checkout-step__title::before,
body.oa-wc-checkout .wc-block-components-express-payment__title::before {
	counter-increment: oa-ck-step;
	content: counter(oa-ck-step) ". ";
	font-weight: 800;
	color: #001a4d;
}

body.oa-wc-checkout .wc-block-components-checkout-step__content {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
}

/* Hızlı ödeme — yan yana */
body.oa-wc-checkout .wc-block-components-express-payment__event-buttons,
body.oa-wc-checkout ul.wc-block-components-express-payment__event-buttons {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
}

body.oa-wc-checkout .wc-block-components-express-payment__event-buttons > li {
	flex: 1 1 140px !important;
	min-width: 140px !important;
	max-width: 220px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	float: none !important;
}

body.oa-wc-checkout .wc-block-components-express-payment__event-buttons > li > * {
	width: 100% !important;
}

/* Form alanları */
body.oa-wc-checkout .wc-block-checkout__contact-fields {
	display: block !important;
	width: 100% !important;
}

body.oa-wc-checkout .wc-block-components-address-form {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	width: 100% !important;
}

body.oa-wc-checkout .wc-block-components-address-form > * {
	flex: 1 1 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

body.oa-wc-checkout .wc-block-components-address-form > [class*="first_name"],
body.oa-wc-checkout .wc-block-components-address-form > [class*="last_name"],
body.oa-wc-checkout .wc-block-components-address-form > [class*="postcode"],
body.oa-wc-checkout .wc-block-components-address-form > [class*="city"] {
	flex: 1 1 calc(50% - 6px) !important;
	max-width: calc(50% - 6px) !important;
}

body.oa-wc-checkout .wc-block-components-text-input,
body.oa-wc-checkout .wc-block-components-combobox,
body.oa-wc-checkout .wc-block-components-select,
body.oa-wc-checkout .wc-block-components-country-input,
body.oa-wc-checkout .oa-ck-field {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	gap: 6px !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	width: 100% !important;
	border: 0 !important;
	border-bottom: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	min-height: 0 !important;
	position: relative !important;
}

body.oa-wc-checkout .wc-block-components-address-form > .wc-block-components-text-input,
body.oa-wc-checkout .wc-block-components-address-form > .wc-block-components-combobox,
body.oa-wc-checkout .wc-block-components-address-form > .wc-block-components-country-input {
	margin-bottom: 0 !important;
}

body.oa-wc-checkout .wc-block-components-text-input::before,
body.oa-wc-checkout .wc-block-components-text-input::after {
	display: none !important;
	content: none !important;
}

body.oa-wc-checkout .wc-block-components-text-input label,
body.oa-wc-checkout .wc-block-components-combobox label,
body.oa-wc-checkout .wc-block-components-select label,
body.oa-wc-checkout .wc-block-components-country-input label {
	position: static !important;
	transform: none !important;
	inset: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #334155 !important;
	opacity: 1 !important;
	background: transparent !important;
	pointer-events: none !important;
	clip: auto !important;
	clip-path: none !important;
}

body.oa-wc-checkout .wc-block-components-text-input input,
body.oa-wc-checkout .wc-block-components-text-input textarea,
body.oa-wc-checkout .wc-block-components-combobox input,
body.oa-wc-checkout .wc-block-components-select select,
body.oa-wc-checkout .wc-block-components-country-input select,
body.oa-wc-checkout .wc-block-components-country-input input {
	display: block !important;
	width: 100% !important;
	min-height: 46px !important;
	height: 46px !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	border: 1.5px solid #cfd6e0 !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #001a4d !important;
	font-size: 15px !important;
	box-sizing: border-box !important;
}

body.oa-wc-checkout .wc-block-components-text-input input:focus,
body.oa-wc-checkout .wc-block-components-combobox input:focus,
body.oa-wc-checkout .wc-block-components-select select:focus {
	border-color: #001a4d !important;
	box-shadow: 0 0 0 3px rgba(0, 26, 77, 0.08) !important;
}

/* Ödeme yöntemleri */
body.oa-wc-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
	display: block !important;
	width: 100% !important;
	margin: 0 0 10px !important;
	padding: 12px 14px !important;
	border: 1px solid #e5e9f0 !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-sizing: border-box !important;
}

body.oa-wc-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:has(input:checked) {
	border-color: #f5c518 !important;
	box-shadow: 0 0 0 2px rgba(245, 197, 24, 0.22) !important;
	background: #fffdf5 !important;
}

body.oa-wc-checkout .wc-block-components-order-summary,
body.oa-wc-checkout .wp-block-woocommerce-checkout-order-summary-block {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.oa-wc-checkout .wc-block-components-totals-footer-item,
body.oa-wc-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: #001a4d !important;
	font-weight: 800 !important;
}

body.oa-wc-checkout .wc-block-checkout__sidebar [data-pp-message],
body.oa-wc-checkout .wc-block-checkout__sidebar .paypal-messages,
body.oa-wc-checkout .ppcp-messages {
	display: none !important;
}

/* Güvenli ödeme — sipariş butonunun ALTINDA */
body.oa-wc-checkout .oa-ck-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 12px;
	margin: 12px 0 0;
	padding: 10px 8px 4px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #64748b;
	font-size: 12.5px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

body.oa-wc-checkout .oa-ck-trust__lock {
	display: inline-flex;
	width: 15px;
	height: 15px;
	color: #001a4d;
}

body.oa-wc-checkout .oa-ck-trust__lock svg {
	width: 15px;
	height: 15px;
}

/* Sipariş özeti altı — kurs sayfasındaki ödeme logoları */
body.oa-wc-checkout .oa-ck-pay {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	margin: 16px 0 0;
	padding-top: 14px;
	border-top: 1px solid #e8edf3;
}

body.oa-wc-checkout .oa-ck-pay .oa-cs-pay__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}

body.oa-wc-checkout .oa-ck-pay .oa-cs-pay__logo {
	width: 72px;
	height: 32px;
}

body.oa-wc-checkout .oa-ck-pay .oa-cs-pay__secure {
	justify-content: flex-start;
}

body.oa-wc-checkout .wc-block-checkout__add-note,
body.oa-wc-checkout .wp-block-woocommerce-checkout-order-note-block {
	display: block !important;
	width: 100% !important;
	margin: 0 0 12px !important;
	float: none !important;
}

body.oa-wc-checkout .woocommerce form .form-row {
	margin-bottom: 14px !important;
}

body.oa-wc-checkout .woocommerce form .form-row label {
	display: block !important;
	margin: 0 0 6px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #334155 !important;
	position: static !important;
	transform: none !important;
}

body.oa-wc-checkout .wc-block-checkout__actions,
body.oa-wc-checkout .wp-block-woocommerce-checkout-actions-block {
	display: block !important;
	width: 100% !important;
	margin-top: 8px !important;
}

body.oa-wc-checkout .wc-block-components-checkout-place-order-button,
body.oa-wc-checkout #place_order,
body.oa-wc-checkout button.wc-block-components-checkout-place-order-button {
	width: 100% !important;
	background: #f5c518 !important;
	color: #001a4d !important;
	border: 0 !important;
	border-radius: 10px !important;
	font-weight: 800 !important;
	min-height: 52px !important;
	text-transform: none !important;
	box-shadow: none !important;
	justify-content: center !important;
}

body.oa-wc-checkout .wc-block-components-address-form__phone,
body.oa-wc-checkout .wc-block-components-address-form__state,
body.oa-wc-checkout #billing-phone,
body.oa-wc-checkout #shipping-phone,
body.oa-wc-checkout #billing_phone_field,
body.oa-wc-checkout #shipping_phone_field,
body.oa-wc-checkout #billing_state_field,
body.oa-wc-checkout #shipping_state_field,
body.oa-wc-checkout [data-oa-hidden-field="1"] {
	display: none !important;
}

@media (max-width: 900px) {
	body.oa-wc-checkout .wc-block-checkout__columns,
	body.oa-wc-checkout .wc-block-components-sidebar-layout {
		flex-direction: column !important;
	}

	body.oa-wc-checkout .wc-block-checkout__main,
	body.oa-wc-checkout .wc-block-components-main,
	body.oa-wc-checkout .wc-block-checkout__sidebar,
	body.oa-wc-checkout .wc-block-components-sidebar {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		position: static !important;
	}

	body.oa-wc-checkout .wc-block-components-address-form > [class*="first_name"],
	body.oa-wc-checkout .wc-block-components-address-form > [class*="last_name"],
	body.oa-wc-checkout .wc-block-components-address-form > [class*="postcode"],
	body.oa-wc-checkout .wc-block-components-address-form > [class*="city"] {
		flex: 1 1 100% !important;
		max-width: 100% !important;
	}
}

body.oa-wc-checkout .wc-block-components-notice-banner {
	border-radius: 12px;
}

body.oa-wc-checkout-guest .woocommerce-info,
body.oa-wc-checkout-guest .woocommerce-notices-wrapper,
body.oa-wc-checkout-guest .woocommerce-form-login-toggle,
body.oa-wc-checkout-guest .woocommerce {
	display: none !important;
}

/* Dijital içerik / cayma hakkı onayı */
.oa-digital-consent {
	max-width: 100%;
	margin: 0 0 18px;
	padding: 16px 16px 14px;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	background: #fff;
	box-sizing: border-box;
}
.oa-digital-consent.is-error {
	border-color: #e11d48;
	box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12);
}
.oa-digital-consent__label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	margin: 0;
}
.oa-digital-consent__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.oa-digital-consent__box {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	border: 2px solid #001a4d;
	border-radius: 6px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}
.oa-digital-consent__input:checked + .oa-digital-consent__box,
.oa-digital-consent.is-checked .oa-digital-consent__box {
	background: #f5c518;
	border-color: #001a4d;
}
.oa-digital-consent__input:checked + .oa-digital-consent__box::after,
.oa-digital-consent.is-checked .oa-digital-consent__box::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #001a4d;
	border-width: 0 2.5px 2.5px 0;
	transform: rotate(45deg);
}
.oa-digital-consent__copy {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}
.oa-digital-consent__title {
	color: #001a4d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}
.oa-digital-consent__body {
	color: #475569;
	font-size: 13px;
	line-height: 1.55;
}
body.oa-wc-checkout .woocommerce-terms-and-conditions-wrapper,
body.oa-wc-checkout .wc-block-checkout__terms,
body.oa-wc-checkout .wc-block-components-checkbox.wc-block-checkout__terms {
	display: none !important;
}

/* Blocks ek alanındaki çift "cayma" satırı (JS de gizler) */
body.oa-wc-checkout .wc-block-components-checkbox[data-oa-hidden-dup="1"] {
	display: none !important;
}

/* Teşekkür: Blocks "Ek bilgi" tekrarını gizle, OA tek kutu kalsın */
body.oa-wc-thankyou .wp-block-woocommerce-order-confirmation-additional-fields,
body.oa-wc-thankyou .wc-block-order-confirmation-additional-fields,
body.oa-wc-thankyou .wc-block-order-confirmation-additional-fields-wrapper,
body.oa-wc-thankyou .woocommerce-order-overrides__additional-fields,
body.oa-wc-thankyou section.woocommerce-columns--addresses + .woocommerce-customer-details + .woocommerce-columns,
body.oa-wc-thankyou .wc-block-components-additional-fields-list {
	display: none !important;
}

.oa-digital-consent-thankyou {
	max-width: 1170px;
	margin: 0 auto 24px;
	padding: 14px 16px;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	background: #f4f7fb;
	color: #001a4d;
	line-height: 1.55;
	box-sizing: border-box;
}
.oa-digital-consent-thankyou strong {
	display: inline;
}

.oa-ck-login {
	max-width: 1170px;
	margin: 0 auto 64px;
	padding: 0 15px 40px;
}

.oa-ck-login__card {
	max-width: 520px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	padding: 32px 28px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 26, 77, 0.06);
}

.oa-ck-login__icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #f4f7fb;
	color: #001a4d;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oa-ck-login__icon svg { width: 26px; height: 26px; }

.oa-ck-login__card h2 {
	margin: 0 0 8px;
	color: #001a4d;
	font-size: 22px;
	font-weight: 800;
}

.oa-ck-login__card p {
	margin: 0 0 18px;
	color: #5b6472;
	line-height: 1.5;
}

.oa-ck-login__btn {
	max-width: 280px;
	margin: 0 auto;
}

body.oa-wc-thankyou .woocommerce,
body.oa-wc-thankyou .woocommerce-order {
	max-width: 1170px;
	margin: 0 auto 56px;
	padding: 0 15px;
}

body.oa-wc-thankyou .woocommerce-thankyou-order-received {
	display: none;
}

body.oa-wc-guest-ok .oa-ck-login,
body.oa-wc-guest-ok .wc-block-must-login-prompt,
body.oa-wc-guest-ok .wp-block-woocommerce-checkout .wc-block-must-login-prompt,
.wc-block-must-login-prompt,
.wp-block-woocommerce-checkout .wc-block-must-login-prompt {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

body.oa-wc-thankyou ul.woocommerce-order-overview,
body.oa-wc-thankyou ul.order_details {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 12px !important;
	list-style: none !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	overflow: visible !important;
	float: none !important;
	width: 100% !important;
}

body.oa-wc-thankyou ul.woocommerce-order-overview::after,
body.oa-wc-thankyou ul.woocommerce-order-overview::before,
body.oa-wc-thankyou ul.order_details::after,
body.oa-wc-thankyou ul.order_details::before {
	display: none !important;
	content: none !important;
}

body.oa-wc-thankyou .woocommerce-order-overview li,
body.oa-wc-thankyou ul.order_details li {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	border: 1px solid #e7ebf0 !important;
	border-radius: 12px !important;
	background: #f4f7fb !important;
	padding: 16px 16px 16px 52px !important;
	margin: 0 !important;
	position: relative;
	box-sizing: border-box;
	list-style: none !important;
}

body.oa-wc-thankyou .woocommerce-order-overview li::before,
body.oa-wc-thankyou ul.order_details li::before {
	position: absolute !important;
	left: 14px !important;
	top: 16px !important;
	right: auto !important;
	bottom: auto !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 8px !important;
	background-color: #fff6d6 !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 15px 15px !important;
	color: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	speak: never;
	content: "" !important;
	text-indent: 0 !important;
	font-family: inherit !important;
}

body.oa-wc-thankyou .woocommerce-order-overview__order::before,
body.oa-wc-thankyou li.order::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001a4d' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M7 7h10M7 12h10M7 17h6'/%3E%3C/svg%3E") !important;
}
body.oa-wc-thankyou .woocommerce-order-overview__date::before,
body.oa-wc-thankyou li.date::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001a4d' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3.5' y='5' width='17' height='15' rx='2'/%3E%3Cpath d='M8 3.5v3M16 3.5v3M3.5 10h17'/%3E%3C/svg%3E") !important;
}
body.oa-wc-thankyou .woocommerce-order-overview__total::before,
body.oa-wc-thankyou li.total::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001a4d' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7v10M9.5 9.5c.6-1 1.6-1.5 2.5-1.5 1.4 0 2.5.9 2.5 2s-1.1 2-2.5 2h-1c-1.4 0-2.5.9-2.5 2s1.1 2 2.5 2c.9 0 1.9-.5 2.5-1.5'/%3E%3C/svg%3E") !important;
}
body.oa-wc-thankyou .woocommerce-order-overview__payment-method::before,
body.oa-wc-thankyou li.method::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001a4d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7L10 17l-5-5'/%3E%3C/svg%3E") !important;
}

body.oa-wc-thankyou .oa-ty-product {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	pointer-events: none;
	cursor: default;
	text-decoration: none !important;
	color: inherit !important;
}
body.oa-wc-thankyou .woocommerce-table .product-name a,
body.oa-wc-thankyou .shop_table .product-name a {
	pointer-events: none;
	cursor: default;
	text-decoration: none !important;
	color: inherit !important;
}
body.oa-wc-thankyou .oa-ty-thumb,
body.oa-wc-thankyou .oa-ty-product img {
	width: 56px !important;
	height: 56px !important;
	object-fit: cover;
	border-radius: 10px;
	flex-shrink: 0;
	background: #f4f7fb;
}
body.oa-wc-thankyou .woocommerce-table .product-name,
body.oa-wc-thankyou .shop_table .product-name {
	vertical-align: middle;
}

body.oa-wc-thankyou .woocommerce-table,
body.oa-wc-thankyou .woocommerce-customer-details {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	padding: 8px 18px 18px;
	margin-bottom: 20px;
}

body.oa-wc-thankyou .woocommerce-column__title,
body.oa-wc-thankyou h2 {
	color: #001a4d;
	font-weight: 800;
}

/* Ders / kurs yorumları kapalı */
body.lp_course-item #comments,
body.course-item-popup #comments,
body.course-item-popup .learn-press-comments,
body.course-item-popup .lp-lesson-comments,
.learn-press-content-item-only #comments,
.learn-press-content-item-only .lp-item-comments,
.lp-content-item #comments,
.lp-content-item .comment-respond,
.lp-content-item .comments-area {
	display: none !important;
}

.oa-lesson-mats {
	margin: 0;
	display: inline-flex;
	align-items: center;
}
.oa-lesson-mats__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 2px solid #001a4d;
	background: #fff;
	color: #001a4d;
	border-radius: 10px;
	min-height: 44px;
	height: 44px;
	padding: 0 16px;
	font-weight: 800;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
}
.oa-lesson-mats__btn:hover { background: #f4f7fb; }
.oa-lesson-actions .oa-lesson-mats__panel {
	width: 100%;
	flex-basis: 100%;
	order: 3;
}
.oa-lesson-mats__ico {
	width: 18px;
	height: 18px;
	display: inline-flex;
}
.oa-lesson-mats__ico svg { width: 18px; height: 18px; }
.oa-lesson-mats__count {
	display: inline-flex;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #fff6d6;
	color: #001a4d;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}
.oa-lesson-mats__panel { margin-top: 12px; }
.oa-lesson-mats__panel[hidden] { display: none !important; }

.oa-profile-mats { max-width: 820px; }
.oa-profile-mats__heading { margin: 0 0 6px; color: #001a4d; }
.oa-profile-mats__lead { margin: 0 0 20px; color: #5b6472; }
.oa-profile-mats__course {
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	background: #fff;
}
.oa-profile-mats__course h3 {
	margin: 0 0 12px;
	color: #001a4d;
	font-size: 18px;
}

.oa-pdfs {
	max-width: 960px;
	margin: 8px auto 28px;
}

.oa-course-materials .oa-pdfs {
	max-width: 1170px;
	margin: 0 auto 36px;
	padding: 0 15px;
}

.oa-pdfs__title {
	margin: 0 0 12px;
	color: #001a4d;
	font-size: 20px;
	font-weight: 800;
}

.oa-pdfs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.oa-pdfs__link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e7ebf0;
	border-radius: 12px;
	background: #fff;
	text-decoration: none !important;
	color: #001a4d;
}

.oa-pdfs__link:hover { background: #f4f7fb; }

.oa-pdfs__icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #001a4d;
	background: #fff6d6;
	border-radius: 8px;
}

.oa-pdfs__icon svg { width: 20px; height: 20px; }

.oa-pdfs__copy { flex: 1; min-width: 0; }
.oa-pdfs__copy strong { display: block; }
.oa-pdfs__lesson { display: block; font-size: 12px; color: #6b7280; }

.oa-pdfs__dl {
	font-weight: 800;
	font-size: 13px;
	color: #001a4d;
	background: #f5c518;
	border-radius: 8px;
	padding: 6px 10px;
}

.oa-woo-orders {
	max-width: 960px;
}
.oa-woo-orders__heading {
	margin: 0 0 6px;
	color: #001a4d;
	font-size: 22px;
	font-weight: 800;
}
.oa-woo-orders__lead {
	margin: 0 0 18px;
	color: #5b6472;
}
.oa-woo-orders__empty {
	padding: 22px;
	border: 1px dashed #d7deea;
	border-radius: 14px;
	background: #f8fafc;
	color: #5b6472;
}
.oa-woo-orders__table-wrap {
	overflow-x: auto;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	background: #fff;
}
.oa-woo-orders__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
}
.oa-woo-orders__table th,
.oa-woo-orders__table td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid #eef2f7;
	vertical-align: top;
	color: #001a4d;
	font-size: 14px;
}
.oa-woo-orders__table th {
	background: #f4f7fb;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #5b6472;
}
.oa-woo-orders__table tr:last-child td {
	border-bottom: 0;
}
.oa-woo-orders__status {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eef2f7;
	font-size: 12px;
	font-weight: 700;
}
.oa-woo-orders__status--completed,
.oa-woo-orders__status--processing {
	background: #e8f8ef;
	color: #0f7a3a;
}
.oa-woo-orders__status--on-hold,
.oa-woo-orders__status--pending {
	background: #fff6d6;
	color: #8a6d00;
}
.oa-woo-orders__status--cancelled,
.oa-woo-orders__status--refunded,
.oa-woo-orders__status--failed {
	background: #fdeceb;
	color: #b42318;
}
.oa-woo-orders__view {
	display: inline-block;
	margin-top: 6px;
	font-weight: 700;
	font-size: 13px;
	color: #001a4d !important;
	text-decoration: underline !important;
}

@media (max-width: 767px) {
	.oa-faq-grid__list,
	.oa-course-faq.oa-faq-grid .oa-course-faq__list {
		grid-template-columns: 1fr;
	}

	.oa-ck-hero__title {
		font-size: 28px;
	}

	.oa-lesson-actions__start,
	.oa-lesson-actions__nav,
	.oa-lesson-nav {
		flex-direction: column;
		align-items: stretch;
	}
	.oa-lesson-actions .oa-lesson-nav__btn,
	.oa-lesson-actions .oa-lesson-mats__btn,
	.oa-lesson-actions .lp-button {
		width: 100%;
	}

	body.oa-wc-thankyou .woocommerce-order-overview,
	body.oa-wc-thankyou ul.order_details {
		grid-template-columns: 1fr 1fr !important;
	}

	.oa-woo-orders__table {
		min-width: 0;
	}
	.oa-woo-orders__table thead {
		display: none;
	}
	.oa-woo-orders__table tr {
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid #eef2f7;
	}
	.oa-woo-orders__table td {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		border: 0;
		padding: 6px 16px;
	}
	.oa-woo-orders__table td::before {
		content: attr(data-label);
		font-weight: 700;
		color: #5b6472;
	}
}

@media (max-width: 1100px) and (min-width: 768px) {
	body.oa-wc-thankyou .woocommerce-order-overview,
	body.oa-wc-thankyou ul.order_details {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* Profil nav — diploma sekmesi ikonu (yedek) */
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li > a .edu,
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li > a .fas,
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li > a i {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 1.15em;
	font-size: 1.05em;
	opacity: 0.9;
}
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li a[href*="diploma"] .edu::before,
.oa-lp-profile-page #profile-nav .lp-profile-nav-tabs > li.diploma-consulting .edu::before {
	content: "\e906";
}

/* Diploma Denkliği Danışmanlığı — öğrenci paneli */
.oa-diploma-panel {
	max-width: 920px;
}
.oa-diploma-panel__card {
	background: #fff;
	border: 1px solid #e7ebf0;
	border-radius: 18px;
	padding: 28px 28px 24px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
.oa-diploma-panel__eyebrow {
	margin: 0 0 8px;
	color: #b45309;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.oa-diploma-panel__title {
	margin: 0 0 10px !important;
	color: #001a4d !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}
.oa-diploma-panel__status {
	display: inline-flex;
	align-items: center;
	margin: 0 0 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #ecfdf5;
	color: #047857;
	font-size: 14px;
	font-weight: 800;
}
.oa-diploma-panel__perks {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: grid;
	gap: 8px;
}
.oa-diploma-panel__perks li {
	margin: 0;
	color: #334155;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}
.oa-diploma-panel__help {
	margin: 0 0 16px;
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
}
.oa-diploma-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}
.oa-diploma-panel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 0;
	border-radius: 12px;
	background: #f5c518;
	color: #001a4d !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
}
.oa-diploma-panel__btn--ghost {
	background: #f1f5f9;
	color: #001a4d !important;
}
.oa-diploma-panel__embed-wrap {
	margin-top: 8px;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	overflow: hidden;
	background: #f8fafc;
}
.oa-diploma-panel__embed {
	width: 100%;
	min-height: 620px;
	height: 70vh;
	overflow: auto;
}
.oa-diploma-panel__fine {
	margin: 12px 0 0;
	color: #94a3b8;
	font-size: 12px;
	line-height: 1.5;
}
@media (max-width: 640px) {
	.oa-diploma-panel__card {
		padding: 20px 16px;
	}
	.oa-diploma-panel__btn {
		width: 100%;
	}
	.oa-diploma-panel__embed {
		min-height: 520px;
		height: 75vh;
	}
}
