/*
Theme Name: keto
Theme URI: https://frontendtanfolyam.hu/
Author: FrontendTanfolyam
Author URI: https://frontendtanfolyam.hu/pocsik-emese-frontend-fejleszto/
Description: Basic Block Theme by Emese Pocsik
Tags: one-column, custom-colors, custom-menu
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keto
*/
@media screen and (max-width: 1199px) {
    body {
        font-size: 18px;
    }
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

header.wp-block-template-part {
    position: absolute;
    width: 100%;
    z-index: 100;
}

main.wp-block-group {
    margin: 0;
}

.square {
    aspect-ratio: 1/1;
    max-width: 100px;
}

.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-next-arrow,
.wp-block-query-pagination-prev-arrow {
    display: inline-block;
    text-align: center;
    background: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    margin: 0 5px;
}

.wp-block-query-pagination-numbers .page-numbers.current {
    font-weight: bold;
    background: var(--wp--preset--color--neutral);
}



footer.wp-block-template-part {
    margin: 0;
}

 

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9 !important;
}



h1 strong,
h2 strong {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



.wp-block-button:not(.is-style-outline) .wp-element-button {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

@media screen and (max-width: 860px) {
    .weather-container {
        display: flex;
        flex-wrap: wrap;
        gap: 0 !important;
        justify-content: flex-start !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

.graphics {
    position: absolute;
}

.graphics:nth-of-type(1) {
    top: 3rem;
    left: -2rem;
}

.graphics:nth-of-type(2) {
    top: 5rem;
    right: -1rem;
}

.graphics:nth-of-type(3) {
    bottom: 2rem;
    left: -2rem;
}

.graphics:nth-of-type(4) {
    bottom: 3rem;
    right: -2rem;
}