@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");.post_table{--brand-primary:#09103d;--text-on-primary:#fff;--text-primary:#09103d;--text-secondary:#64748b;--badge-success-bg:#eee4ff;--badge-success-text:#5b21b6;--badge-warning-bg:#fef6df;--badge-warning-text:#92400e;--badge-error-bg:#ffe1d7;--badge-error-text:#9a3412;--badge-neutral-bg:#f3f4f6;--badge-neutral-text:#4b5563;--border-default:#e5e5e5;--surface-card:#fff;--surface-row-odd:#ffeef6;--font-primary:"Inter",sans-serif;color:var(--text-primary);container-name:postTable;container-type:inline-size;padding-block:32px;width:100%}.post_table,.post_table *{font-family:var(--font-primary)}.post_table__inner{display:flex;flex-direction:column;gap:24px}.post_table__header{display:flex;flex-direction:column;gap:8px}.post_table__header>*{margin-bottom:0}.post_table__header .post_table__title{color:var(--text-primary)!important;font-weight:700!important;line-height:1.2!important}.post_table .post_table__header .post_table__title{margin:0!important}.post_table__header .post_table__subtitle{color:var(--text-secondary)!important;font-weight:400!important;line-height:1.2!important}.post_table__container{border-radius:12px;position:relative}.post_table__container__inner{border:1px solid var(--border-default);border-radius:12px;box-shadow:0 4px 20px 0 rgba(0,0,0,.04);overflow-x:scroll;width:100%}.post_table__row{display:flex;min-height:auto}.post_table__row:last-child{border-bottom:none}.post_table__row--header{border-bottom:0;border-radius:12px 12px 0 0}.post_table__cell{background-color:var(--tableRowBgColor);border-bottom:1px solid var(--border-default);flex:1;padding:16px}.post_table__row--header .post_table__cell-content{font-style:normal;font-weight:700;line-height:normal}.post_table__cell-content{color:var(--tableRowTextColor);display:block;font-size:13px;font-style:normal;font-weight:400;line-height:123.1%}.post_table__cell:first-child .post_table__cell-content{color:var(--tableRowFirstColTextColor);font-weight:600}.post_table__cell--highlight{background-color:var(--columnHighlightBgColor)}.post_table__cell--highlight .post_table__cell-content{color:var(--columnHighlightTextColor)}.post_table__cell--status{align-items:center;display:flex;flex-shrink:0;justify-content:flex-start;width:140px}.post_table__badge{background-color:var(--badgeBgColor);border-radius:100vw;color:var(--badgeTextColor);font-size:11px;font-style:normal;font-weight:600;justify-self:flex-start;line-height:normal;padding:4px 8px;text-transform:uppercase}.post_table__row:first-child .post_table__cell--status{padding-right:16px}.post_table__row:last-child .post_table__cell:first-child{border-radius:0 0 0 12px}.post_table__row:last-child .post_table__cell:last-child{border-radius:0 0 12px 0}.post_table__row--header--dark .post_table__cell{background-color:var(--brand-primary)}.post_table__row--header--dark .post_table__cell .post_table__cell-content{color:var(--surface-card)}.post_table__row--header--light .post_table__cell{background-color:#ffcce1}.post_table__row--header--light .post_table__cell .post_table__cell-content{color:var(--brand-primary)}.post_table--scroll_exist .post_table__cell:first-child{min-width:260px}@media(min-width:1024px){.post_table__header{gap:var(--headerGapDesk)}.post_table__header .post_table__title{font-size:var(--titleSizeDesk)!important}.post_table__header .post_table__subtitle{font-size:var(--subtitleSizeDesk)!important}}@media(min-width:768px) and (max-width:1023px){.post_table__header{gap:var(--headerGapTab)}.post_table__header .post_table__title{font-size:var(--titleSizeTab)!important}.post_table__header .post_table__subtitle{font-size:var(--subtitleSizeTab)!important}.post_table__cell{padding:12px 16px}}@media(max-width:767px){.post_table__header{gap:var(--headerGapMob)}.post_table__header .post_table__title{font-size:var(--titleSizeMob)!important}.post_table__header .post_table__subtitle{font-size:var(--subtitleSizeMob)!important}}@media(max-width:1023px){.post_table__inner{gap:16px}}@media(max-width:767px){.post_table__inner{gap:12px}.post_table__cell-content{font-size:16px}}@container postTable (max-width: 1023px){.post_table--scroll_exist .post_table__container:after{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.9));bottom:0;content:"";position:absolute;right:0;top:0;width:68px;z-index:1}.post_table--scroll_exist .post_table__row{width:min-content}.post_table--scroll_exist .post_table__cell:first-child{box-shadow:4px 0 4px 0 rgba(0,0,0,.03);left:0;position:sticky}.post_table__cell{min-width:180px}}@container postTable (max-width: 767px){.post_table--scroll_exist .post_table__cell:first-child{min-width:160px}.post_table--scroll_exist .post_table__cell{min-width:206px}}