/**
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
*/






/* Make sure SVG is clickable */
.sidebar-toggle-btn svg {
    pointer-events: none;
}

/* Rest of your sidebar styles remain the same */



/* ... rest of your existing CSS ... */

/* Sidebar Toggle Button */

/* Sidebar Styles */
.custom-sidebar {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 80% !important;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 998;
	overflow:auto;
}

.custom-sidebar.active {
    left: 0;
}

button#openSidebar svg {
    width: 25px;
    height: 25px;
}

button#openSidebar .svg-wrapper {
    display: inline-flex;
}


#openSidebar {
    background: none;
    color: #000;
    padding: 12px;
    box-shadow: none;
	 display: inline-flex;
}



.custom-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #191D1E;
    color: white;
}

.custom-sidebar .sidebar-header button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.custom-sidebar .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar .sidebar-menu li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.custom-sidebar .sidebar-menu li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
}

.custom-sidebar .sidebar-menu li a:hover {
    background: #f5f5f5;
}


li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.has-submenu {
    display: grid;
    grid-template-columns: 75% 25%;
}


.custom-sidebar .arrow {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.custom-sidebar .arrow svg {
    width: 100%;
	transition: all 0.2s ease-in-out;
}

.custom-sidebar .submenu {
    display: none;
    padding-left: 20px;
	list-style: none;
    margin: 0;
}

.custom-sidebar ul.submenu{
	grid-column:1 / 3;
}

.custom-sidebar .arrow svg {
	width: 30px;}

.custom-sidebar .submenu.active {
    display: block;
}

.custom-sidebar .account-btn {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
	text-align: center;
}

.custom-sidebar .account-btn a {
    color: #fff;
    text-decoration: none;
	background:var(--e-global-color-primary);
}



.sidebar-menu>li.has-submenu:has(.submenu.active) .arrow svg {
   transform: rotate(180deg);
}


/* Additional CSS to hide any remaining theme arrows */
.custom-sidebar .menu-item-has-children > a:after,
.custom-sidebar .ast-menu-toggle,
.custom-sidebar [class*="arrow"]:not(.arrow) {
    display: none !important;
}





.CTA-header-btn-item > a {
    padding: 12px;
    background: #FA9627;
    width: 100%;
    text-align: center;
    border-radius: 8px;
	color: white;
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

a.log-in-btn{
    background: #fff;
    border: 1px solid #E7E7E7;
    color: #191D1E;
}

.CTA-header-btn-item {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.CTA-header-btn-wrapper {position: absolute;bottom: 10px;width: 100%;}





.workflow-wrapper > .wp-block-uagb-info-box {
    border: 1px solid #F9E1BD;
    height: 100%;
}

.workflow-wrapper > .wp-block-uagb-info-box:nth-child(1) {
    border-width: 0 1px 1px 0px;
}
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(3) {
    border-width: 0 0px 1px 0px;
}

.workflow-wrapper > .wp-block-uagb-info-box:nth-child(2) {
    border-width: 0 1px 1px 0px;
}
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(4) {
    border-width: 0 1px 0px 0px;
}

.workflow-wrapper > .wp-block-uagb-info-box:nth-child(5) {
    border-width: 0 1px 0px 0px;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(6) {
    border-width: 0px 0px 0px 0px;
}


.workflow-wrapper > .wp-block-uagb-info-box::after, .workflow-wrapper > .wp-block-uagb-info-box::before, .workflow-wrapper .uagb-ifb-content::after, .workflow-wrapper .uagb-ifb-content::before{
	 content: "";
    width: 9px;
    height: 9px;
	border: solid #F9E1BD;
	position: absolute;
}


.workflow-wrapper > .wp-block-uagb-info-box::after {
    border-width: 0 1.5px 1.5px 0px;
    bottom: 0;
    right: 0;
}
.workflow-wrapper .uagb-ifb-content::after {
    border-width: 1.5px 1.5px 0 0px;
    top: 0;
    right: 0;
}

.workflow-wrapper .uagb-ifb-content::before {
    border-width: 1.5px 0px 0 1.5px;
    top: 0;
    left: 0;
}

.workflow-wrapper > .wp-block-uagb-info-box::before {
    border-width: 0 0px 1.5px 1.5px;
    bottom: 0;
    left: 0;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(n + 4)::before{
    border-width: 0 0px 0px 0px;
    bottom: 0;
    left: 0;
}
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(n + 4)::after{
    border-width: 0 0px 0px 0px;
    bottom: 0;
    left: 0;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(-n + 4) .uagb-ifb-content::before{
	border-width:  0 0 0 0;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(-n + 3) .uagb-ifb-content::after{
	border-width:  0 0 0 0;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(1)::before {
    border-width: 0 0 0 0;

}

.workflow-wrapper > .wp-block-uagb-info-box:nth-child(3)::after {
    border-width: 0 0 0 0;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(6) .uagb-ifb-content::after{
	border-width: 0 0 0 0;
}







.mobile-animation-integrate{
	display:none;
}



/*------------------------------------
 * header
 * ----------------------------------*/
.header-sidebar {
    display: none;
}



/*------------------------------------
 * footer
 * ------------------------------------*/
.footer-cta-item {
    height: 100%;
}
.footer-cta-divider hr
 {
    background-color: unset;
}

/*---------------------------------------
 *      core-products
 * --------------------------------------*/
.core-products-item {
    width: 100%;
    min-width: 100%;
}


/*----------------------------
       Responsive
 * ---------------------------*/


@media (max-width:500px){
	.header-button-wrapper{
		display:none;
	}
	.CTA-header-btn-item {
    flex-direction: column;
}

.header-sidebar {
    display: block;
}
	
.logo-with-sidebar > button {
    display: none !important;
}	
}

@media (max-width:600px){
	.desktop-animation-integrate{
    display: none;
}
	.mobile-animation-integrate{
		display:block !important;
	}
	
}

@media (max-width:767px){
	.footer-cta-item {
    height: unset;
	min-height: fit-content !important;
}
	
.workflow-wrapper > .wp-block-uagb-info-box::after, .workflow-wrapper > .wp-block-uagb-info-box::before, .workflow-wrapper .uagb-ifb-content::after, .workflow-wrapper .uagb-ifb-content::before{
	 content: unset !important;
}
	
	.workflow-wrapper > .wp-block-uagb-info-box {
    border: solid #F9E1BD;
		border-width:0 0 1px 0 !important;
		
}
	
}


@media (max-width:921px){
	h2{
		line-height:42px !important;
	}
}

@media (max-width:976px){
	.hero-section-cta-button .uagb-buttons__wrap {
    display: flex;
    justify-content: center !important;
}


.workflow-wrapper > .wp-block-uagb-info-box:nth-child(2) {
    border-width: 0 0px 1px 0px !important;
}	
	
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(3) {
    border-width: 0 1px 1px 0px !important;
}
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(4) {
    border-width: 0 0px 1px 0px !important;
}

.workflow-wrapper > .wp-block-uagb-info-box:nth-child(2)::after {
    border-width: 0 0 0 0;
}	
	
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(3) .uagb-ifb-content::after
 {
    border-width: 1.5px 1.5px 0px 0px;
}	
	
.workflow-wrapper > .wp-block-uagb-info-box:nth-child(3)::after {
    border-width: 0px 1.5px 1.5px 0px;
}



.workflow-wrapper > .wp-block-uagb-info-box:nth-child(4) .uagb-ifb-content::before
 {
    border-width: 1.5px 0px 0px 1.5px;
}

.workflow-wrapper > .wp-block-uagb-info-box:nth-child(4)::after
 {
    border-width: 0 0px 1.5px 1.5px;
	}	
	
	
	.workflow-wrapper > .wp-block-uagb-info-box:nth-child(3)::before{
		border-width: 0 0 0 0;
	}
	
	
	.workflow-wrapper > .wp-block-uagb-info-box:nth-child(4) .uagb-ifb-content::after, .workflow-wrapper > .wp-block-uagb-info-box:nth-child(5) .uagb-ifb-content::before{
		    border-width: 0 0 0 0;
	}	
	
	
	
	
	
	
}


/* FULL-WIDTH HERO BACKGROUND (edge-to-edge) */
.article-hero{
  width:100vw;
  background:#fdf7ef;          /* your beige color */
  position:relative;
  left:50%; right:50%;
  margin-left:-50vw; margin-right:-50vw;  /* break out of page container */
  padding:80px 0;
}

/* Inner content stays centered */
.article-hero-inner{max-width:1180px;margin:0 auto;padding:0 24px;}

.article-hero__grid{
  display:flex; align-items:center; justify-content:space-between; gap:60px;
}
.article-hero__text{flex:1; max-width:580px;}
.article-hero__image{flex:1; text-align:right;}
.article-hero__image img{width:100%; max-width:520px; height:auto; border-radius:12px; object-fit:cover;}

@media (max-width:960px){
  .article-hero__grid{flex-direction:column; text-align:center;}
  .article-hero__image{text-align:center; margin-top:24px;}
}


/* sakshi*/


/* Container */
.container{max-width:1280px;margin:0 auto;}

/* HERO */
.article-hero{background:#FFFBF6;padding:80px 0;border-bottom:1px solid #F9E1BD;}
.article-hero__grid{display:flex;align-items:center;gap:60px}
.article-hero__text{flex:1;max-width:580px}
.article-hero__image{flex:1}
.article-hero__image img{width:100%;max-width:520px;border-radius:12px;height:auto;object-fit:cover}

/* Crumbs + Tag */
.breadcrumbs {
    color: #374151;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: inline-flex;
    align-items: center;
    gap: var(--25, 10px);
}
.breadcrumbs span {
    color: #6B7280;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.breadcrumbs a{color:#374151;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}
.article-cat{
	display: inline-block;
    background: #F9E1BD;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 5px 10px;
    color: var(--Charcoal, #191D1E);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.5px;
}

/* Title + Meta */
.article-title{
	color: var(--Charcoal, #191D1E);

/* Heading XLarge */
font-family: Inter;
font-size: 42px;
font-style: normal;
font-weight: 500;
line-height: 55px; /* 130.952% */
letter-spacing: -1px;
}
.article-meta{display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #6B7280;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.article-meta .divider{opacity:.5}
/* Sidebar layout */
.single-sidebar {
  width: 28%;
  min-width: 260px;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* TOC box */
.toc-box h5 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
#auto-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#auto-toc li {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.5;
}
#auto-toc a {
  text-decoration: none;
  color: #222;
}
#auto-toc a:hover {
  text-decoration: underline;
}


/* Share card */
.share-card h5 {
  color: var(--Charcoal, #191D1E);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */
}
.share-card {
    border-bottom: 1px solid #F9E1BD;
	padding-bottom:30px;

}
.share-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.share-icons a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease;
}
.share-icons a:hover {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
}

/* FontAwesome Icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

/* GRID (sidebar left) */
.single-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.single-grid--sidebar-left .single-sidebar {
    width: 28%;
    min-width: 260px;
    position: sticky;
    top: 100px;
    border-right: none;
	padding-top:80px;
	padding-bottom:100px;
}
.single-grid{
  position: relative;    /* allow absolute child */
}
/* Drop cap for first paragraph in article */
.post-body p:first-of-type::first-letter {
 color: #000;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 60px */
}


/* full-height orange divider at the boundary of sidebar */
.single-grid::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;              /* stretch full height */
  left: 28%;             /* sidebar width = 28% => divider at its right edge */
  width:1px;
  background:#F9E1BD;
}

/* hide divider on mobile/tablet */
@media (max-width:980px){
  .single-grid::after{ display:none; }
}

.single-grid--sidebar-left .single-content {
    flex: 1;
    padding-top: 80px;
	padding-bottom:100px;
}
.toc-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #F9E1BD;
}
a.ppma-author-user_email-profile-data.ppma-author-field-meta.ppma-author-field-type-email {
    display: none;
}
/* Sidebar cards */
#auto-toc ul{list-style:none;margin:0;padding:0}
#auto-toc li{margin:6px 0}
#auto-toc a{text-decoration:none;color:#0f172a}
#auto-toc a:hover{text-decoration:underline}
.author-card{padding:16px;margin-top:16px}
.share-list{list-style:none;margin:0;padding:0}
.share-list li{margin:6px 0}

/* Content */
.post-body p{line-height:1.8;}
.post-body h2,.post-body h3{scroll-margin-top:90px;}

ol.wp-block-list {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
	margin-left:35px;
}
ol.wp-block-list li {
    padding-bottom: 20px;
}

/* CTA + Related */
/* ==== CTA (like first image) ==== */
.cta-box {
  background: #FFFBF6;
  border: 1px solid #F9E1BD;
  border-radius: 10px;
  padding: 60px 40px;
  text-align: center;
  max-width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

/* optional subtle grid background pattern */
.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#f9e1bd33 1px, transparent 1px), linear-gradient(90deg, #f9e1bd33 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.25;
  z-index: 0;
}

/* content layering */
.cta-box * { position: relative; z-index: 1; }

/* heading + text */
.cta-box h3 {
  color: var(--gray-900, var(--gray-900, #111928));
text-align: center;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 111.111% */
}

.cta-box p {
  color: var(--gray-500, var(--gray-500, #6B7280));
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
letter-spacing: -0.2px;
margin-bottom:40px;
}

/* buttons */
.cta-box .btn-primary,
.cta-box .btn-outline {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
line-height: 27px; /* 150% */
letter-spacing: -0.5px;
  padding: 14px 32px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 8px;
  transition: all 0.25s ease;
}

a.btn-outline {
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #191D1E;
}

.cta-box .btn-primary {
  background-color: #FA9627;
  color: #fff;
  border: 1px solid #F5D3A1;
}
.cta-box .btn-primary:hover {
  border: 1px solid #E7E7E7;
  background: #fff;
  color:#000;
}

.cta-box .btn-outline {
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #191D1E;
}
.cta-box .btn-outline:hover {
  background: #FA9627;
  color: #fff;
}

.btn-primary,.btn-outline{display:inline-block;padding:10px 16px;border-radius:6px;margin:6px 8px 0 0;text-decoration:none}
.btn-primary{background:#f97316;color:#fff}
.btn-outline{border:1px solid #f97316;color:#f97316}
.btn-outline:hover{background:#f97316;color:#fff}
.related-posts{margin-top:40px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related-card img{width:100%;height:160px;object-fit:cover;display:block}
.related-card h4{margin:10px 12px 6px;font-size:16px}
.related-card .date{margin:0 12px 12px;color:#76839a;font-size:12px}


/* PublishPress Author Box inside sidebar */
li.pp-multiple-authors-boxes-li.author_index_0.author_akhilesh-tilotia.has-avatar {
    display: block;
    padding: 0px;
    border: unset !important;
}
h2.widget-title.box-header-title {
    display: none;
}
/* --- Sidebar author card (PublishPress) --- */
.author-info {
border-bottom:1px solid #F9E1BD;
padding-right:30px;
padding-bottom:10px;
}
.author-info h5 { color: #000;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 150% */ }

/* avatar band (hide image + empty column) */
.author-info .pp-multiple-authors-wrapper img.avatar,
.author-info .pp-multiple-authors-wrapper .ppma-author-avatar,
.author-info .pp-multiple-authors-wrapper .ppma-avatar { display:none !important; }

/* layout ko text-only bana do */
.author-info .pp-multiple-authors-wrapper .ppma-author-box {
  display:block !important;
}
.author-info .pp-multiple-authors-wrapper .ppma-author-details,
.author-info .pp-multiple-authors-wrapper .ppma-author-bio {
  margin-left:0 !important;
}
.pp-author-boxes-name.multiple-authors-name {
    display: none;
}
/* Keep drop cap only on the first direct paragraph of the post */
.post-body > p:first-of-type::first-letter{
  float:left;
  font-size:40px;
  line-height:1;
  font-weight:400;
  padding-right:4px;
}

/* Disable drop-cap inside any columns/feature grid */
.post-body .wp-block-columns p::first-letter,
.post-body .uagb-columns__inner-wrap p::first-letter {  /* if using UAGB Columns */
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
}
/* ✅ Drop-cap only in the FIRST paragraph of the blog body */
.single-post .post-body > p:first-of-type::first-letter {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  float: left;
  padding-right: 6px;
  text-transform: uppercase;
}

/* 🚫 Disable drop-cap everywhere else (cards, columns, CTAs, etc.) */
.single-post .post-body .wp-block-columns p::first-letter,
.single-post .post-body .uagb-columns__inner-wrap p::first-letter,
.single-post .post-body .challenge-card p::first-letter,
.single-post .post-body section p::first-letter {
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
  text-transform: none !important;
}




/* Challenges section boxes */

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid transparent;
}

.challenge-card {
  padding: 20px;
  border-right: 1px solid #FFF2DF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap:10px;
  position: relative;
  height: 100%;
}

.challenge-card:last-child {
  border-right: none;
}

.challenge-card h2 {
 color: #000;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
margin-bottom:10px;
}

.challenge-card p {
 color: #000;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}


/* Align heights neatly */
.challenge-card {
  min-height: 200px;
}

/* Responsive */
@media (max-width: 900px) {
  .challenge-grid {
    grid-template-columns: 1fr;
    border-right: none;
  }

  .challenge-card {
    border-right: none;
    border-bottom: 1px solid #f9e1bd;
  }

  .challenge-card:last-child {
    border-bottom: none;
  }
}



/* Responsive */
@media (max-width:960px){
  .article-hero__grid{flex-direction:column;text-align:center}
  .article-hero__image img{max-width:100%;margin-top:16px}
  .single-grid{flex-direction:column}
  .single-grid .single-sidebar{position:static;width:100%}
  .related-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){ .related-grid{grid-template-columns:1fr} }





/* ------- Related Articles section (card style) ------- */
.related-posts { margin-top: 100px; }
.related-posts h3 {
    margin-bottom: 30px;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.ra-grid{
    display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ra-card {
     border: 1px solid #eef1f4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(17,17,26,.07), 0 1px 0 rgba(17,17,26,.05);
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ra-thumb{ 
	display:block;
	padding:10px;

}

.ra-thumb img {
   display: block;
  width: 100%;
  height: 150px;        /* adjust if you want */
  object-fit: cover;
  border-radius:10px;
}

/* BODY */
.ra-body{
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;              /* equal height cards */
}


.ra-title  {
    margin: 0px 0px 5px 0px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ra-title a{
	    color: #000!important;

}
.ra-excerpt {
    margin: 0 0 20px;
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ra-meta {
    gap: 8px;
    color: #7C7C7C;
    font-size: 7px;
    display: flex;
	height: 7px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.ra-meta .dot{ opacity:1	; }

/* Responsive */
@media (max-width: 980px){
  .ra-grid{ grid-template-columns: 1fr 1fr; }
  .ra-thumb img{ height: 180px; }
}
@media (max-width: 640px){
  .ra-grid{ grid-template-columns: 1fr; }
  .ra-thumb img{ height: 200px; }
}
















/* ================================
   PAGINATION STYLES
================================ */

.notebook-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  padding: 20px 0;
  grid-column: 1 / -1; /* Span full grid width */
}

.page-btn {
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background: #f8f8f8;
  border-color: #ccc;
}

.page-btn.active {
  background: var(--ast-global-color-6, #ff6b35);
  color: #fff;
  border-color: var(--ast-global-color-6, #ff6b35);
  cursor: default;
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dots */
.page-dots {
  color: #999;
  font-weight: bold;
  padding: 0 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .notebook-pagination {
    flex-wrap: wrap;
    gap: 6px;
  }

  .page-btn {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/* No results message */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}




