/*
CTC Separate Stylesheet
Updated: 2025-08-31 06:31:09
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756621869
*/

/* Container & Global Scope */
.plcy_txt { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; }

/* Sticky Navigation */
.plcy_txt nav { position: sticky !important; top: 0; margin-bottom: 30px; z-index: 1000; background: transparent; }
.plcy_txt nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.plcy_txt nav ul li { margin: 0; }
.plcy_txt nav ul li a { 
    text-decoration: none; 
    background: #293990; 
    padding: 11px 19px; 
    border-radius: 5px; 
    color: #fff; 
    font-weight: 500; 
    font-size: 0.85em; 
    transition: all 0.3s ease; 
    display: inline-block;
}
.plcy_txt nav ul li a:hover { background: #c0ca33; color: #fff; }

/* Tables */
.plcy_txt table { width: 100%; border-collapse: collapse; margin: 25px 0; font-size: 0.95em; }
.plcy_txt th, 
.plcy_txt td { border: 1px solid #dee2e6; padding: 12px; text-align: left; }
.plcy_txt th { background-color: #1a3a6d !important; color: white; text-transform: uppercase; letter-spacing: 1px; }
.plcy_txt tr:nth-child(even) { background-color: #f8fafc; }

/* Summary & Info Boxes */
.plcy_txt .summary-callout { background: #fffaf0; border-left: 4px solid #ed8936; padding: 15px; margin: 15px 0; font-style: italic; color: #744210; }
.plcy_txt .info-block {background: #ebf8ff;border: 1px solid #bee3f8;padding: 20px;border-radius: 6px;margin: 0;}
.plcy_txt .contact-card { background: #edf2f7; border: 1px solid #cbd5e0; padding: 20px; border-radius: 6px; margin: 20px 0; font-family: sans-serif; }

/* Consumer Duty Section */
.plcy_txt .consumer-duty-section { background: #f7fafc; border: 2px solid #2b6cb0; padding: 30px; border-radius: 10px; margin-top: 50px; }
.plcy_txt .outcome-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin: 20px 0;}

/* Typography & Lists */
.plcy_txt .fca-definition { border-left: 4px solid #1a3a6d; padding-left: 20px; font-style: italic; color: #4a5568; margin: 20px 0; display: block; }
.plcy_txt ul li { margin-bottom: 10px; }

/* Media Queries */
@media (max-width: 768px) { 
    .plcy_txt .outcome-grid { grid-template-columns: 1fr; } 
    .plcy_txt nav ul { gap: 5px; }
    .plcy_txt nav ul li a { padding: 8px 12px; font-size: 0.75em; }
}