/* Gezgin Perest — SEO / GEO kutuları */
.gp-box {
	margin: 1.75rem 0;
	padding: 1.25rem 1.35rem;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fafafa;
}
.gp-box__title {
	margin: 0 0 0.85rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #1a1a1a;
}
.gp-experience-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gp-experience-list li {
	margin: 0.35rem 0;
	line-height: 1.5;
}
.gp-check {
	color: #2e7d32;
	margin-right: 0.35rem;
}
.gp-ai-snippet__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}
.gp-ai-snippet__note {
	margin: -0.35rem 0 0.75rem;
	font-size: 0.78rem;
	color: #666;
}
.gp-copy-btn {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 6px;
	padding: 0.25rem 0.65rem;
	font-size: 0.8rem;
	cursor: pointer;
}
.gp-ai-table {
	width: 100%;
	border-collapse: collapse;
}
.gp-ai-table th,
.gp-ai-table td {
	padding: 0.45rem 0.5rem;
	border-bottom: 1px solid #ececec;
	text-align: left;
	vertical-align: top;
}
.gp-ai-table th {
	width: 38%;
	font-weight: 600;
	color: #444;
}
.gp-geo-sections__list,
.gp-hub-links ul,
.gp-video-transcript__list {
	margin: 0;
	padding-left: 1.2rem;
}
.gp-hub-links a {
	text-decoration: none;
	color: #1565c0;
}
.gp-hub-links a:hover {
	text-decoration: underline;
}

.gp-cluster-context {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #444;
	background: #f3f8ff;
	border-left: 3px solid #1565c0;
	border-radius: 0 8px 8px 0;
}
.gp-cluster-context a {
	color: #1565c0;
	font-weight: 600;
	text-decoration: none;
}
.gp-cluster-context a:hover {
	text-decoration: underline;
}

.gp-community-links__note,
.gp-community-links__desc {
	font-size: 0.85rem;
	color: #666;
}
.gp-community-links ul {
	margin: 0;
	padding-left: 1.2rem;
	line-height: 1.55;
}
.gp-entity-siblings ul {
	margin: 0;
	padding-left: 1.2rem;
}
.gp-map-embed__frame iframe {
	width: 100%;
	min-height: 320px;
	border: 0;
	border-radius: 8px;
}
.gp-video-transcript__yt {
	margin: 0 0 0.5rem;
}
.gp-video-transcript__yt a {
	color: #c4302b;
	font-weight: 600;
	text-decoration: none;
}
.gp-video-transcript__yt a:hover {
	text-decoration: underline;
}
.gp-video-transcript__note {
	margin: 0 0 0.65rem;
	font-size: 0.82rem;
	color: #666;
}
.gp-author-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1rem 0;
}
.gp-author-stat {
	flex: 1 1 120px;
	padding: 0.75rem;
	background: #f0f7ff;
	border-radius: 8px;
	text-align: center;
}
.gp-author-stat strong {
	display: block;
	font-size: 1.35rem;
}
.gp-faq__item {
	border-bottom: 1px solid #ececec;
	padding: 0.5rem 0;
}
.gp-faq__item:last-child {
	border-bottom: 0;
}
.gp-faq__question {
	cursor: pointer;
	font-weight: 600;
	line-height: 1.45;
	padding: 0.35rem 0;
	list-style: none;
}
.gp-faq__question::-webkit-details-marker {
	display: none;
}
.gp-faq__answer {
	padding: 0.35rem 0 0.65rem;
	color: #333;
	line-height: 1.55;
}
.gp-faq__answer p {
	margin: 0;
}
.gp-toc__list {
	margin: 0;
	padding-left: 1.25rem;
	line-height: 1.55;
}
.gp-toc__list a {
	color: #1565c0;
	text-decoration: none;
}
.gp-toc__list a:hover {
	text-decoration: underline;
}
.gp-body-tables__note,
.gp-comparison__intro {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	color: #444;
	line-height: 1.5;
}
.gp-body-tables__subtitle {
	margin: 1.25rem 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
}
.gp-comparison__scroll {
	overflow-x: auto;
}
.gp-comparison-table th,
.gp-comparison-table td {
	min-width: 100px;
}

/* Breadcrumb */
.gp-breadcrumbs {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	color: #666;
}
.gp-breadcrumbs .rank-math-breadcrumb {
	margin: 0;
}
.gp-breadcrumbs .rank-math-breadcrumb p {
	margin: 0;
}
.gp-breadcrumbs a {
	color: #1565c0;
	text-decoration: none;
}
.gp-breadcrumbs a:hover {
	text-decoration: underline;
}
.gp-breadcrumbs .last {
	color: #333;
	font-weight: 600;
}

/* Okuma süresi */
.gp-reading-time {
	margin: 0.35rem 0 1rem;
	font-size: 0.85rem;
	color: #777;
}

/* Sticky TOC (masaüstü) */
@media (min-width: 992px) {
	.gp-toc {
		position: sticky;
		top: 1.25rem;
		z-index: 2;
		max-height: calc(100vh - 2.5rem);
		overflow-y: auto;
	}
}
