/*
 Theme Name:     Divi child od Porubaweb.cz
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Porubaweb.cz
 Author URI:     https://porubaweb.cz
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

:root {
    --lk-yellow: #fede58;
    --lk-green:  #2d6614;
    --lk-black:  #0a0a0a;
}

.lk-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    color: var(--lk-yellow);
    font-family: 'Oswald', 'Impact', sans-serif;
    font-weight: 900;
    font-size: clamp(22px, 4vw, 34px);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 36px;
}

.lk-section-title::before,
.lk-section-title::after {
    content: '';
    flex: 1;
    max-width: 120px;
    height: 2px;
    background: linear-gradient(to var(--_dir, right), transparent, var(--lk-green));
}

.lk-section-title::before { --_dir: right; }
.lk-section-title::after  { --_dir: left; }
