/*
Theme name: JogoBigBamboo
Description:
Author: BigBamboo
Author URI: https://jogobigbamboo.club
*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.2rem;
}
.text h1 {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	line-height: 1.3;
}
.text h2,
.text h3,
.text h4,
.text h5 {
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	line-height: 1.3;
}
.text h3 {
	font-size: 1.2rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 10px;
	margin-bottom: 1.2rem;
}
.text ul, .text ol {
	margin: 0 0 1rem 1.2rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}




header, footer, main {
    padding: 1rem;
}

header {
    background-color: #f8f8f8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo img {
    max-width: 120px;
    height: auto;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    margin-bottom: 0.5rem;
}

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

main {
    padding: 2rem 1rem;
}

.content {
    max-width: 100%;
    margin: 0 auto;
}

footer {
    background-color: #333;
    color: white;
}

.footer-top, .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-top nav ul {
    margin-top: 1rem;
}

.footer-bottom {
    margin-top: 1rem;
    font-size: 0.8rem;
}

.regulators img {
    margin: 0.5rem;
}

/* Tablet стили */
@media screen and (min-width: 768px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav ul {
        display: flex;
    }

    nav ul li {
        margin-left: 1rem;
        margin-bottom: 0;
    }

    .footer-top, .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-top nav ul {
        margin-top: 0;
    }
}

/* Desktop стили */
@media screen and (min-width: 1024px) {

    .content {
        max-width: 880px;
    }

    .footer-top, .footer-bottom {
        max-width: 1000px;
        margin: 0 auto;
    }
}
