/* PMS module — layout, workflow, skills (mirrors TV Commercial Booking module quality) */

.pms-module {
    --pms-accent: #b56cff;
    --pms-accent-soft: rgba(181, 108, 255, 0.15);
}

.pms-module .tvc-booking-subnav__brand i {
    color: var(--pms-accent);
}

.pms-hero-card {
    border-color: rgba(181, 108, 255, 0.35);
}

.pms-workflow-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.78rem;
    color: #cbd5e1;
}

.pms-workflow-vertical span {
    background: var(--pms-accent-soft);
    border: 1px solid rgba(181, 108, 255, 0.25);
    border-radius: 0.35rem;
    padding: 0.15rem 0.45rem;
    text-align: center;
    width: 100%;
}

.pms-workflow-vertical i {
    color: var(--pms-accent);
    font-size: 0.85rem;
}

.pms-skills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.pms-skill-badge {
    background: var(--pms-accent-soft);
    border: 1px solid rgba(181, 108, 255, 0.3);
    border-radius: 999px;
    color: #e9d5ff;
    font-size: 0.78rem;
    padding: 0.25rem 0.65rem;
}

.pms-subnav .tvc-booking-subnav__link.active,
.pms-subnav .tvc-booking-subnav__child.active {
    border-left-color: var(--pms-accent);
}

.pms-portfolio-footer {
    border-top: 1px solid var(--tvc-bk-border, #334155);
    padding-top: 0.75rem;
}

.pms-portfolio-footer__title {
    color: var(--pms-accent);
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
}

.pms-module .tvc-booking-stat--accent-violet {
    --tvc-stat-accent: var(--pms-accent);
}

.pms-module .tvc-booking-chart-wrap {
    min-height: 220px;
}

.pms-module .tvc-booking-chart-wrap canvas {
    max-height: 240px;
}

.pms-module .pms-analytics-page .pms-analytics-section {
    margin-bottom: 0.5rem;
}

.pms-module .pms-analytics-page .pms-analytics-section:last-child {
    margin-bottom: 0;
}

.pms-analytics-kpi-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.45rem;
}

.pms-analytics-kpi-card {
    flex: 1 1 140px;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 88px;
    padding: 0.5rem 0.7rem;
    background: linear-gradient(145deg, rgba(19, 35, 63, 0.92), rgba(8, 18, 35, 0.92));
    border: 1px solid rgba(181, 108, 255, 0.22);
    border-radius: 0.65rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pms-analytics-kpi-row--snapshot .pms-analytics-kpi-card {
    min-height: 84px;
}

.pms-analytics-kpi-card:hover {
    border-color: rgba(181, 108, 255, 0.45);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.pms-analytics-kpi-card__label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    opacity: 0.7;
    color: #cbd5e1;
    letter-spacing: 0.06em;
    margin-bottom: 0.15rem;
}

.pms-analytics-kpi-card__value {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.15;
    color: #e2e8f0;
}

.pms-module .pms-analytics-kpi-card--period .pms-analytics-kpi-card__value {
    color: #e2e8f0;
}

.pms-module .pms-analytics-kpi-card--exchange .pms-analytics-kpi-card__value {
    color: #60a5fa;
}

.pms-module .pms-analytics-kpi-card--stock .pms-analytics-kpi-card__value {
    color: #c4b5fd;
}

.pms-module .pms-analytics-kpi-card--positions .pms-analytics-kpi-card__value {
    color: #c4b5fd;
}

.pms-module .pms-analytics-kpi-card--closed .pms-analytics-kpi-card__value {
    color: #94a3b8;
}

.pms-module .pms-analytics-kpi-card--profit .pms-analytics-kpi-card__value {
    color: #2ee67d;
}

.pms-module .pms-analytics-kpi-card--value .pms-analytics-kpi-card__value {
    color: #2ee67d;
}

.pms-module .pms-analytics-kpi-card--largest .pms-analytics-kpi-card__value {
    color: #60a5fa;
}

.pms-analytics-kpi-card__value--compact {
    font-size: 1.05rem;
}

.pms-analytics-kpi-card__meta {
    display: block;
    margin-top: 0.08rem;
    font-size: 0.68rem;
    opacity: 0.75;
    color: #94a3b8;
    line-height: 1.15;
}

.pms-analytics-empty-state {
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(181, 108, 255, 0.22);
    border-radius: 0.65rem;
    background: rgba(19, 35, 63, 0.55);
    color: #cbd5e1;
    text-align: center;
    font-size: 0.84rem;
}

.pms-analytics-period-panel {
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(181, 108, 255, 0.22);
    border-radius: 0.65rem;
    background: linear-gradient(145deg, rgba(19, 35, 63, 0.92), rgba(8, 18, 35, 0.92));
}

.pms-analytics-period-panel__heading {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.75;
    color: #cbd5e1;
    margin-bottom: 0.35rem;
}

.pms-analytics-period-panel__hint {
    font-size: 0.72rem;
    color: #94a3b8;
    margin-top: 0.3rem;
    line-height: 1.25;
}

.pms-analytics-period-form .form-label {
    margin-bottom: 0.15rem;
    font-size: 0.72rem;
}

.pms-analytics-period-form .form-select,
.pms-analytics-period-form .btn {
    height: 40px;
    min-height: 40px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

.pms-module .pms-analytics-chart-card {
    height: 320px;
}

.pms-module .pms-analytics-chart-card .tvc-booking-card__header {
    padding: 0.4rem 0.7rem;
    font-size: 0.88rem;
}

.pms-module .pms-analytics-chart-card .card-body,
.pms-module .pms-analytics-chart-wrap {
    height: calc(320px - 2.1rem);
    min-height: 0;
    padding: 0.35rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pms-module .pms-analytics-chart-wrap canvas {
    display: block;
    max-height: none;
    height: 100% !important;
    width: 100% !important;
    max-width: 100%;
}

.pms-module .pms-analytics-chart-wrap .tvc-booking-dashboard-table__empty {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.75rem;
    text-align: center;
}

.pms-module .pms-analytics-page .tvc-booking-page__subtitle {
    font-size: 0.82rem;
    line-height: 1.3;
}

/* Legacy PMS pages inside module layout */
.pms-module .pms-buy-tx-page {
    padding: 0;
}

.pms-module .pms-page-shortcut-nav {
    display: none;
}

.pms-module .pms-breadcrumb {
    display: none;
}

.pms-module .pms-buy-tx-topbar__title-wrap h1 {
    display: none;
}

@media (max-width: 991px) {
    .pms-workflow-vertical span {
        font-size: 0.72rem;
    }
}

/* PMS Knowledge Center — recruiter showcase blocks */
.pms-module .tvc-kc-architecture {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.5rem;
    padding: 1rem 1.1rem;
    background: rgba(15, 23, 42, 0.35);
}

.pms-module .tvc-kc-architecture__title {
    color: #e2e8f0;
    margin-bottom: 0.75rem;
}

.pms-module .tvc-kc-architecture__flow {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.pms-module .tvc-kc-architecture__node {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.4rem;
    background: rgba(30, 41, 59, 0.65);
    border: 1px solid rgba(181, 108, 255, 0.25);
}

.pms-module .tvc-kc-architecture__icon {
    color: #b56cff;
    font-size: 1.1rem;
    line-height: 1.4;
}

.pms-module .tvc-kc-architecture__label {
    display: block;
    color: #f1f5f9;
    font-size: 0.88rem;
}

.pms-module .tvc-kc-architecture__desc {
    display: block;
    color: #94a3b8;
    font-size: 0.78rem;
    margin-top: 0.15rem;
}

.pms-module .tvc-kc-architecture__connector {
    text-align: center;
    color: #64748b;
    font-size: 0.85rem;
}

.pms-module .tvc-kc-architecture__bullets {
    margin: 0;
    padding-left: 1.15rem;
    color: #cbd5e1;
    font-size: 0.82rem;
}

.pms-module .tvc-kc-architecture__bullets li + li {
    margin-top: 0.35rem;
}

.pms-module .tvc-kc-business-impact {
    border-left: 3px solid #f59e0b;
    padding: 0.85rem 1rem;
    background: rgba(245, 158, 11, 0.08);
    border-radius: 0 0.4rem 0.4rem 0;
}

.pms-module .tvc-kc-business-impact__head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #fcd34d;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.pms-module .tvc-kc-business-impact__text,
.pms-module .tvc-kc-business-impact__label {
    color: #cbd5e1;
    font-size: 0.82rem;
    margin-bottom: 0.45rem;
}

.pms-module .tvc-kc-business-impact__label {
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.35rem;
}

.pms-module .tvc-kc-business-impact__list {
    margin: 0 0 0.5rem;
    padding-left: 1.1rem;
    font-size: 0.82rem;
}

.pms-module .tvc-kc-business-impact__list--risk {
    color: #fca5a5;
}

.pms-module .tvc-kc-business-impact__list--solution {
    color: #86efac;
}

.pms-module .tvc-kc-implementation__title {
    color: #e2e8f0;
    margin-bottom: 0.35rem;
}

.pms-module .tvc-kc-implementation__lead {
    color: #94a3b8;
    font-size: 0.82rem;
    margin-bottom: 0.65rem;
}

.pms-module .tvc-kc-implementation__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.55rem;
}

.pms-module .tvc-kc-implementation__card {
    padding: 0.65rem 0.75rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(102, 179, 255, 0.22);
    background: rgba(30, 41, 59, 0.5);
}

.pms-module .tvc-kc-implementation__name {
    display: block;
    color: #66b3ff;
    font-size: 0.78rem;
    margin-bottom: 0.35rem;
    word-break: break-word;
}

.pms-module .tvc-kc-implementation__desc {
    color: #cbd5e1;
    font-size: 0.8rem;
    line-height: 1.35;
}

.pms-module .tvc-kc-callout--demo {
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
}

.pms-module .tvc-kc-callout--demo .tvc-kc-callout__head {
    color: #86efac;
}

.pms-module .tvc-kc-callout--analyst {
    border-color: rgba(102, 179, 255, 0.35);
    background: rgba(102, 179, 255, 0.08);
}

.pms-module .tvc-kc-callout--analyst .tvc-kc-callout__head {
    color: #93c5fd;
}

.pms-module .tvc-kc-analyst-questions {
    margin: 0;
    padding-left: 1.15rem;
    color: #cbd5e1;
    font-size: 0.84rem;
}

.pms-module .tvc-kc-analyst-questions li + li {
    margin-top: 0.35rem;
}

.pms-module .tvc-kc-professional {
    border: 1px solid rgba(181, 108, 255, 0.3);
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    background: rgba(181, 108, 255, 0.08);
}

.pms-module .tvc-kc-professional__title {
    color: #e9d5ff;
    margin-bottom: 0.35rem;
}

.pms-module .tvc-kc-professional__lead {
    color: #94a3b8;
    font-size: 0.82rem;
}

.pms-module .tvc-kc-professional__list {
    margin: 0;
    padding-left: 1.15rem;
    color: #e2e8f0;
    font-size: 0.84rem;
}

.pms-module .tvc-kc-professional__list li + li {
    margin-top: 0.35rem;
}

.pms-module .tvc-kc-learning {
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.pms-module .tvc-kc-learning--objectives {
    background: rgba(102, 179, 255, 0.08);
    border-color: rgba(102, 179, 255, 0.3);
}

.pms-module .tvc-kc-learning--outcomes {
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.3);
}

.pms-module .tvc-kc-learning__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.55rem;
}

.pms-module .tvc-kc-learning--objectives .tvc-kc-learning__head {
    color: #93c5fd;
}

.pms-module .tvc-kc-learning--outcomes .tvc-kc-learning__head {
    color: #86efac;
}

.pms-module .tvc-kc-learning__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pms-module .tvc-kc-learning__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    color: #cbd5e1;
    font-size: 0.84rem;
    line-height: 1.4;
}

.pms-module .tvc-kc-learning__list li + li {
    margin-top: 0.4rem;
}

.pms-module .tvc-kc-learning__list .bi-check2-circle,
.pms-module .tvc-kc-learning__list .bi-check-lg {
    color: #86efac;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.pms-module .tvc-kc-learning--objectives .tvc-kc-learning__list .bi-check2-circle {
    color: #66b3ff;
}

/* Portfolio showcase — recruiter panel, business value, use case, contextual nav, project scope */
.pms-module .tvc-kc-recruiter {
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(181, 108, 255, 0.35);
    background: linear-gradient(135deg, rgba(181, 108, 255, 0.12), rgba(102, 179, 255, 0.08));
}

.pms-module .tvc-kc-recruiter__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    font-size: 0.92rem;
    color: #e9d5ff;
    margin-bottom: 0.35rem;
}

.pms-module .tvc-kc-recruiter__lead {
    color: #94a3b8;
    font-size: 0.82rem;
}

.pms-module .tvc-kc-recruiter__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.35rem 0.75rem;
}

.pms-module .tvc-kc-recruiter__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: #e2e8f0;
    font-size: 0.84rem;
    line-height: 1.35;
}

.pms-module .tvc-kc-recruiter__list .bi-check-circle-fill {
    color: #b56cff;
    flex-shrink: 0;
    margin-top: 0.12rem;
    font-size: 0.78rem;
}

.pms-module .tvc-kc-business-value {
    border-left: 3px solid #22c55e;
    padding: 0.85rem 1rem;
    background: rgba(34, 197, 94, 0.08);
    border-radius: 0 0.4rem 0.4rem 0;
}

.pms-module .tvc-kc-business-value__head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #86efac;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.pms-module .tvc-kc-business-value__list {
    margin: 0;
    padding-left: 1.1rem;
    color: #cbd5e1;
    font-size: 0.84rem;
}

.pms-module .tvc-kc-business-value__list li + li {
    margin-top: 0.35rem;
}

.pms-module .tvc-kc-use-case {
    border: 1px solid rgba(102, 179, 255, 0.3);
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    background: rgba(102, 179, 255, 0.06);
}

.pms-module .tvc-kc-use-case__head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #93c5fd;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.pms-module .tvc-kc-use-case__scenario {
    color: #e2e8f0;
    font-size: 0.86rem;
    margin-bottom: 0.65rem;
    font-style: italic;
}

.pms-module .tvc-kc-use-case__label {
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 600;
}

.pms-module .tvc-kc-use-case__list {
    margin: 0 0 0.65rem;
    padding-left: 1.1rem;
    color: #cbd5e1;
    font-size: 0.84rem;
}

.pms-module .tvc-kc-use-case__list li + li {
    margin-top: 0.3rem;
}

.pms-module .tvc-kc-use-case__outcome {
    color: #86efac;
    font-size: 0.82rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.pms-module .tvc-kc-contextual__title {
    color: #e2e8f0;
    margin-bottom: 0.55rem;
}

.pms-module .tvc-kc-contextual__grid {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.pms-module .tvc-kc-contextual__card {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(181, 108, 255, 0.25);
    background: rgba(30, 41, 59, 0.55);
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.pms-module .tvc-kc-contextual__card:hover {
    border-color: rgba(181, 108, 255, 0.5);
    background: rgba(30, 41, 59, 0.75);
}

.pms-module .tvc-kc-contextual__prompt {
    color: #94a3b8;
    font-size: 0.78rem;
}

.pms-module .tvc-kc-contextual__link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #66b3ff;
    font-weight: 600;
    font-size: 0.86rem;
}

.pms-module .tvc-kc-contextual__arrow {
    margin-left: auto;
    opacity: 0.7;
}

.pms-module .tvc-kc-project-scope {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.pms-module .tvc-kc-project-scope__head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.pms-module .tvc-kc-project-scope__lead {
    color: #94a3b8;
    font-size: 0.82rem;
}

.pms-module .tvc-kc-project-scope__list {
    margin: 0;
    padding-left: 1.1rem;
    color: #cbd5e1;
    font-size: 0.84rem;
}

.pms-module .tvc-kc-project-scope__list li + li {
    margin-top: 0.35rem;
}

/* Portfolio case study — Project Experience Summary */
.pms-module .tvc-kc-case-study__heading {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #e2e8f0;
    margin-bottom: 0.55rem;
}

.pms-module .tvc-kc-case-study__heading .bi {
    color: #b56cff;
}

.pms-module .tvc-kc-case-study__list {
    margin: 0;
    padding-left: 1.15rem;
    color: #cbd5e1;
    font-size: 0.84rem;
    line-height: 1.45;
}

.pms-module .tvc-kc-case-study__list li + li {
    margin-top: 0.35rem;
}

.pms-module .tvc-kc-case-study__list--check {
    list-style: none;
    padding-left: 0;
}

.pms-module .tvc-kc-case-study__list--check li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

.pms-module .tvc-kc-case-study__list--check .bi-check-lg {
    color: #86efac;
    flex-shrink: 0;
    margin-top: 0.12rem;
}

.pms-module .tvc-kc-case-study__list--outcomes li {
    color: #e2e8f0;
}

.pms-module .tvc-kc-tech-env__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.55rem;
}

.pms-module .tvc-kc-tech-env__card {
    padding: 0.7rem 0.8rem;
    border-radius: 0.45rem;
    border: 1px solid rgba(181, 108, 255, 0.28);
    background: rgba(30, 41, 59, 0.55);
}

.pms-module .tvc-kc-tech-env__label {
    display: block;
    color: #e9d5ff;
    font-size: 0.82rem;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pms-module .tvc-kc-tech-env__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pms-module .tvc-kc-tech-env__list li {
    color: #cbd5e1;
    font-size: 0.82rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.pms-module .tvc-kc-tech-env__list li:last-child {
    border-bottom: none;
}

.pms-module .tvc-kc-challenges {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.pms-module .tvc-kc-challenges__item {
    border-radius: 0.45rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(15, 23, 42, 0.4);
    overflow: hidden;
}

.pms-module .tvc-kc-challenges__challenge,
.pms-module .tvc-kc-challenges__solution {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.84rem;
    line-height: 1.4;
}

.pms-module .tvc-kc-challenges__challenge {
    color: #fca5a5;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.pms-module .tvc-kc-challenges__solution {
    color: #86efac;
}

.pms-module .tvc-kc-challenges__tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #f87171;
}

.pms-module .tvc-kc-challenges__tag--solution {
    color: #4ade80;
}

.pms-module .tvc-kc-takeaway {
    border-radius: 0.55rem;
    padding: 1rem 1.1rem;
    border: 2px solid rgba(181, 108, 255, 0.45);
    background: linear-gradient(145deg, rgba(181, 108, 255, 0.18), rgba(102, 179, 255, 0.1));
    box-shadow: 0 4px 20px rgba(181, 108, 255, 0.12);
}

.pms-module .tvc-kc-takeaway__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    font-size: 1rem;
    color: #f3e8ff;
    margin-bottom: 0.35rem;
}

.pms-module .tvc-kc-takeaway__head .bi-star-fill {
    color: #fbbf24;
}

.pms-module .tvc-kc-takeaway__lead {
    color: #cbd5e1;
    font-size: 0.86rem;
}

.pms-module .tvc-kc-takeaway__list {
    list-style: none;
    margin: 0 0 0.75rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.35rem 0.75rem;
}

.pms-module .tvc-kc-takeaway__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    color: #f1f5f9;
    font-size: 0.88rem;
    font-weight: 500;
}

.pms-module .tvc-kc-takeaway__list .bi-check-circle-fill {
    color: #b56cff;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.pms-module .tvc-kc-takeaway__closing {
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(181, 108, 255, 0.35);
    font-style: italic;
}

