/* Убираем общую большую белую плашку */
.tlk-resources__wrap {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Контейнер курсов */
.tlk-resources__courses {
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 !important;
}

/* Каждый курс — отдельная карточка */
.tlk-resources__courses .tlk-resources__item {
    display: block !important;
    width: 100% !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

/* Текст внутри карточки */
.tlk-resources__courses .tlk-resources__title {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 24px 32px !important;
    margin: 0 !important;
}


