/*
Theme Name: InsureTalk 2026
Theme URI: https://insuretalk.co.za
Author: CN&CO Events
Author URI: https://cnandco.com
Description: A custom WordPress theme for InsureTalk 2026 sponsorship landing page
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insuretalk-2026
*/

/* Basic WordPress styles */
body {
    margin: 0;
    padding: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

/* WordPress Editor Styles */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

/* Hide admin bar on preview */
html.wp-toolbar {
    margin-top: 0 !important;
}
