/*
Theme Name: Pharmlex Medical Centre Theme
Theme URI: https://pharmlexmedical.com/theme
Author: Antigravity AI
Author URI: https://deepmind.google/antigravity
Description: A modern, highly responsive, clinical WordPress theme custom-built for Pharmlex Medical Centre in Kiritiri, Embu County. Borrowing structural elements from Kenyatta National Hospital (KNH) website, featuring outpatient services, MCH/ANC clinic, dental care, optical services, lab testing, and SHA accreditation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pharmlex-theme
Tags: medical, hospital, responsive, clean, dark-mode, custom-logo, translation-ready
*/

/* Reset & Basic WP Classes */
.alignleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption-text {
    font-size: 0.85em;
    margin: 0;
    padding: 0 5px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
