/*
Theme Name: Multibet Child
Theme URI: https://www.multibet.co.ke
Description: Custom child theme of Astra for MULTIBET - post redesign
Author: multibet
Template: astra
Version: 1.0.0
Text Domain: multibet-child
*/

/* Astra's own stylesheet is enqueued separately in functions.php.
   This file exists mainly so WordPress recognizes this as a valid
   child theme. Small structural fixes only - all visual design comes
   from Tailwind classes in the template files + the inline styles
   enqueued in functions.php. */

body {
	background-color: #f9fafb;
}

/* Make sure Astra's own container doesn't fight with our full-width layout */
.ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}

/* Hide default Astra elements we're replacing with our own header/footer markup */
.ast-single-post .entry-header,
.ast-single-post .ast-author-details,
.ast-single-post .ast-comment-section {
	display: none;
}
