/*
Theme Name:     Potenzial Online Theme
Theme URI:      
Description:    Customized Potenzial Online Theme.
Author:         WP Profis
Author URI:     
Template:       twentytwentyfive
Version:        0.1.0
*/

html {
    scroll-behavior: smooth;
}

strong {
    font-weight: 600;
}

header {
    /* border-bottom: 1px solid #efefef; */
}

.hero {
    /* background: linear-gradient(135deg, #ffffff 0%, var(--wp--preset--color--light-orange) 100%); */
    /* background: var(--wp--preset--color--light-orange); */
}

.hero .box {
    background: #fafafa;
    border: 1px solid #efefef;
}

.hero .box .wp-block-list.is-style-checkmark-list li::marker {
    color: var(--wp--preset--color--primary);
}

.wp-block-separator {
    width: 100px;
    height: 5px;
    background: var(--wp--preset--color--primary);
    border: none;
}

.wp-block-separator.left {
    margin-left: 0;
    margin-right: auto;
}

.wp-block-separator.right {
    margin-right: 0;
    margin-left: auto;
}

footer {
    margin-block-start: 0;
}

/* =============================================================================
   LANGUAGE SWITCHER
   ============================================================================= */

.language-switcher {
    margin: 0;
}

.language-switcher a {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    padding: 0.35em 0.6em;
    font-size: var(--wp--preset--font-size--small, 0.875rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: var(--wp--preset--color--contrast, #000000);
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.language-switcher a:hover,
.language-switcher a:focus {
    color: var(--wp--preset--color--primary, #933c35);
    background-color: var(--wp--preset--color--light-burgundy, #f4eceb);
}

/* Globe icon */
.language-switcher a::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/* =============================================================================
   MOBILE NAVIGATION
   ============================================================================= */

/* Add right padding to mobile overlay navigation (Twenty Twenty-Five) */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-right: var(--wp--preset--spacing--50, 1.5rem);
}