.programs_slider {
    padding-top: 48px;
    padding-bottom: 48px;
}

.events-block__wrap {
    display: flex !important;
    flex-direction: column;
    gap:50px;
}

.article-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.events-block__wrap .room-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.programs_slider .item {
    height: 265px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 16px;
}

.programs_slider .item .top p:first-child {
    background-image: url('/wp-content/uploads/2026/02/date.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
}

.programs_slider .item h4 {
    line-height: 1.4;
    margin-bottom: 8px;
}

.programs_slider .item h4 a {
    text-decoration: none;
    color: black;
    transition-duration: .3s;
    display: block;
}

.programs_slider .item h4 a:hover {
    color: #34a9df;
}

.programs_slider .item {
    transition-duration: .3s;
}

.programs_slider .item:hover {
    box-shadow: 0px 8px 10px rgba(2, 3, 3, 0.03), 0px 3px 14px rgba(2, 3, 3, 0.02), 0px 5px 5px rgba(2, 3, 3, 0.04);
    border-color: #34a9df;
}

.event-header {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.event-header .row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 48px;
}

.event-header .row .col-6 {
    grid-column: span 4;
}

.event-header .row .col-4 {
    grid-column: span 2;
}

.event-header .top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 8px;
}

.event-header .top .p1 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    line-height: 1.4;
}

.event-header .top .tags {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.event-header .top .tags > div {
    padding: 4px 8px;
    border-radius: 4px;
}

.event-header .author {
    display: flex;
    gap: 8px;
    align-items: center;
}

.event-header .author .pic {
    display: flex;
}

.event-header .author h4 {
    margin: 0;
    line-height: 32px;
}

.event-header .author p {
    line-height: 24px;
    margin: 0;
}

.event-header .author .pic img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.single-programme section:not(.main) {
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-programme section:not(.main) p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .article-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .article-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .single-programme section:not(.main) {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.table-list-speakers {
    margin-bottom: 40px;
}

.table-list.table-list-speakers .item .p1 {
    flex: 1 !important;
}

.table-list.table-list-speakers .row .h4 {
    flex: 1 !important;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-left: 12px;
}

.table-list .row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.table-list .row:after {
    content: '';
    display: block;
    margin-top: 1rem;
    border-bottom: 4px solid #E5E5E5;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.table-list .row .h4:first-child {
    flex: 4;
}

.table-list .row .h4:nth-child(2) {
    flex: 4;
}

.table-list .row .h4:last-child {
    flex: 1;
    padding-right: 12px;
}

.table-list .item {
    min-height: 3.5rem;
    padding: 0.625rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.table-list .item:nth-child(even) {
    background: #FFF9EB;
}

.table-list .item .p1 {
    margin-bottom: 0;
}

.table-list .item .p1:first-child {
    flex: 4;
}

.table-list .item .p1:nth-child(2) {
    flex: 4;
}

.table-list .item .p1:last-child {
    flex: 1;
}

@media (min-width: 768px) {
    .table-list .item .p1:not(:last-child) {
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    .table-list .col-7,
    .table-list .col-9 {
        width: 100%;
    }

    .event-header .row {
        display: flex;
        flex-direction: column;
    }
}

.single-programme main {
    padding-bottom: 24px;
}

.single-programme .c-application-content__sidebar {
    display: none;
}

.table-list-speakers .item .has-image {
    display: flex;
    align-items: center;
}

.table-list-speakers .item .has-image img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

@media (max-width: 61.9375rem) {
    .table-list.table-list-speakers .item, .table-list.table-list-speakers .row {
        width: 75rem;
    }

    .table-list.table-list-speakers .row-responsive {
        overflow-x: scroll;
    }
}

/*/ FILTER/*/

.programme-filter {
    margin-bottom: 24px;
}

.programme-filter__days {
    display: flex;
    align-items: center;
    overflow-y: scroll;
    width: 100%;
    flex-wrap: nowrap;
    padding-bottom: 14px;
    gap: 10px;

    @media (min-width: 768px) {
        overflow-y: hidden;
        flex-wrap: wrap;
        gap: 16px;
    }
}

.programme-filter__open,
.programme-filter__day {
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: #f4f4f4;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    min-width: fit-content;
}

.programme-filter__day.is-active {
    background: #169b78;
    color: #fff;
}

.programme-filter-modal[hidden] {
    display: none;
}

.programme-filter-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.programme-filter-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
}

.programme-filter-modal__content {
    position: relative;
    width: 100%;
    max-width: 1080px;
    max-height: 100%;
    margin: 0 auto;
    padding: 20px 20px 20px;
    overflow: auto;
    background: #fff;
    border-radius: 6px;

    @media (min-width: 768px) {
        max-height: calc(100vh - 32px);
        width: calc(100% - 32px);
        padding: 40px 48px 24px;
        margin: 16px auto;
    }
}

.programme-filter-modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;

    @media (min-width: 565px) {
        top: 24px;
        right: 32px;
    }
}

.programme-filter-modal__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}

.programme-filter-section__title {
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: 600;
}

.programme-filter-section__list {
    display: grid;
    gap: 16px;
    max-height: 345px;
    overflow-y: auto;
    padding-right: 12px;
}

.programme-filter-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.35;
    cursor: pointer;
    opacity: 1;
}

.programme-filter-checkbox input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.programme-filter-search {
    position: relative;
    margin-bottom: 28px;
}

.programme-filter-search__input {
    width: 100%;
    height: 42px;
    padding: 0 44px 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    border: 0.0625rem solid #CCCCCC !important;
    box-shadow: none !important;
}

.programme-filter-search__icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 24px;
}

.programme-filter-speaker {
    display: block;
    cursor: pointer;
    opacity: 1;
}

.programme-filter-speaker[hidden] {
    display: none !important;
}

.programme-filter-speaker input {
    display: none;
}

.programme-filter-speaker__body {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 6px 14px 6px 8px;
    border-radius: 4px;
}

.programme-filter-speaker input:checked + .programme-filter-speaker__body {
    background: #d9eafa;
}

.programme-filter-speaker__photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.programme-filter-speaker__name {
    font-size: 16px;
}

.programme-filter-speaker__count {
    font-size: 16px;
}

.programme-filter-modal__footer {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.programme-filter-modal__apply {
    min-width: 116px;
    height: 42px;
    padding: 0 28px;
    border: 1px solid #169b78;
    border-radius: 7px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

@media (min-width: 768px) {
    .programme-filter-modal__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .programme-filter-modal__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


.programs_slider .item .header {
    display: flex;
    justify-content: space-between;
}

.programs_slider .item .header .top-reference {
    background: #ddd;
    align-items: center;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    line-height: 100%;
    height: 30px;
    font-size: 15px;
}

.programs_slider .item .top p:first-child {
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.programs_slider .item {
    height: 300px;
}

.room {
    margin-top: 40px;
    background: #FFEFCC;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    align-items: center;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    line-height: 100%;
    height: 30px;
    font-size: 15px;
    display: flex;
    position: absolute;
    bottom: 15px;
}

.programs h1 {
    font-size: 25px;

    @media (min-width: 768px) {
        font-size: 30px;
    }
}

.room-wrap {
    margin-top: 40px;
    background: #FFEFCC;
    align-items: center;
    font-weight: 500;
    border-radius: 4px;
    display: inline-flex;
    line-height: 100%;
    height: 40px;
    font-size: 15px;
    bottom: 15px;
    padding: 4px 8px;
}

.event-date-wrap {
    background-image: url(/wp-content/uploads/2026/02/date.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}

.event-header .bottom {
    display: inline-block;
}

.zoom-link-wrap a{
    color: black;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}
.zoom-link-wrap {
    margin-top: 10px;
    border: 0.0625rem solid #e5e5e5;
    height: 2.5rem;
    padding: 4px 8px;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.bottom-line {
    margin-bottom: 40px;
    width: 10px;
    height: 100%;
    display: inline-block;
}