/*
Theme Name: LearnAMLCFT
Theme URI: https://learnamlcft.com
Author: Owais Ahmed Qureshi
Author URI: https://www.linkedin.com/in/owais-ahmed-qureshi/
Description: Custom theme for Owais Ahmed Qureshi - Global AML/CFT Expert, Consultant & Trainer. Built from a Tailwind CSS prototype.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: learnamlcft
*/

/* Small overrides / fixes not covered by Tailwind utility classes */

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Prevent flash-of-unstyled-content while Tailwind CDN loads */
[x-cloak] { display: none !important; }

img {
    max-width: 100%;
    height: auto;
}
