 :root {
    --tp-table-header-border-width: 2px;
    --tp-table-header-border-color: #1d1d1d;
    --tp-table-header-font-size: 0.8rem;
    --tp-table-header-gap: 16px;
    --tp-row-gap: 12px;
    --tp-row-padding-y: 12px;
    --tp-cell-font-size: 0.95rem;
    --tp-details-grid-col-width: 180px;
    --tp-details-gap: 32px;
    --tp-details-radius: 10px;
    --tp-details-body-font-size: 0.95rem;
    --tp-details-body-line-height: 1.55;
    --tp-details-body-margin-bottom: 12px;
    --tp-details-subtitle-margin-bottom: 12px;
    --tp-toggle-font-size: 1.1rem;
    --tp-mobile-details-gap: 18px;
    --tp-desktop-last-col-width: 32px;
    --tp-mobile-last-col-width: 28px;
  }
.tp-program{padding:24px 16px 40px}.tp-table{width:100%}.tp-table-header{display:grid;grid-template-columns:2fr 3fr 1.6fr 2fr var(--tp-desktop-last-col-width);gap:var(--tp-table-header-gap);padding:var(--tp-row-padding-y) 0;border-bottom:var(--tp-table-header-border-width) solid var(--tp-table-header-border-color);font-size:var(--tp-table-header-font-size);text-transform:uppercase}.tp-header-cell{overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word}.tp-item{border-bottom:var(--tp-table-header-border-width) solid var(--tp-table-header-border-color)}.tp-item:last-child{border-bottom:none}.tp-row{display:grid;grid-template-columns:2fr 3fr 1.6fr 2fr var(--tp-desktop-last-col-width);gap:var(--tp-row-gap);padding:var(--tp-row-padding-y) 0;cursor:pointer}.tp-cell{font-size:var(--tp-cell-font-size)}.tp-toggle{background:none;border:none;font-size:var(--tp-toggle-font-size);cursor:pointer;padding:0;transition:0.3s}.tp-item.is-open .tp-toggle{transform:rotate(45deg)}.tp-row-details{max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height 0.45s ease,opacity 0.45s ease,padding 0.45s ease}.tp-item.is-open .tp-row-details{opacity:1;padding:18px 0 12px}.tp-details-inner{display:grid;grid-template-columns:var(--tp-details-grid-col-width) 1fr;gap:var(--tp-details-gap)}.tp-details-media{border-radius:var(--tp-details-radius);overflow:hidden;width:100%!important;margin-bottom:0!important}.tp-details-media .list-item-media-inner{height:100%}.tp-details-media img{width:100%;height:100%;object-fit:cover}.tp-details-body p{font-size:var(--tp-details-body-font-size);line-height:var(--tp-details-body-line-height);margin:0 0 var(--tp-details-body-margin-bottom)}.tp-details-subtitle{margin-bottom:var(--tp-details-subtitle-margin-bottom)!important}section[id*="list2acc"]{overflow-x:hidden}section[id*="list2acc"] .tp-table.user-items-list-simple{display:block!important}section[id*="list2acc"] .tp-table.user-items-list-simple .tp-item{display:block!important}@media (max-width:767px){.tp-details-inner{grid-template-columns:1fr;gap:var(--tp-mobile-details-gap)}.tp-details-media{margin:auto}.tp-table-header{grid-template-columns:1.4fr 2fr 1.2fr 1.4fr var(--tp-mobile-last-col-width)}.tp-row{display:flex;flex-direction:column;align-items:flex-start;gap:var(--tp-row-gap)}.tp-toggle{align-self:flex-start}}