
/* Základné Spectra štýly pre stránku lensilez.sk */

h1, .wp-block-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    color: #4b4b4b;
    text-align: center;
}

.uagb-container {
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 12px;
}

.uagb-infobox-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
}

.uagb-infobox-text {
    font-size: 1rem;
    color: #555555;
}

.wp-block-button__link,
.uagb-button__link {
    background-color: #23c3d6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.wp-block-button__link:hover,
.uagb-button__link:hover {
    background-color: #1ea1b2;
    color: #ffffff;
}

/* Obrazok na pozadi */
.hero-section {
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section h1 {
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
