/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
  --abp-bg: #f3f4f6;
  --abp-bg-soft: #ffffff;
  --abp-primary: #4f46e5;
  --abp-accent: #f97316;
  --abp-text-main: #0f172a;
  --abp-text-soft: #6b7280;
  --abp-border-subtle: rgba(148, 163, 184, 0.45);
  --abp-radius-xl: 32px;
  --abp-radius-lg: 20px;
  --abp-shadow-soft: 0 18px 60px rgba(15, 23, 42, 0.12);
}

.abp-docs-single {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  background: radial-gradient(circle at top left, #eef2ff 0, #f9fafb 45%, #ffffff 100%);
  color: var(--abp-text-main);
  padding: 40px 20px 80px;
}

.abp-docs-single-inner {
  max-width: 980px;
  margin: 0 auto;
}

.abp-docs-breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--abp-text-soft);
  margin-bottom: 12px;
}

.abp-docs-breadcrumb a {
  color: var(--abp-text-soft);
  text-decoration: none;
}

.abp-docs-breadcrumb a:hover {
  color: var(--abp-text-main);
}

.abp-docs-header {
  margin-bottom: 26px;
}

.abp-docs-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--abp-text-soft);
  margin-bottom: 4px;
}

.abp-docs-title {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
  color: #0b1120;
}

.abp-docs-meta {
  font-size: 11px;
  color: var(--abp-text-soft);
}

.abp-docs-body-shell {
  border-radius: var(--abp-radius-xl);
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #ffffff;
  box-shadow: var(--abp-shadow-soft);
  padding: 24px 20px 26px;
}

@media (min-width: 900px) {
  .abp-docs-body-shell {
    padding: 26px 28px 30px;
  }
}

.abp-docs-article {
  font-size: 14px;
  line-height: 1.8;
  color: var(--abp-text-main);
}

.abp-docs-article h2,
.abp-docs-article h3,
.abp-docs-article h4 {
  color: #111827;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 8px;
}

.abp-docs-article p {
  margin: 0 0 14px;
  color: var(--abp-text-soft);
}

.abp-docs-article ul,
.abp-docs-article ol {
  padding-left: 20px;
  margin: 0 0 14px;
  color: var(--abp-text-soft);
}

.abp-docs-article code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  background: #f3f4f6;
  padding: 2px 5px;
  border-radius: 4px;
}

.abp-docs-article pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  background: #0f172a;
  color: #e5e7eb;
  padding: 12px 14px;
  border-radius: 12px;
  overflow-x: auto;
  margin: 0 0 18px;
}

.abp-docs-footer-note {
  margin-top: 18px;
  font-size: 11px;
  color: var(--abp-text-soft);
  border-top: 1px solid rgba(209, 213, 219, 0.8);
  padding-top: 10px;
}

.abp-docs-archive {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  background: radial-gradient(circle at top left, #eef2ff 0, #f9fafb 45%, #ffffff 100%);
  color: var(--abp-text-main);
  padding: 40px 20px 80px;
}

.abp-docs-archive-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.abp-docs-archive-header {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
}

@media (min-width: 900px) {
  .abp-docs-archive-header {
    grid-template-columns: minmax(0, 2.3fr) minmax(0, 1.4fr);
    align-items: flex-end;
    gap: 32px;
  }
}

.abp-docs-archive-title {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 4px 0 6px;
  color: #0b1120;
}

.abp-docs-archive-subtitle {
  font-size: 14px;
  color: var(--abp-text-soft);
  max-width: 560px;
}

.abp-docs-search-form {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.abp-docs-search-input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 9px 12px;
  font-size: 13px;
  outline: none;
}

.abp-docs-search-input:focus {
  border-color: var(--abp-primary);
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.2);
}

.abp-docs-search-button {
  border-radius: 999px;
  border: none;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: radial-gradient(circle at 0% 0%, #f97316, #4f46e5);
  color: #f9fafb;
}

.abp-docs-archive-body {
  margin-top: 10px;
}

.abp-docs-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 900px) {
  .abp-docs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.abp-docs-card {
  border-radius: 18px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.abp-docs-card-link {
  display: block;
  padding: 14px 14px 16px;
  text-decoration: none;
  color: inherit;
}

.abp-docs-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.5);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
}

.abp-docs-card-title {
  font-size: 15px;
  margin: 0 0 6px;
  color: #111827;
}

.abp-docs-card-excerpt {
  font-size: 12px;
  color: var(--abp-text-soft);
  margin: 0 0 10px;
}

.abp-docs-card-meta {
  font-size: 11px;
  color: var(--abp-text-soft);
}

.abp-docs-pagination {
  margin-top: 22px;
  font-size: 13px;
}

.abp-docs-pagination .page-numbers {
  display: inline-block;
  margin-right: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--abp-text-soft);
}

.abp-docs-pagination .page-numbers.current {
  border-color: rgba(79, 70, 229, 0.6);
  color: #111827;
}

.abp-docs-pagination .page-numbers:hover {
  border-color: rgba(209, 213, 219, 0.9);
}

.abp-docs-empty {
  border-radius: 18px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #ffffff;
  padding: 20px 18px;
  text-align: left;
}

.abp-docs-empty h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.abp-docs-empty p {
  margin: 0;
  font-size: 13px;
  color: var(--abp-text-soft);
}

/* ===============================
   AnmarBook Pro – Docs styling
   =============================== */

/* Base wrapper */
.abp-docs-home,
.abp-docs-single {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  background: radial-gradient(circle at top left, #eef2ff 0, #f9fafb 45%, #ffffff 100%);
  color: #0f172a;
}

/* Inner width + padding */
.abp-docs-home-inner,
.abp-docs-single-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}

/* Override Astra headings INSIDE docs only */
.abp-docs-home h1,
.abp-docs-home .abp-docs-home-title {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 0 0 10px;
  font-weight: 700;
}

.abp-docs-home h2,
.abp-docs-home .abp-docs-home-section-header h2 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin: 0 0 6px;
  font-weight: 600;
}

/* Eyebrow + subtitle */
.abp-docs-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
  margin-bottom: 6px;
}

.abp-docs-home-subtitle {
  font-size: 13px;
  color: #6b7280;
  max-width: 560px;
  margin: 0;
}

/* Header layout */
.abp-docs-home-header {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

@media (min-width: 900px) {
  .abp-docs-home-header {
    grid-template-columns: minmax(0, 2.8fr) minmax(0, 2.2fr);
    align-items: center;
  }
}

/* Pills under hero */
.abp-docs-home-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.abp-docs-home-pill {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(209, 213, 219, 0.9);
  color: #6b7280;
}

/* Search panel */
.abp-docs-home-search {
  background: radial-gradient(circle at top right, rgba(129, 140, 248, 0.14), #ffffff);
  border-radius: 32px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 18px 18px 20px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.12);
}

.abp-docs-home-search-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.abp-docs-home-search p {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 10px;
}

.abp-docs-home-search form {
  position: relative;
}

.abp-docs-home-search input[type="search"] {
  width: 100%;
  padding: 10px 36px 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.9);
  font-size: 13px;
  background: #ffffff;
  color: #0f172a;
  outline: none;
}

.abp-docs-home-search input[type="search"]::placeholder {
  color: #9ca3af;
}

.abp-docs-home-search button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  border: none;
  padding: 6px 12px;
  background: radial-gradient(circle at 0% 0%, #f97316, #4f46e5);
  color: #f9fafb;
  font-size: 11px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.35);
}

/* Sections */
.abp-docs-home-section {
  margin-top: 32px;
}

.abp-docs-home-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 16px;
}

.abp-docs-home-section-header p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}

/* Card grid */
.abp-docs-category-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 840px) {
  .abp-docs-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .abp-docs-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Cards */
.abp-docs-category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 14px 14px 16px;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, border-color 0.12s ease-out;
}

.abp-docs-category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.55);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.16);
}

.abp-docs-category-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 10px;
  background: radial-gradient(circle at 30% 0, #f97316, #4f46e5);
  color: #ffffff;
}

.abp-docs-category-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111827;
}

.abp-docs-category-desc {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
}

.abp-docs-category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #6b7280;
  margin-top: 6px;
}

.abp-docs-category-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #4f46e5;
}

.abp-docs-category-link .arrow {
  font-size: 13px;
}

.abp-docs-pill-count {
  padding: 3px 8px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid rgba(209, 213, 219, 0.9);
  font-size: 11px;
}

/* Quick links */
.abp-docs-quick-links {
  margin-top: 28px;
  font-size: 12px;
  color: #6b7280;
}

.abp-docs-quick-links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.abp-docs-quick-link-pill {
  padding: 4px 9px;
  border-radius: 999px;
  background: #f9fafb;
  border: 1px dashed rgba(209, 213, 219, 0.9);
  font-size: 11px;
}

.abp-docs-quick-link-pill a {
  text-decoration: none;
  color: #6b7280;
}

.abp-docs-quick-link-pill a:hover {
  color: #4f46e5;
}

/* Single article basics */
.abp-docs-header {
  margin-bottom: 26px;
}

.abp-docs-breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
  margin-bottom: 12px;
}

.abp-docs-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.abp-docs-breadcrumb a:hover {
  color: #0f172a;
}

.abp-docs-title {
  font-size: clamp(1.9rem, 2.6vw, 2.2rem);
  letter-spacing: -0.04em;
  margin: 0 0 8px;
  color: #0b1120;
}

.abp-docs-meta {
  font-size: 11px;
  color: #6b7280;
}

.abp-docs-body-shell {
  border-radius: 32px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.12);
  padding: 24px 20px 26px;
}

@media (min-width: 900px) {
  .abp-docs-body-shell {
    padding: 26px 28px 30px;
  }
}

.abp-docs-article {
  font-size: 14px;
  line-height: 1.8;
  color: #0f172a;
}

.abp-docs-article p {
  margin: 0 0 14px;
  color: #6b7280;
}
