/*
Theme Name: dev
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: dev
*/
@media screen and (max-width: 1199px) {
    body {
        font-size: 18px;
    }
}

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

body {
    margin: 0;
    padding: 0;
}

.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: 2rem;
    height: 2rem;
    line-height: 2rem;
    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-tag-cloud a,
.single-post .wp-block-post-terms a {
    display: inline-block;
    background: #222;
    color: #fff;
    padding-top: var(--wp--preset--spacing--xs);
    padding-bottom: var(--wp--preset--spacing--xs);
    padding-left: var(--wp--preset--spacing--m);
    padding-right: var(--wp--preset--spacing--m);
    margin-bottom: var(--wp--preset--spacing--s);
}



.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;
}
 