.elementor-33147 .elementor-element.elementor-element-be26dfe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-33147 .elementor-element.elementor-element-a36e872 .elementor-icon-list-icon{width:14px;}.elementor-33147 .elementor-element.elementor-element-a36e872 .elementor-icon-list-icon i{font-size:14px;}.elementor-33147 .elementor-element.elementor-element-a36e872 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-33147 .elementor-element.elementor-element-e2e0fc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-33147 .elementor-element.elementor-element-e2e0fc1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-33147 .elementor-element.elementor-element-e2e0fc1{--width:91.03%;}}/* Start custom CSS */.rv-price-table-wrap{
    width:100%;
    max-width:100%;
    margin:24px 0;
    overflow:hidden;
    border:1px solid #e3e8ee;
    border-radius:12px;
    background:#fff;
}

.rv-price-table{
    width:100% !important;
    max-width:100%;
    border-collapse:collapse;
    table-layout:auto;
    font-size:16px;
    line-height:1.4;
}

.rv-price-table thead{
    background:#075fae;
}

.rv-price-table thead th{
    padding:14px 16px;
    text-align:left;
    font-weight:700;
    color:#fff !important;
    background:#075fae !important;
    border-right:1px solid rgba(255,255,255,.18);
}

.rv-price-table thead th:last-child{
    border-right:0;
}

.rv-price-table td{
    padding:14px 16px;
    border-bottom:1px solid #e8edf2;
    vertical-align:middle;
}

.rv-price-table tbody tr:last-child td{
    border-bottom:0;
}

.rv-price-table tbody tr:nth-child(even){
    background:#f8fafc;
}

.rv-price-table .rv-old-price,
.rv-price-table .rv-new-price,
.rv-price-table .rv-increase{
    white-space:nowrap;
}

.rv-price-table .rv-new-price{
    font-weight:700;
}

.rv-price-table .rv-increase span{
    display:inline-block;
    padding:5px 10px;
    border-radius:20px;
    background:#fff1f1;
    color:#b42318;
    font-weight:700;
}

/* MOBILNI */
@media (max-width:767px){

    .rv-price-table-wrap{
        width:100% !important;
        max-width:100% !important;
        margin:20px 0;
        overflow-x:auto;
        border-radius:8px;
    }

    .rv-price-table{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        table-layout:fixed;
        font-size:14px;
    }

    .rv-price-table thead{
        display:table-header-group;
        background:#075fae !important;
    }

    .rv-price-table thead th{
        color:#fff !important;
        background:#075fae !important;
        padding:10px 8px;
        font-size:13px;
        line-height:1.2;
        word-break:normal;
        overflow-wrap:break-word;
    }

    .rv-price-table td{
        padding:10px 8px;
        word-break:normal;
        overflow-wrap:break-word;
    }

    .rv-price-table th:first-child,
    .rv-price-table td:first-child{
        width:40%;
    }

    .rv-price-table th:nth-child(2),
    .rv-price-table td:nth-child(2),
    .rv-price-table th:nth-child(3),
    .rv-price-table td:nth-child(3),
    .rv-price-table th:nth-child(4),
    .rv-price-table td:nth-child(4){
        width:20%;
    }

    .rv-price-table .rv-increase span{
        padding:3px 5px;
    }
}/* End custom CSS */