/*
Theme Name: Birorilis Landing Theme
Theme URI: https://birorilis.com
Author: Mastrymedia
Author URI: https://birorilis.com/about
Description: Official Ultra-Lightweight & Bilingual Landing Page for Birorilis Press Release Service. Built with Pure Coding, and SEO Optimization.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.4
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: birorilis
*/

:root {
    --blue: #0073aa;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
	margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	color: #333;
}

img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

/* Version: 1.0.7 (2025-12-31) */

.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
	.container {
		padding: 0 20px;
	}
}

.sticky-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.site-header {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.site-header .logo a {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}

.logo img {
	width: 160px;
}

/* --- PAGE STATIS --- */

.page-main-wrapper {
	padding: 30px 0;
}

.page-header h1 {
	font-size: x-large;
}

.page-content p {
	margin: revert;
	padding: revert;
}

.page-content ul,
.page-content ol {
	margin: revert;
	padding: revert;
}

/* --- FOOTER --- */

footer {
    padding: 40px 0;
    text-align: center;
    background-color: whitesmoke;
}

footer p {
    margin: 0;
}

.footer-nav-statis ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.footer-nav-statis ul li a {
	display: inline-block;
	font-size: small;
	line-height: 1.3;
}

.footer-divider {
	height: 1px;
	background-color: #ddd;
	border: none;
	margin: 10px 0;
}

.footer-bottom {
	font-size: small;
	color: #999;
}