.elementor-29232 .elementor-element.elementor-element-270f9d8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}/* Start custom CSS for html, class: .elementor-element-062867b */.offer-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;

    width:auto;
    height:70px;
    padding:20px;
    box-sizing:border-box;

    background:#DDC08C;
    border:0px solid #E8A6F5;
    border-radius:5px;

    text-decoration:none;
    color:inherit;
}

.offer-card:hover{
    background:#D0B080; /* o niečo tmavší odtieň */
}

.offer-subtitle{
    font-size:13px;
    font-weight:400;
    color:#000;
    margin-bottom:0px;
}

.offer-title{
    font-size:16px;
    font-weight:700;
    color:#000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-beadf5a */.offer-card-outline{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;

    width:auto;
    height:70px;
    padding:20px;
    box-sizing:border-box;

    background:transparent;
    border:1px solid #fff;
    border-radius:5px;

    text-decoration:none;

    transition:background-color .25s ease,
               border-color .25s ease;
}

.offer-card-outline:hover{
    background:#DDC08C;
    border-color:#DDC08C;
}

.offer-outline-subtitle{
    font-size:13px;
    font-weight:400;
    color:#fff;
    margin-bottom:0;
    transition:color .25s ease;
}

.offer-outline-title{
    font-size:16px;
    font-weight:700;
    color:#fff;
    transition:color .25s ease;
}

.offer-card-outline:hover .offer-outline-subtitle,
.offer-card-outline:hover .offer-outline-title{
    color:#000;
}/* End custom CSS */