/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannah Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/

/* ============================= */
/* Custom CSS for desktop menu label */
/* ============================= */
.desktop-menu-label {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

/* ============================= */
/* Style images inside posts (including featured image) */
/* ============================= */
body.single-post .entry-content img,
body.single-post .featured-image img {
  width: 60% !important;        /* shrink images on desktop */
  height: auto !important;      /* keep aspect ratio */
  margin: 20px auto;            /* center + spacing */
  display: block !important;

  border: 1px solid #ddd;       /* optional styling */
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ============================= */
/* Mobile override: full width on small screens */
/* ============================= */
@media (max-width: 768px) {
  body.single-post .entry-content img,
  body.single-post .featured-image img {
    width: 100% !important;     /* take full width on mobile */
  }
}

/* ============================= */
/* Prevent red background in Layout 8 */
/* ============================= */
body.single-post .post-cover {
  background: none !important;        /* remove any background */
  background-color: #fff !important;  /* force white background */
}
