.paragraph--type--blok:has(.view-nas-tym){
    margin: 80px 0;
    position: relative;
    width: calc(100% + 80px);
    left: -40px;
}
.paragraph--type--blok:has(.view-nas-tym):before{
    content: "";
    display: block;
    width: calc(100vw - 40px);
    max-width: 1720px;
    min-width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    z-index: -1;
    background: var(--lima50);
    border-radius: 20px;
}
.paragraph--type--blok:has(.view-nas-tym) h2{
    text-align: center;
    margin-bottom: 40px;
    color: var(--lima800);
}
.view-nas-tym{
    background: var(--white);
    border-radius: 20px;
    padding: 40px; 
}
.view-nas-tym table{
    border-collapse: collapse;
}
.view-nas-tym table th{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #888;
    padding: 0 10px 16px;
    border-bottom: 1px solid var(--black200);
}
.view-nas-tym table td{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: var(--boston700);
    padding: 16px 10px;
    border-bottom: 1px solid var(--black200);
}
.view-nas-tym table th:first-child,
.view-nas-tym table td:first-child{
    padding-left: 0;
}
.view-nas-tym table th:last-child,
.view-nas-tym table td:last-child{
    padding-right: 0;
}
.view-nas-tym table td.views-field-title a{
    text-decoration: none;
    display: block;
    white-space: nowrap;
    color: var(--black900);
}
.view-nas-tym table td.views-field-field-telefon a{
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    color: var(--sunglow700);
    background: transparent url(/themes/custom/bakalka/images/table-phone-icon.svg) no-repeat left center;
}
.view-nas-tym table td.views-field-field-e-mail a{
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    color: var(--lima700);
    background: transparent url(/themes/custom/bakalka/images/table-mail-icon.svg) no-repeat left center;
}
.view-nas-tym table td.views-field-title a:hover,
.view-nas-tym table td.views-field-field-telefon a:hover,
.view-nas-tym table td.views-field-field-e-mail a:hover{
    text-decoration: underline;
}