/*
Theme Name: Opinion Estonia Theme
Theme URI: https://example.com/
Author: Opinion Estonia Studio
Author URI: https://example.com/
Description: Custom Bootstrap-powered WordPress theme for the Opinion Estonia public opinion research company.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insightpulse
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
*/

/* Styling is handled via enqueued dist/css files. */

/* Custom Header Logo Styles */
.navbar-brand {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    /* Ensure it doesn't affect height */
    max-height: none; 
}

.navbar-brand .brand-wordmark {
    display: inline-block;
    margin-left: 70px;
}

/* Staggered Hero Highlights */
.hero-highlights .hero-highlight:nth-child(2) {
    margin-left: 1.5rem;
}

.hero-highlights .hero-highlight:nth-child(3) {
    margin-left: 3rem;
}

.opinion-chart-md--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
