/*
Theme Name: IzbraniOferti
Theme URI: https://izbranioferti.com
Author: IzbraniOferti
Description: Bulgarian deals and offers platform. Tailwind-based.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: izbranioferti
Tags: offers, deals, e-commerce, tailwind, responsive, custom-post-type
*/

/* Fallback base – full styles in assets/css/style.css (Tailwind build) */
body {
	margin: 0;
	font-family: Inter, Arial, sans-serif;
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
#content {
	flex: 1;
}
.container {
	max-width: 1536px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
#masthead {
	background: #0097d7;
	color: #fff;
	min-height: 4rem;
	display: flex;
	align-items: center;
}
#masthead a {
	color: inherit;
	text-decoration: none;
}
.site-main {
	padding-bottom: 1.5rem;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.btn-primary {
	background: #0097d7;
	color: #fff;
}
.btn-primary:hover {
	background: #0074ad;
}
