/*
Theme Name: Bushra Shop Theme By Shahadat
Theme URI: https://pearlit.net/
Author: Shahadat
Author URI: http://shahadathossen.com/
Description: A simple, secure, and lightweight WordPress theme designed for eCommerce. Fully compatible with Elementor and WooCommerce.
Version: 1.0.0
Text Domain: bushrashop
Tags: e-commerce, woocommerce, elementor-friendly, secure
License: GNU General Public License v2 or later
*/

/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}

/* Container for standard alignment */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Image handling */
img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   Single Post Layout Styles
   ========================================= */

/* Font Setting */
body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Noto Serif Bengali', serif;
}

/* Container Width 1080px */
.single-post-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Breadcrumbs */
.post-breadcrumbs {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.post-breadcrumbs a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}

.post-breadcrumbs .separator {
    margin: 0 8px;
    color: #ccc;
}

.post-breadcrumbs .current-post {
    color: #888;
}

/* Title */
.single-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #111;
}

.entry-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* Featured Image */
.post-thumbnail-wrapper {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.single-featured-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content Typography */
.entry-content {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 50px;
}

.entry-content p {
    margin-bottom: 25px;
}

.entry-content h2, 
.entry-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Share Buttons */
.post-share-section {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 50px;
}

.post-share-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.share-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.facebook { background-color: #1877F2; }
.twitter { background-color: #000000; } /* X Color */
.whatsapp { background-color: #25D366; }
.linkedin { background-color: #0077B5; }