/*
Theme Name: LendPal Capital
Theme URI: https://lendpalcapital.co.ke
Author: EASTEK
Author URI: https://eastek.co.ke
Description: A professional financial services theme for LendPal Capital, providing fast, reliable, and flexible financial solutions in Kenya.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lendpal-capital
Tags: business, finance, professional, responsive, custom-menu, custom-logo, featured-images
*/

/* ============================================================
   THEME BASE — Additional styles live in assets/css/custom.css
   Tailwind CSS handles utility classes via CDN (see functions.php)
   ============================================================ */

/* WordPress Core Alignment */
.wp-block-image img { height: auto; max-width: 100%; }
.alignleft  { float: left; margin: 0.5em 1em 0.5em 0; }
.alignright { float: right; margin: 0.5em 0 0.5em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Screen-reader text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Nav active state is applied inline by Lendpal_Nav_Walker (text-accent / bg-primary classes) */

/* Gallery */
.gallery { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-item { flex: 1 1 auto; }
.gallery-item img { width: 100%; height: auto; display: block; }

/* Caption */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: #6b7280; margin-top: 4px; }

/* Sticky post */
.sticky { border-left: 4px solid #fa9e20; padding-left: 1rem; }

/* Comments */
.comment-list { list-style: none; padding: 0; }
.comment-body { background: #f9fafb; border-radius: 8px; padding: 1.5rem; margin-bottom: 1rem; }
