/* Plugin Documentation Page Styles */

.doc-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px 60px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #111827;
}

/* Breadcrumb */
.doc-breadcrumb {
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 20px;
}
.doc-breadcrumb a {
	color: #6b7280;
	text-decoration: none;
}
.doc-breadcrumb span {
	margin: 0 6px;
}

.doc-hero .doc-page {
    padding: 0;
    width: 100%;
}
.main_content_doc {
    background: #FAFCFE;
    padding-top: 23px;
}
/* Hero */

.doc-hero {
    background: url(https://store.liyanitsolution.com/wp-content/uploads/2026/09/Document-bg.png) no-repeat;
    padding: 40px;
    background-size: cover;
    background-position: bottom;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.doc-hero h1 {
	font-size: 38px;
	font-weight: 800;
	margin: 0 0 12px;
}
.doc-hero-left p {
	font-size: 16px;
	color: #4b5563;
	max-width: 640px;
	margin: 0 0 28px;
}

.doc-hero-features {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.doc-feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 200px;
}
.doc-feature-icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.doc-feature-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.doc-feature strong {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
}
.doc-feature p {
	font-size: 13px;
	color: #6b7280;
	margin: 0;
}

/* Search */
.doc-search-wrap {
	margin-bottom: 28px;
}
.doc-search-box {
	position: relative;
	max-width: 100%;
}
.doc-search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
}
#doc-search-input {
	width: 100%;
	padding: 14px 16px 14px 44px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	font-size: 15px;
	outline: none;
	box-sizing: border-box;
}
#doc-search-input:focus {
	border-color: #3b82f6;
}

/* Grid */
.doc-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.doc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.doc-grid { grid-template-columns: 1fr; }
	.doc-hero { padding: 24px; }
	.doc-hero h1 { font-size: 28px; }
}

.doc-card {
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 22px;
	background: #fff;
	display: flex;
	flex-direction: column;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.doc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
    border-color: #dbe4ff;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.doc-card-icon {
	width: 86px;
	height: 86px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	overflow: hidden;
}
.doc-card-icon img {
	width: 84px;
	height: 84px;
	object-fit: contain;
}
.doc-card-title {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 8px;
}
.doc-card-desc {
	font-size: 14px;
	color: #6b7280;
	margin: 0 0 16px;
	flex-grow: 1;
}
.doc-card-meta {
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 14px;
}

.doc-no-results {
	text-align: center;
	color: #6b7280;
	padding: 40px 0;
}

/* Buttons */
.doc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	padding: 10px 16px;
	transition: all 0.15s ease;
}
.doc-btn-outline {
	border: 1.5px solid #3b82f6;
	color: #2563eb;
	background: #fff;
}
.doc-btn-outline:hover {
	background: #2563eb;
	color: #fff;
}
.doc-btn-primary {
	background: #2563eb;
	color: #fff;
	border: none;
}
.doc-btn-primary:hover {
	background: #1d4ed8;
}

/* CTA */
.doc-cta {
	margin-top: 50px;
	background: #eaf2ff;
	border-radius: 16px;
	padding: 26px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}
.doc-cta-left {
	display: flex;
	align-items: center;
	gap: 14px;
}
.doc-cta-icon {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.doc-cta-icon img{
	height: 2.8em !important;
    width: 2.8em !important;
}

.doc-cta-left strong {
	font-size: 16px;
	display: block;
	margin-bottom: 2px;
}
.doc-cta-left p {
	font-size: 14px;
	color: #4b5563;
	margin: 0;
}
