/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.8.1786439433
Updated: 2026-08-11 17:10:33

*/

/* ===== Featured image on single post: full size, uncropped, above content ===== */
.single-post .post-thumb-img-content.post-thumb {
	height: auto !important;
	aspect-ratio: auto !important;
}
.single-post .post-thumb-img-content.post-thumb img.wp-post-image {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
}

/* ===== Tags: rounded pill badges ===== */
.ebs-post-tags-wrap {
	margin: 0 0 24px 0;
}
.ebs-post-tags-wrap .ebs-post-tags-label {
	font-weight: 600;
	margin-right: 8px;
}
.ebs-post-tags-wrap a {
	display: inline-block;
	background-color: #f0f0f0;
	color: #444444;
	padding: 5px 16px;
	margin: 0 6px 6px 0;
	border-radius: 999px;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}
.ebs-post-tags-wrap a:hover {
	background-color: #e2e2e2;
	color: #111111;
}

/* ===== Table of contents: collapsible, expanded by default ===== */
.ebs-toc-wrap {
	border: 1px solid #e5e5e5;
	background: #fafafa;
	border-radius: 8px;
	padding: 16px 20px;
	margin: 0 0 30px 0;
}
.ebs-toc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
}
.ebs-toc-toggle-icon {
	transition: transform 0.25s ease;
	font-size: 13px;
	margin-left: 10px;
}
.ebs-toc-wrap.ebs-toc-collapsed .ebs-toc-toggle-icon {
	transform: rotate(-90deg);
}
.ebs-toc-list {
	margin: 14px 0 0 0;
	padding: 0;
	list-style: none;
	max-height: 3000px;
	overflow: hidden;
	transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.ebs-toc-wrap.ebs-toc-collapsed .ebs-toc-list {
	max-height: 0;
	margin-top: 0;
}
.ebs-toc-list li {
	margin: 0 0 8px 0;
}
.ebs-toc-list li.ebs-toc-h3 {
	margin-left: 20px;
	font-size: 0.95em;
}
.ebs-toc-list a {
	color: #1a5fb4;
	text-decoration: none;
}
.ebs-toc-list a:hover {
	text-decoration: underline;
}

/* ===== H2 spacing fix: match top and bottom spacing ===== */
.entry-content h2 {
	margin-top: 0 !important;
}