:root {
    --crm-formation-dark-bg: linear-gradient(90deg, rgba(14, 18, 25, 0.12), rgba(14, 18, 25, 0.04)), url("http://localhost:8888/Sabfa-formation/wp-content/uploads/2026/05/background-formation-vtc.png");
}

.crm-formations-block {
    position: relative;
}
.crm-formations-block::before {
    content: "";
    position: absolute;
    inset: -1.5rem -1rem auto -1rem;
    height: 12rem;
    z-index: -1;
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 70%);
    pointer-events: none;
}

.crm-smart-search {
    padding: 0;
}

.crm-smart-search-form {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.7rem 0.8rem;
    border: 1px solid #dbe3ef;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
    position: relative;
}

.crm-smart-search-input-wrap {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding-left: 0.25rem;
    min-height: 2.7rem;
    position: relative;
}

.crm-smart-search-icon {
    width: 1.55rem;
    height: 1.55rem;
    color: #8fa1ba;
    flex: 0 0 auto;
}

.crm-smart-search-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.crm-smart-search-input {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #64748b !important;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.25;
    padding: 0;
}

.crm-smart-search-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

.crm-smart-search-suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.4rem);
    z-index: 40;
    border: 1px solid #dbe3ef;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
    max-height: 26rem;
    overflow-y: auto;
    padding: 0.35rem;
}

.crm-smart-search-suggest[hidden] {
    display: none !important;
}

.crm-smart-search-suggest-item {
    width: 100%;
    border: 0;
    background: #fff;
    color: #1e293b;
    border-radius: 0.75rem;
    padding: 0.72rem 0.82rem;
    display: grid;
    gap: 0.2rem;
    text-align: left;
    cursor: pointer;
}

.crm-smart-search-suggest-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0.78rem;
    align-items: start;
}

.crm-smart-search-suggest-thumb-wrap {
    width: 58px;
    height: 58px;
    border-radius: 0.55rem;
    overflow: hidden;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.crm-smart-search-suggest-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.crm-smart-search-suggest-content {
    min-width: 0;
    display: grid;
    gap: 0.16rem;
}

.crm-smart-search-suggest-title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

.crm-smart-search-suggest-meta {
    font-size: 0.88rem;
    color: #e87b35;
    line-height: 1.35;
    font-weight: 700;
}

.crm-smart-search-suggest-meta--certification {
    color: #c00a28;
}

.crm-smart-search-suggest-info {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.crm-smart-search-suggest-session {
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.35;
    word-break: break-word;
}

.vtc-crm-shortcode .crm-smart-search-suggest-item:hover,
.vtc-crm-shortcode .crm-smart-search-suggest-item:focus,
.vtc-crm-shortcode .crm-smart-search-suggest-item:active {
    border: 0 !important;
    background: #f1f5f9 !important;
    color: #1e293b !important;
    box-shadow: none !important;
    outline: none !important;
}

.crm-smart-search-button {
    border: 1px solid #169d90;
    background: #169d90;
    color: #fff;
    border-radius: 0.9rem;
    min-height: 3rem;
    padding: 0.65rem 1.55rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
}

.vtc-crm-shortcode .crm-smart-search-button:hover,
.vtc-crm-shortcode .crm-smart-search-button:focus,
.vtc-crm-shortcode .crm-smart-search-button:active {
    border-color: #169d90 !important;
    background: #169d90 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
}

.crm-smart-search-popular {
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.crm-smart-search-popular-label {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
}

.crm-smart-search-tags {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.crm-smart-search-tag {
    border: 1px solid #dbe3ef;
    background: #fff;
    color: #334155;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.vtc-crm-shortcode .crm-smart-search-tag:hover,
.vtc-crm-shortcode .crm-smart-search-tag:focus,
.vtc-crm-shortcode .crm-smart-search-tag:active {
    border-color: #dbe3ef !important;
    background: #fff !important;
    color: #334155 !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
}

.vtc-crm-shortcode .crm-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.vtc-crm-shortcode .crm-catalog-grid {
    grid-template-columns: 1fr;
}

.vtc-crm-shortcode .crm-empty-state {
    padding: 1.5rem;
    background: #f1f5f9;
    border-radius: 1rem;
    color: #64748b;
}

.crm-catalog-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.crm-catalog-layout.crm-catalog-layout--no-sidebar {
    grid-template-columns: minmax(0, 1fr);
}

.crm-catalog-page {
    padding: 5%;
    background: #fbfaf7;
    box-shadow: 0 0 0 100vmax #fbfaf7;
    clip-path: inset(0 -100vmax);
}

.crm-catalog-sidebar {
    border: 1px solid #d1d5db;
    border-radius: 0.9rem;
    background: #fff;
    padding: 0.9rem;
    display: grid;
    gap: 0.75rem;
    align-self: start;
}

.crm-catalog-sidebar h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.crm-catalog-sidebar .crm-catalog-filter-field,
.crm-catalog-units {
    display: grid;
    gap: 0.35rem;
    margin: 0;
}

.crm-catalog-sidebar .crm-catalog-filter-field > span,
.crm-catalog-units legend {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.crm-catalog-sidebar .crm-catalog-filter-field {
    position: relative;
    display: block;
    margin-top: 0.35rem;
}

.crm-catalog-sidebar .crm-catalog-filter-field > span {
    position: absolute;
    top: -0.42rem;
    left: 0.68rem;
    padding: 0 0.25rem;
    background: #fff;
    z-index: 1;
    line-height: 1;
}

.crm-catalog-sidebar .crm-catalog-filter-field input[type="text"],
.crm-catalog-sidebar .crm-catalog-filter-field input[type="search"],
.crm-catalog-sidebar .crm-catalog-filter-field select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    padding: 0.86rem 0.8rem 0.66rem;
    font-size: 0.9rem;
    color: #0f172a;
    background: #fff;
    min-height: 2.85rem;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field input[type="text"]:hover,
.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field input[type="text"]:focus,
.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field input[type="search"]:hover,
.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field input[type="search"]:focus,
.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field select:hover,
.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field select:focus {
    border-color: #cbd5e1 !important;
    background: #fff !important;
    color: #0f172a !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field input::placeholder {
    color: #64748b !important;
    opacity: 1;
    transition: opacity 0.18s ease;
}

.vtc-crm-shortcode .crm-catalog-sidebar .crm-catalog-filter-field input:focus::placeholder {
    opacity: 0 !important;
}

.crm-catalog-sidebar .crm-catalog-filter-field input[type="search"]::-webkit-search-cancel-button,
.crm-catalog-sidebar .crm-catalog-filter-field input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.crm-catalog-price-range {
    margin: 0;
    padding: 0;
    border: 0;
    display: grid;
    gap: 0.7rem;
}

.crm-catalog-price-range legend {
    padding: 0;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.02em;
}

.crm-catalog-price-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    font-size: 0.84rem;
    color: #0f172a;
    font-weight: 700;
}

.crm-catalog-price-inputs {
    position: relative;
    height: 2.2rem;
    padding: 0.2rem 0.05rem 0.35rem;
}

.crm-catalog-price-inputs::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    right: 0.05rem;
    top: 0.95rem;
    height: 0.32rem;
    border-radius: 999px;
    background: #dbe3ee;
    pointer-events: none;
}

.crm-catalog-price-inputs input[type="range"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 2.2rem !important;
    min-width: 100% !important;
    max-width: none !important;
    display: block !important;
    flex: 0 0 100% !important;
    margin: 0;
    padding: 0 !important;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.crm-catalog-price-inputs input[type="range"]::-webkit-slider-runnable-track {
    height: 0.32rem;
    border-radius: 999px;
    background: transparent;
}

.crm-catalog-price-inputs input[type="range"]::-moz-range-track {
    height: 0.32rem;
    border-radius: 999px;
    background: transparent;
}

.crm-catalog-price-inputs input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: auto;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 0 0 0 2px #c00a28;
    margin-top: -0.32rem;
    cursor: pointer;
}

.crm-catalog-price-inputs input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 0 0 0 2px #c00a28;
    cursor: pointer;
}

.vtc-crm-shortcode .crm-catalog-price-inputs input[type="range"]:hover,
.vtc-crm-shortcode .crm-catalog-price-inputs input[type="range"]:focus,
.vtc-crm-shortcode .crm-catalog-price-inputs input[type="range"]:active {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.crm-catalog-units {
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem;
    padding: 0.55rem 0.6rem;
}

.crm-catalog-units label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-size: 0.86rem;
}

.crm-catalog-reset {
    border: 1px solid #c00a28;
    border-radius: 0.5rem;
    padding: 0.58rem 0.7rem;
    background: #fff;
    color: #c00a28;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
}

.vtc-crm-shortcode .crm-catalog-reset:hover,
.vtc-crm-shortcode .crm-catalog-reset:focus,
.vtc-crm-shortcode .crm-catalog-reset:active {
    background: #fff !important;
    color: #c00a28 !important;
    border-color: #c00a28 !important;
    box-shadow: none !important;
}

.crm-catalog-title {
    margin: 0 0 0.85rem;
    color: #0f172a;
    font-size: 1.55rem;
    font-weight: 800;
}

.crm-catalog-page-title {
    margin: 0 0 0.95rem;
    color: #0f172a;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.2;
}

.crm-catalog-empty {
    margin: 0.9rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.crm-formation-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
    height: 100%;
}

.crm-formation-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.crm-formation-link:hover .crm-formation-card {
    transform: translateY(-4px);
    box-shadow: 0 12px 18px rgba(15, 23, 42, 0.12);
}

.crm-formation-card-media {
    position: relative;
    height: 11rem;
    flex: 0 0 11rem;
    overflow: hidden;
}

.crm-formation-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crm-formation-badge {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    display: inline-flex;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #f4c9a8;
    color: #e87b35;
    font-size: 0.75rem;
    font-weight: 600;
}

.crm-formation-badge-link {
    cursor: pointer;
}

.crm-formation-badge-link:hover,
.crm-formation-badge-link:focus,
.crm-formation-badge-link:active {
    color: #e87b35 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.crm-formation-card-body {
    padding: 1rem;
    flex: 1;
}

.crm-formation-card-title {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
}

.crm-formation-card-actions {
    margin-top: 0.9rem;
}

.crm-formation-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.75rem;
    border-radius: 0.65rem;
    border: 1px solid #c00a28;
    background: #fff;
    color: #c00a28;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
}

.crm-formation-card-actions--elearning {
    min-height: 3.4rem;
    display: flex;
    align-items: flex-start;
}

.crm-formation-card--elearning .crm-formation-card-cta {
    border-color: #c00a28;
    background: #c00a28;
    color: #fff;
}

.crm-formation-link:hover .crm-formation-card--elearning .crm-formation-card-cta,
.crm-formation-link:focus .crm-formation-card--elearning .crm-formation-card-cta {
    background: #a70822;
    border-color: #a70822;
    color: #fff;
}

.crm-formation-meta {
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

.crm-formation-meta dt {
    margin: 0;
    color: #64748b;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.crm-formation-meta dd {
    margin: 0.08rem 0 0;
    color: #1e293b;
    font-size: 0.875rem;
}

.crm-formation-price-row {
    margin-top: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.crm-formation-price {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 1rem !important;
    font-weight: 800;
}

.crm-formation-price-info {
    width: 1.35rem;
    height: 1.35rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    cursor: help;
}

.crm-formation-price-info::after {
    content: attr(data-info);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.45rem);
    transform: translateX(-50%);
    min-width: 180px;
    max-width: 240px;
    background: #fff;
    color: #334155;
    border: 1px solid #d7deea;
    font-size: 0.76rem;
    line-height: 1.35;
    padding: 0.42rem 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 30;
}

.crm-formation-price-info::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.15rem);
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-right: 1px solid #d7deea;
    border-bottom: 1px solid #d7deea;
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 29;
}

.crm-formation-price-info,
.crm-formation-price-info:hover,
.crm-formation-price-info:focus {
    text-decoration: none !important;
}

.crm-formation-price-info:hover::after,
.crm-formation-price-info:hover::before,
.crm-formation-price-info:focus::before,
.crm-formation-price-info:focus-visible::before,
.crm-formation-price-info:active::before,
.crm-formation-price-info:active::after,
.crm-formation-price-info:focus::after,
.crm-formation-price-info:focus-visible::after {
    opacity: 1;
    visibility: visible;
}

.crm-formation-card--trending .crm-progress-wrap {
    margin-top: 0.6rem;
}

.crm-formation-card .crm-progress-wrap {
    margin-top: 0.6rem;
}

.crm-formation-next-session {
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
}

.crm-formation-next-session strong {
    color: #1e293b;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: right;
}

.crm-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.45rem;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 600;
}

.crm-progress-bar {
    width: 100%;
    height: 0.55rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.crm-progress-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(to right, #c00a28, #e51b3e);
}

.crm-vtc-pricing {
    padding: 0;
    background: transparent !important;
}

.crm-vtc-pricing .crm-course-container {
    width: min(1520px, 100%);
    padding-left: 0;
    padding-right: 0;
    background: transparent !important;
}

.crm-vtc-pricing-slider-shell {
    position: relative;
    padding: 0;
    background: transparent !important;
}

.crm-vtc-pricing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    inset: 0 -1.6rem;
    pointer-events: none;
    z-index: 3;
}

.crm-vtc-pricing-arrow {
    all: unset;
    box-sizing: border-box;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: #1f2d46;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    min-width: 0;
    min-height: 0;
    overflow: visible;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    pointer-events: auto;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.crm-vtc-pricing-arrow:hover,
.crm-vtc-pricing-arrow:focus-visible {
    background: #172132;
    transform: translateY(-1px);
    outline: none;
}

.crm-vtc-pricing-arrow:disabled {
    opacity: 1;
    background: #b7c0cf;
    color: #fff;
    border-color: #b7c0cf;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.crm-vtc-pricing-arrow svg {
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.crm-vtc-pricing-arrow svg path {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.6 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.crm-vtc-pricing-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 2.4rem) / 4);
    gap: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    background: transparent !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.crm-vtc-pricing-track::-webkit-scrollbar {
    display: none;
}

.crm-quote-form {
    padding: 0;
}

.crm-quote-form-shell {
    padding: 0;
    background: transparent !important;
}

.vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.85rem 0.95rem !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.crm-quote-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 0.95rem;
    width: 100%;
}

.vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid > label.crm-quote-form-field {
    all: unset;
    box-sizing: border-box;
    flex: 1 1 calc(50% - 0.475rem) !important;
    width: calc(50% - 0.475rem) !important;
    min-width: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid > label.crm-quote-form-field--full {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.crm-quote-form-field {
    flex: 1 1 calc(50% - 0.475rem);
    min-width: 0;
    display: block !important;
    width: calc(50% - 0.475rem) !important;
}

.crm-quote-form-field--full,
.crm-quote-form-submit {
    flex: 0 0 100%;
    width: 100% !important;
}

.vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid > label.crm-quote-form-field > input {
    all: unset;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 3.35rem !important;
    height: 3.35rem !important;
    margin: 0 !important;
    padding: 0 1rem !important;
    border: 0 !important;
    border-radius: 1.1rem !important;
    background: #f4f4f5 !important;
    color: #0f172a !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.crm-quote-form-field input {
    width: 100%;
    min-height: 3.35rem;
    border: 0 !important;
    border-radius: 1.1rem;
    background: #f4f4f5 !important;
    color: #0f172a !important;
    padding: 0 1rem;
    font-size: 0.82rem;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: none !important;
    outline: none !important;
    display: block;
}

.crm-quote-form-field input::placeholder {
    color: #97a0af !important;
    opacity: 1;
}

.crm-quote-form-submit {
    min-height: 3.7rem;
    border: 0;
    border-radius: 999px;
    background: #c00a28;
    color: #fff;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(192, 10, 40, 0.2);
    transition: transform 0.2s ease, background 0.2s ease;
}

.crm-quote-form-submit:hover,
.crm-quote-form-submit:focus-visible {
    background: #a60922;
    transform: translateY(-1px);
    outline: none;
}

.crm-quote-form-note {
    margin: 0.8rem 0 0 !important;
    text-align: center;
    color: #ffffff !important;
    font-size: 0.74rem !important;
    font-weight: 500;
}

.crm-quote-form-feedback {
    margin: 0.7rem auto 0 !important;
    max-width: 36rem;
    text-align: center;
}

.crm-vtc-pricing-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-radius: 1.55rem;
    overflow: hidden;
    background: #f6f7fb;
    box-shadow: none;
    scroll-snap-align: start;
}

.crm-vtc-pricing-card-top {
    padding: 1.15rem 1.35rem 0.7rem;
    background: linear-gradient(135deg, var(--crm-vtc-card-start, #2F7CF6), var(--crm-vtc-card-end, #204ED9));
    color: #fff;
    min-height: 7.15rem;
}

.crm-vtc-pricing-card-eyebrow {
    margin: 0 0 0.55rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.crm-vtc-pricing-card-title {
    margin: 0;
    color: #fff !important;
    font-size: 1.16rem !important;
    line-height: 1.1 !important;
}

.crm-vtc-pricing-card-description {
    margin: 0.38rem 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    line-height: 1.32;
}

.crm-vtc-pricing-card-price {
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    padding: 1rem 1.4rem 1.1rem;
    border-bottom: 1px solid #d9dee8;
    background: #f6f7fb;
}

.crm-vtc-pricing-card-price-main {
    color: #172747;
    font-size: clamp(2rem, 3vw, 2.9rem);
    font-weight: 900;
    line-height: 0.95;
}

.crm-vtc-pricing-card-price-suffix {
    color: #667792;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0.22rem;
}

.crm-vtc-pricing-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.15rem 1.4rem 1.35rem;
}

.crm-vtc-pricing-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.crm-vtc-pricing-feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.72rem 0;
    color: #45556f;
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: 1px solid #e3e8f0;
}

.crm-vtc-pricing-feature.is-included {
    color: #1f2d46;
}

.crm-vtc-pricing-feature-icon {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.crm-vtc-pricing-feature.is-included .crm-vtc-pricing-feature-icon {
    background: #dff4e5;
    color: #107a45;
}

.crm-vtc-pricing-feature.is-excluded .crm-vtc-pricing-feature-icon {
    background: #f8dddd;
    color: #b3261e;
}

.crm-vtc-pricing-feature-icon svg {
    width: 0.86rem;
    height: 0.86rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.crm-vtc-pricing-button,
.crm-vtc-pricing-button:visited,
.crm-vtc-pricing-button:hover,
.crm-vtc-pricing-button:focus,
.crm-vtc-pricing-button:active {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    min-height: 3.4rem;
    box-sizing: border-box;
    line-height: 1;
    padding: 0.8rem 1rem;
    border-radius: 0.95rem;
    background: #1f2d46;
    color: #fff !important;
    border: 0;
    text-decoration: none !important;
    vertical-align: top;
    font-size: 0.95rem;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.crm-vtc-pricing-button:hover,
.crm-vtc-pricing-button:focus-visible {
    background: #182338;
    transform: translateY(-1px);
    outline: none;
}

@media (max-width: 1279px) {
    .crm-vtc-pricing-track {
        grid-auto-columns: calc((100% - 2rem) / 3);
    }
}

@media (max-width: 991px) {
    .crm-vtc-pricing-track {
        grid-auto-columns: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 767px) {
    .vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid,
    .crm-quote-form-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.9rem !important;
    }

    .vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid > label.crm-quote-form-field,
    .crm-quote-form-field,
    .crm-quote-form-field--full,
    .crm-quote-form-submit {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .vtc-crm-shortcode.crm-quote-form form.crm-quote-form-grid > label.crm-quote-form-field > input,
    .crm-quote-form-field input,
    .crm-quote-form-submit {
        min-height: 3.25rem;
    }

    .crm-quote-form-note {
        margin-top: 0.7rem !important;
        font-size: 0.72rem !important;
    }

    .crm-vtc-pricing-track {
        grid-auto-columns: 88%;
    }

    .crm-vtc-pricing-slider-shell {
        padding: 3.2rem 0 0;
    }

    .crm-vtc-pricing-nav {
        justify-content: center;
        inset: 0 0 auto;
        gap: 0.6rem;
    }

    .crm-vtc-pricing-card-top,
    .crm-vtc-pricing-card-price,
    .crm-vtc-pricing-card-body {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
}

.crm-course-page {
    color: #1f2937;
}

.crm-course-container {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.crm-course-hero {
    background: var(--crm-formation-dark-bg);
    background-size: cover;
    background-position: center 42%;
    color: #fff;
    padding: 4.8rem 0 3.9rem;
}

.crm-course-breadcrumb {
    margin: 0;
    font-size: 0.82rem;
    color: #e87b35 !important;
    font-weight: 600;
}

.crm-course-category-link {
    color: #e87b35 !important;
    text-decoration: none !important;
}

.crm-course-category-link:hover,
.crm-course-category-link:focus,
.crm-course-category-link:active {
    color: #e87b35 !important;
    text-decoration: underline !important;
}

.crm-course-hero h1 {
    margin: 0.45rem 0 0.6rem;
    font-size: 1.9rem;
    line-height: 1.1;
    color: #fff;
}

.crm-course-subtitle {
    margin: 0;
    color: #d1d5db !important;
    font-size: 1rem !important;
    line-height: 1.5;
    max-width: 760px;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stats {
    display: none !important;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-eyebrow {
    color: #fff !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-course-hero h1 {
    color: #c00a28 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-summary {
    max-width: 720px;
    margin: 0.75rem 0 0;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.25rem;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(232, 123, 53, 0.14);
    color: #e87b35;
    flex: 0 0 auto;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat-copy {
    display: grid;
    gap: 0.05rem;
    min-width: 0;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat-copy strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat-copy span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.79rem;
    line-height: 1.2;
}

.crm-kpi-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.crm-left-kpis {
    margin-bottom: 1rem;
}

.crm-kpi-card {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem;
}

.crm-kpi-card > div {
    min-width: 0;
}

.crm-kpi-icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.5rem;
    background: #fff1f3;
    color: #c00a28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.82rem;
}

.crm-kpi-icon svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
}

.crm-kpi-label {
    margin: 0;
    color: #64748b;
    font-size: 0.73rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.crm-kpi-value {
    margin: 0.2rem 0 0 !important;
    color: #0f172a !important;
    font-size: 0.96rem !important;
    font-weight: 700;
}

.vtc-crm-shortcode .crm-kpi-value .crm-certification-link,
.vtc-crm-shortcode .crm-kpi-value .crm-certification-link:visited,
.vtc-crm-shortcode .crm-kpi-value .crm-certification-link:hover,
.vtc-crm-shortcode .crm-kpi-value .crm-certification-link:focus,
.vtc-crm-shortcode .crm-kpi-value .crm-certification-link:active {
    color: #0f172a !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.crm-kpi-session-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.crm-kpi-session-head .crm-kpi-value {
    margin-top: 0.2rem !important;
}

.crm-session-popover-wrap {
    position: relative;
    flex: 0 0 auto;
}

.crm-session-toggle {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid #c00a28;
    border-radius: 999px;
    background: #fff;
    color: #c00a28;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: inset 0 0 0 1px rgba(192, 10, 40, 0.25);
}

.crm-session-toggle:hover,
.crm-session-toggle:focus,
.crm-session-toggle:active {
    background: #fff;
    color: #c00a28;
    border-color: #c00a28;
    box-shadow: none;
}

.crm-session-popover {
    position: absolute;
    right: 0;
    top: calc(100% + 0.55rem);
    min-width: 240px;
    background: #fff;
    border: 1px solid #d7deea;
    border-radius: 0.8rem;
    padding: 0.7rem 0.8rem 0.75rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
    z-index: 12;
}

.crm-session-popover::before {
    content: "";
    position: absolute;
    top: -0.36rem;
    right: 0.95rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #fff;
    border-left: 1px solid #d7deea;
    border-top: 1px solid #d7deea;
    transform: rotate(45deg);
}

.crm-other-sessions-title {
    margin: 0 0 0.35rem !important;
    color: #64748b !important;
    font-size: 0.74rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.crm-session-popover ul {
    margin: 0;
    padding-left: 1.1rem;
}

.crm-session-popover li {
    margin: 0;
    color: #1f2937;
    font-size: 0.84rem;
    line-height: 1.5;
}

.crm-kpi-card--session {
    position: relative;
    padding-right: 2.55rem;
}

.crm-kpi-card--session .crm-kpi-session-head {
    display: block;
}

.crm-kpi-card--session .crm-kpi-value {
    margin-right: 0.15rem;
}

.crm-kpi-card--session .crm-session-popover-wrap {
    position: absolute;
    right: 0.32rem;
    bottom: 0.32rem;
}

.crm-kpi-card--session .crm-session-toggle {
    width: 1.36rem;
    height: 1.36rem;
    font-size: 1.02rem;
    border-color: #111827;
    background: #111827;
    color: #fff;
    box-shadow: none;
}

.vtc-crm-shortcode .crm-kpi-card--session .crm-session-toggle:hover,
.vtc-crm-shortcode .crm-kpi-card--session .crm-session-toggle:focus,
.vtc-crm-shortcode .crm-kpi-card--session .crm-session-toggle:active {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.crm-course-content {
    background: #fff;
    padding: 0.6rem 0 2rem;
}

.crm-course-related {
    background: #fff;
    padding: 1.5rem 0 2.6rem;
}

.crm-course-related-title {
    margin: 0 0 1rem;
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 800;
}

.crm-course-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.crm-course-main {
    min-width: 0;
}

.crm-course-sidebar {
    min-width: 0;
    align-self: start;
}

.crm-course-card {
    background: #fff;
    color: #111827;
    border-radius: 0.25rem;
    border: 1px solid #d1d5db;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.crm-course-card-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.crm-course-card-body {
    padding: 1rem;
}

.crm-course-price {
    margin: 0 0 0.8rem;
    font-size: 2rem !important;
    line-height: 1;
    color: #111827 !important;
    font-weight: 800;
}

.crm-elearning-front .crm-course-price span:not(:first-child) {
    font-size: 0.45em;
    font-weight: 700;
    vertical-align: top;
    line-height: 1;
    margin-left: 0.2rem;
}

.crm-course-price-note {
    margin: -0.35rem 0 0.8rem;
    color: #64748b !important;
    font-size: 0.86rem !important;
    line-height: 1.35;
}

.crm-course-contact-link {
    display: block;
    margin-top: 0.85rem;
    text-align: center;
    color: #c00a28 !important;
    font-size: 0.95rem !important;
    font-weight: 800;
    text-decoration: none !important;
}

.crm-course-contact-link:hover,
.crm-course-contact-link:focus {
    color: #a40822 !important;
    text-decoration: underline !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-course-price-note {
    color: #c00a28 !important;
    font-weight: 800;
}

.crm-delivery-tabs {
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    overflow: hidden;
}

.crm-tab-nav {
    display: grid;
    grid-template-columns: repeat(var(--crm-tab-count, 2), minmax(0, 1fr));
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.crm-tab-btn {
    border: none;
    background: transparent;
    padding: 0.65rem 0.5rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
}

.crm-tab-btn:hover,
.crm-tab-btn:focus,
.crm-tab-btn:active {
    background: transparent !important;
    color: #475569 !important;
    box-shadow: none !important;
    transform: none !important;
}

.crm-tab-btn.is-active {
    background: #fff;
    color: #0f172a;
}

.crm-tab-btn.is-active:hover,
.crm-tab-btn.is-active:focus,
.crm-tab-btn.is-active:active {
    background: #fff !important;
    color: #0f172a !important;
}

.crm-tab-panel {
    display: none;
    padding: 0.8rem;
}

.crm-tab-panel.is-active {
    display: block;
}

.crm-tab-panel p {
    margin: 0;
    color: #334155;
    line-height: 1.55;
    font-size: 0.88rem;
}

.crm-inline-session-block {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.35rem;
}

.crm-inline-session-label {
    margin: 0;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 700;
}

.crm-inline-session-select {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    background: #fff;
    color: #0f172a;
    padding: 0.65rem 0.75rem;
    font-size: 0.88rem;
    line-height: 1.35;
}

.crm-inline-session-list {
    margin-top: 0.7rem;
    display: grid;
    gap: 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.crm-inline-session-list[hidden] {
    display: none !important;
}

.crm-open-session-list[hidden] {
    display: none !important;
}

.crm-certification-cards-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.crm-certification-cards-title {
    margin: 0 0 0.7rem;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 800;
}

.crm-certification-cards-grid {
    display: grid;
    gap: 0.75rem;
}

.crm-certification-card-line {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #dbe3ef;
    border-radius: 0.7rem;
    background: #fff;
    padding: 0.95rem 1rem;
}

.crm-certification-card-icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.55rem;
    background: #fef2f2;
    color: #c00a28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.crm-certification-card-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor;
}

.crm-certification-card-line p {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
}

.crm-inline-certification-list {
    margin-top: 0.7rem;
    display: grid;
    gap: 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.crm-inline-certification-list[hidden] {
    display: none !important;
}

.crm-open-certification-list[hidden],
.crm-open-voucher-list[hidden] {
    display: none !important;
}

.crm-inline-certification-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2.2rem;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    background: transparent;
    padding: 0.82rem 0.1rem;
}

.crm-inline-certification-row:last-child {
    border-bottom: 0;
}

.crm-inline-certification-label {
    margin: 0;
    color: #111827;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
}

.crm-inline-certification-add {
    width: 2rem;
    height: 2rem;
    border: 1px solid #111827;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    padding: 0;
    justify-self: end;
}

.crm-voucher-note {
    margin: 0.55rem 0 0 !important;
    color: #64748b !important;
    font-size: 0.8rem !important;
    text-align: center;
}

.crm-certification-actions {
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    padding: 0.8rem;
}

.crm-certification-actions-text {
    margin: 0 0 0.7rem !important;
    color: #334155 !important;
    line-height: 1.5;
    font-size: 0.88rem !important;
}

.crm-inline-session-row {
    display: grid;
    grid-template-columns: minmax(86px, 1fr) minmax(88px, 1fr) 2.2rem;
    grid-template-areas: "date location action";
    align-items: center;
    gap: 0.45rem;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    background: transparent;
    padding: 0.82rem 0.1rem;
    overflow: visible;
}

.crm-inline-session-row:last-child {
    border-bottom: 0;
}

.crm-inline-session-date {
    grid-area: date;
    margin: 0;
    display: grid;
    gap: 0.08rem;
    color: #1f2937;
    font-size: 0.78rem;
    line-height: 1.16;
    min-width: 0;
}

.crm-inline-session-date span {
    display: block;
}

.crm-inline-session-location {
    grid-area: location;
    margin: 0;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    min-width: 0;
}

.crm-inline-session-add {
    grid-area: action;
    width: 2rem;
    height: 2rem;
    border: 1px solid #111827;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    padding: 0;
    justify-self: end;
}

.vtc-crm-shortcode .crm-open-session-list,
.vtc-crm-shortcode .crm-open-session-list:hover,
.vtc-crm-shortcode .crm-open-session-list:focus,
.vtc-crm-shortcode .crm-open-session-list:active,
.vtc-crm-shortcode .crm-open-certification-list,
.vtc-crm-shortcode .crm-open-certification-list:hover,
.vtc-crm-shortcode .crm-open-certification-list:focus,
.vtc-crm-shortcode .crm-open-certification-list:active,
.vtc-crm-shortcode .crm-inline-session-row,
.vtc-crm-shortcode .crm-inline-session-row:hover,
.vtc-crm-shortcode .crm-inline-session-row:focus,
.vtc-crm-shortcode .crm-inline-session-row:active,
.vtc-crm-shortcode .crm-inline-certification-row,
.vtc-crm-shortcode .crm-inline-certification-row:hover,
.vtc-crm-shortcode .crm-inline-certification-row:focus,
.vtc-crm-shortcode .crm-inline-certification-row:active,
.vtc-crm-shortcode .crm-inline-session-add,
.vtc-crm-shortcode .crm-inline-session-add:hover,
.vtc-crm-shortcode .crm-inline-session-add:focus,
.vtc-crm-shortcode .crm-inline-session-add:active,
.vtc-crm-shortcode .crm-inline-certification-add,
.vtc-crm-shortcode .crm-inline-certification-add:hover,
.vtc-crm-shortcode .crm-inline-certification-add:focus,
.vtc-crm-shortcode .crm-inline-certification-add:active {
    transform: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.vtc-crm-shortcode .iti {
    width: 100%;
}

.vtc-crm-shortcode .iti input[type="tel"],
.vtc-crm-shortcode .iti input[type="tel"]:hover,
.vtc-crm-shortcode .iti input[type="tel"]:focus,
.vtc-crm-shortcode .iti input[type="tel"]:active {
    background: #fff !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
    box-shadow: none !important;
    outline: none !important;
}

.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field .iti input[type="tel"],
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field .iti input[type="tel"]:hover,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field .iti input[type="tel"]:focus,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field .iti input[type="tel"]:active {
    min-height: 2.85rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 0.45rem !important;
    padding-top: 0.86rem !important;
    padding-bottom: 0.66rem !important;
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .iti__selected-country,
.vtc-crm-shortcode .iti__selected-country:hover,
.vtc-crm-shortcode .iti__selected-country:focus,
.vtc-crm-shortcode .iti__selected-country:active {
    background: none !important;
    color: #0f172a !important;
    box-shadow: none !important;
    outline: none !important;
}

.vtc-crm-shortcode .crm-enrollment-form .iti__selected-country-primary,
.vtc-crm-shortcode .crm-enrollment-form .iti__selected-country-primary:hover,
.vtc-crm-shortcode .crm-enrollment-form .iti__selected-country-primary:focus,
.vtc-crm-shortcode .crm-enrollment-form .iti__selected-country-primary:active {
    background: transparent !important;
    background-color: transparent !important;
    color: #0f172a !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
}

.vtc-crm-shortcode .crm-enrollment-form .iti--separate-dial-code .iti__selected-country {
    background: transparent !important;
    background-color: transparent !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.vtc-crm-shortcode .crm-enrollment-form .iti__country-container,
.vtc-crm-shortcode .crm-enrollment-form .iti--separate-dial-code .iti__selected-dial-code {
    background: transparent !important;
    background-color: transparent !important;
}

.vtc-crm-shortcode .crm-enrollment-form .iti__selected-dial-code {
    color: #0f172a !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

.vtc-crm-shortcode .iti__country-list {
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14) !important;
}

.vtc-crm-shortcode .iti__search-input,
.vtc-crm-shortcode .iti__search-input:hover,
.vtc-crm-shortcode .iti__search-input:focus,
.vtc-crm-shortcode .iti__search-input:active {
    background: #fff !important;
    background-image: none !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    transform: none !important;
}

.vtc-crm-shortcode .iti__country,
.vtc-crm-shortcode .iti__country:hover,
.vtc-crm-shortcode .iti__country:focus,
.vtc-crm-shortcode .iti__country:active,
.vtc-crm-shortcode .iti__country.iti__highlight {
    background: #fff !important;
    color: #0f172a !important;
}

.vtc-crm-shortcode .iti__country.iti__highlight,
.vtc-crm-shortcode .iti__country:hover {
    background: #f8fafc !important;
}

.crm-btn-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.7rem;
    border-radius: 0.35rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid #c00a28;
    background: #c00a28;
    color: #fff !important;
    text-decoration: none !important;
}

.crm-btn-tab.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.crm-btn-voucher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.95rem;
    border-radius: 0.35rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid #c00a28;
    background: #fff;
    color: #c00a28 !important;
    text-decoration: none !important;
}

.crm-btn-voucher.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.crm-side-actions {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.55rem;
}

.crm-btn-primary,
.crm-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0.2rem;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid transparent;
    text-decoration: none !important;
    cursor: pointer;
}

.crm-btn-primary {
    background: #c00a28;
    color: #fff !important;
}

.crm-btn-primary:hover {
    background: #a40822;
}

.crm-btn-secondary {
    border-color: #c00a28;
    background: #c00a28;
    color: #fff !important;
}

.crm-btn-primary.is-disabled,
.crm-btn-secondary.is-disabled {
    cursor: not-allowed;
}

.crm-btn-secondary.is-disabled {
    background: #fff;
    border-color: #c00a28;
    color: #c00a28 !important;
    opacity: 1;
}

.vtc-crm-shortcode .crm-btn-secondary.is-disabled:hover,
.vtc-crm-shortcode .crm-btn-secondary.is-disabled:focus,
.vtc-crm-shortcode .crm-btn-secondary.is-disabled:active {
    background: #fff !important;
    border-color: #c00a28 !important;
    color: #c00a28 !important;
}

.crm-section-card {
    border: 1px solid #d1d5db;
    margin-bottom: 1rem;
}

.crm-accordion {
    display: grid;
    gap: 1rem;
}

.crm-accordion .crm-section-card {
    margin-bottom: 0;
}

.crm-accordion-toggle {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    cursor: pointer;
    text-align: left;
}

.vtc-crm-shortcode .crm-accordion-toggle:hover,
.vtc-crm-shortcode .crm-accordion-toggle:focus,
.vtc-crm-shortcode .crm-accordion-toggle:active {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-accordion-toggle:hover .crm-accordion-title,
.vtc-crm-shortcode .crm-accordion-toggle:focus .crm-accordion-title,
.vtc-crm-shortcode .crm-accordion-toggle:active .crm-accordion-title,
.vtc-crm-shortcode .crm-accordion-toggle:hover .crm-accordion-icon,
.vtc-crm-shortcode .crm-accordion-toggle:focus .crm-accordion-icon,
.vtc-crm-shortcode .crm-accordion-toggle:active .crm-accordion-icon {
    background: inherit !important;
    color: inherit !important;
}

.vtc-crm-shortcode .crm-accordion-toggle:hover .crm-accordion-icon,
.vtc-crm-shortcode .crm-accordion-toggle:focus .crm-accordion-icon,
.vtc-crm-shortcode .crm-accordion-toggle:active .crm-accordion-icon {
    background: #fff !important;
    color: #c00a28 !important;
    border-color: #c00a28 !important;
}

.crm-accordion-title {
    margin: 0;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 700;
}

.crm-accordion-icon {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    border: 1px solid #c00a28;
    color: #c00a28;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
}

.crm-accordion-panel {
    padding-top: 0.75rem;
}

.crm-section-card h2 {
    margin: 0 0 0.65rem;
    color: #111827;
    font-size: 1.45rem;
}

.crm-section-card h3 {
    margin: 0 0 0.35rem;
    color: #111827;
    font-size: 1rem;
}

.crm-section-card p {
    margin: 0;
    color: #374151;
    line-height: 1.6;
}

.crm-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    display: none;
    z-index: 9999;
    overflow-y: auto;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
    overscroll-behavior: contain;
}

body.crm-modal-open {
    overflow: hidden !important;
}

.crm-modal.is-open {
    display: flex;
}

.crm-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(2, 6, 23, 0.6);
}

.crm-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100% - 2rem));
    margin: auto;
    background: #fff;
    border-radius: 0.6rem;
    padding: 1.1rem;
    box-shadow: 0 15px 40px rgba(2, 6, 23, 0.35);
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
}

.crm-modal-dialog--sessions {
    width: min(900px, calc(100% - 2rem));
}

.crm-modal-close {
    position: absolute;
    top: 0.4rem;
    right: 0.55rem;
    border: none;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1;
    color: #334155;
    cursor: pointer;
}

.crm-modal-dialog h3 {
    margin: 0;
    color: #111827;
    font-size: 1.2rem;
}

.crm-modal-subtitle {
    margin: 0.35rem 0 0.8rem !important;
    color: #64748b !important;
    font-size: 0.9rem !important;
}

.crm-newsletter-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.7rem;
}

.crm-newsletter-form label {
    display: grid;
    gap: 0.3rem;
}

.crm-newsletter-form span {
    color: #334155;
    font-size: 0.82rem;
    font-weight: 600;
}

.crm-newsletter-form input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    padding: 0.72rem 0.8rem;
    font-size: 0.9rem;
    color: #0f172a;
    background: #fff;
}

.crm-session-list {
    margin-top: 0.6rem;
    display: grid;
    gap: 0.65rem;
}

.crm-session-option {
    border: 1px solid #e2e8f0;
    border-radius: 0.6rem;
    padding: 0.75rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
}

.crm-session-option-date {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.crm-session-option-location {
    margin: 0.2rem 0 0 !important;
    color: #475569 !important;
    font-size: 0.88rem !important;
}

.crm-session-choose {
    border: 1px solid #c00a28;
    background: #c00a28;
    color: #fff;
    border-radius: 0.45rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.crm-enrollment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.crm-enrollment-form .crm-field-full {
    grid-column: 1 / -1;
}

.crm-selected-session {
    grid-column: 1 / -1;
    border: 1px solid #dbe3ef;
    border-radius: 0.55rem;
    background: #f8fafc;
    padding: 0.75rem 0.8rem;
}

.crm-selected-session-title {
    margin: 0;
    color: #475569 !important;
    font-size: 0.77rem !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.crm-selected-session-value {
    margin: 0.2rem 0 0 !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
    font-weight: 700;
}

.crm-selected-session-place {
    margin: 0.2rem 0 0 !important;
    color: #475569 !important;
    font-size: 0.84rem !important;
}

.crm-enrollment-form .crm-outline-field,
.crm-newsletter-form .crm-outline-field {
    position: relative;
    display: block;
}

.crm-enrollment-form .crm-outline-field > span,
.crm-newsletter-form .crm-outline-field > span {
    position: absolute;
    top: -0.42rem;
    left: 0.68rem;
    padding: 0 0.25rem;
    background: #fff;
    color: #475569;
    font-size: 0.74rem;
    font-weight: 600;
    z-index: 1;
    line-height: 1;
}

.crm-enrollment-form .crm-outline-field input,
.crm-enrollment-form .crm-outline-field select,
.crm-enrollment-form .crm-outline-field textarea,
.crm-newsletter-form .crm-outline-field input,
.crm-newsletter-form .crm-outline-field select,
.crm-newsletter-form .crm-outline-field textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    padding: 0.86rem 0.8rem 0.66rem;
    font-size: 0.9rem;
    color: #0f172a;
    background: #fff;
    min-height: 2.85rem;
    box-sizing: border-box;
}

.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field input:hover,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field input:focus,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field input:active,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field select:hover,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field select:focus,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field select:active,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field textarea:hover,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field textarea:focus,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field textarea:active,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field input:hover,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field input:focus,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field input:active,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field select:hover,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field select:focus,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field select:active,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field textarea:hover,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field textarea:focus,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field textarea:active {
    border-color: #cbd5e1 !important;
    background: #fff !important;
    color: #0f172a !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
}

.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field input::placeholder,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field textarea::placeholder,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field input::placeholder,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field textarea::placeholder,
.vtc-crm-shortcode .iti__search-input::placeholder {
    color: #64748b !important;
    opacity: 1;
    transition: opacity 0.18s ease;
}

.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field input:focus::placeholder,
.vtc-crm-shortcode .crm-enrollment-form .crm-outline-field textarea:focus::placeholder,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field input:focus::placeholder,
.vtc-crm-shortcode .crm-newsletter-form .crm-outline-field textarea:focus::placeholder,
.vtc-crm-shortcode .iti__search-input:focus::placeholder {
    opacity: 0 !important;
}

.crm-enrollment-form .iti {
    width: 100%;
}

.crm-enrollment-form .iti input[type="tel"] {
    width: 100%;
}

.crm-enrollment-form .crm-outline-field textarea {
    min-height: 6rem;
    resize: vertical;
}

.crm-phone-row {
    display: grid;
    grid-template-columns: minmax(140px, 0.8fr) minmax(0, 1fr);
    gap: 0.85rem;
}

.crm-company-field.is-hidden {
    display: none !important;
}

.crm-legal-consent {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.crm-legal-consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 1.15rem !important;
    height: 1.15rem !important;
    margin: 0 !important;
    display: inline-block !important;
}

.crm-legal-consent span {
    flex: 1 1 auto;
    display: block;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.45;
}

.crm-legal-consent a,
.crm-legal-consent a:visited {
    color: #c00a28 !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.crm-legal-consent a:hover,
.crm-legal-consent a:focus,
.crm-legal-consent a:active {
    color: #a00822 !important;
}

.crm-required-note {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.8rem !important;
    color: #64748b !important;
}

.crm-newsletter-form button {
    grid-column: 1 / -1;
}

.vtc-crm-shortcode a:hover,
.vtc-crm-shortcode a:focus,
.vtc-crm-shortcode a:active {
    text-decoration: none !important;
}

.vtc-crm-shortcode a,
.vtc-crm-shortcode a:visited,
.vtc-crm-shortcode a:hover,
.vtc-crm-shortcode a:focus,
.vtc-crm-shortcode a:active {
    color: inherit;
}

.vtc-crm-shortcode .crm-btn-primary:hover,
.vtc-crm-shortcode .crm-btn-primary:focus,
.vtc-crm-shortcode .crm-btn-primary:active {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
}

.vtc-crm-shortcode .crm-btn-secondary:hover,
.vtc-crm-shortcode .crm-btn-secondary:focus,
.vtc-crm-shortcode .crm-btn-secondary:active,
.vtc-crm-shortcode .crm-btn-tab:hover,
.vtc-crm-shortcode .crm-btn-tab:focus,
.vtc-crm-shortcode .crm-btn-tab:active {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-btn-voucher:hover,
.vtc-crm-shortcode .crm-btn-voucher:focus,
.vtc-crm-shortcode .crm-btn-voucher:active {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-inline-session-select:hover,
.vtc-crm-shortcode .crm-inline-session-select:focus,
.vtc-crm-shortcode .crm-inline-session-select:active {
    border-color: #cbd5e1 !important;
    background: #fff !important;
    color: #0f172a !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-inline-session-add:hover,
.vtc-crm-shortcode .crm-inline-session-add:focus,
.vtc-crm-shortcode .crm-inline-session-add:active {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-inline-certification-add:hover,
.vtc-crm-shortcode .crm-inline-certification-add:focus,
.vtc-crm-shortcode .crm-inline-certification-add:active {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-session-choose:hover,
.vtc-crm-shortcode .crm-session-choose:focus,
.vtc-crm-shortcode .crm-session-choose:active {
    background: #c00a28 !important;
    border-color: #c00a28 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode .crm-formation-link:hover .crm-formation-card,
.vtc-crm-shortcode .crm-formation-link:focus .crm-formation-card {
    transform: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08) !important;
}

.crm-message-success {
    color: #047857 !important;
    font-weight: 600;
}

.crm-message-error {
    color: #b91c1c !important;
    font-weight: 600;
}

.crm-sessions-front {
    max-width: 1280px;
    margin: 0 auto;
}

.crm-sessions-front-feedback {
    margin: 0 0 0.9rem !important;
}

.crm-sessions-front-toggle {
    display: block;
    border: 0;
    background: transparent;
    color: #c00a28;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.25rem 0;
    margin: 0.55rem auto 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    text-align: center;
}

.crm-sessions-front-toggle:hover,
.crm-sessions-front-toggle:focus {
    color: #a70922;
}

.crm-sessions-front-list {
    display: grid;
    gap: 1rem;
}

.crm-session-front-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.95rem;
    padding: 0.9rem 1rem;
    border-radius: 1.05rem;
    border: 1px solid #e5e9f2;
    background: #fff;
    box-shadow: 0 1px 6px rgba(15, 23, 42, 0.04);
}

.crm-session-front-rank {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 9999px;
    background: #fce8ec;
    color: #c00a28;
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
}

.crm-session-front-content {
    min-width: 0;
}

.crm-session-front-title {
    margin: 0;
    color: #1e293b;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.01em;
}

.crm-session-front-deadline {
    margin: 0.26rem 0 0 !important;
    color: #64748b !important;
    font-size: 0.96rem !important;
    line-height: 1.3;
}

.crm-session-front-deadline span {
    font-weight: 500;
}

.crm-session-front-deadline strong {
    color: #64748b;
    font-weight: 700;
}

.crm-session-front-formation {
    margin: 0.22rem 0 0 !important;
    color: #475569 !important;
    font-size: 0.82rem !important;
    font-weight: 600;
}

.crm-session-front-progress-wrap {
    margin: 0.45rem 0 0 !important;
}

.crm-session-front-progress {
    width: min(100%, 19rem);
    height: 0.45rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.crm-session-front-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #c00a28;
}

.crm-session-front-remaining {
    margin: 0.35rem 0 0 !important;
    color: #475569 !important;
    font-size: 0.78rem !important;
    font-weight: 700;
    line-height: 1.25;
}

.crm-session-front-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.crm-session-front-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.crm-session-front-badge.is-open {
    background: #dcfce7;
    color: #16a34a;
}

.crm-session-front-badge.is-limited {
    background: #fee2e2;
    color: #dc2626;
}

.crm-session-front-badge.is-closed {
    background: #e2e8f0;
    color: #475569;
}

.crm-session-front-cta {
    border: 0;
    border-radius: 9999px;
    min-height: 2.6rem;
    min-width: 9.8rem;
    padding: 0.55rem 1.15rem;
    background: #0b1533;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    line-height: 1;
}

.crm-session-front-cta:hover,
.crm-session-front-cta:focus {
    background: #0a122b;
    color: #fff;
}

.crm-session-front-cta.is-disabled,
.crm-session-front-cta:disabled {
    background: #64748b;
    cursor: not-allowed;
}

.crm-modal-dialog--sessions-front {
    width: min(920px, calc(100% - 2rem));
    border-radius: 1rem;
    padding: 1.2rem 1.2rem 1.15rem;
}

.crm-session-front-submit {
    width: 100%;
    border-color: #c00a28;
    background: #c00a28;
    font-size: 1.05rem;
    font-weight: 800;
    min-height: 3.2rem;
    border-radius: 0.3rem;
}

.crm-session-front-submit:hover,
.vtc-crm-shortcode .crm-session-front-submit:hover,
.vtc-crm-shortcode .crm-session-front-submit:focus,
.vtc-crm-shortcode .crm-session-front-submit:active {
    border-color: #a70922 !important;
    background: #a70922 !important;
    color: #fff !important;
}

.crm-qualite-feedback {
    max-width: 880px;
    margin: 2rem auto;
}

.crm-qualite-feedback-card {
    border: 1px solid #dbe3ef;
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.crm-qualite-feedback-card--invalid {
    text-align: center;
}

.crm-qualite-feedback-card h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 800;
}

.crm-qualite-feedback-subtitle {
    margin: 0.45rem 0 0;
    color: #475569;
    font-size: 0.95rem;
}

.crm-qualite-feedback-context {
    margin-top: 0.95rem;
    padding: 0.85rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #334155;
    font-size: 0.92rem;
}

.crm-qualite-feedback-context p {
    margin: 0.2rem 0;
}

.crm-qualite-feedback-form {
    margin-top: 1rem;
    display: grid;
    gap: 0.8rem;
}

.crm-qualite-feedback-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crm-qualite-feedback-form label {
    display: grid;
    gap: 0.35rem;
    margin: 0;
}

.crm-qualite-feedback-form label > span {
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
}

.crm-qualite-feedback-form input[type="text"],
.crm-qualite-feedback-form input[type="email"],
.crm-qualite-feedback-form select,
.crm-qualite-feedback-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 0.6rem;
    padding: 0.66rem 0.75rem;
    color: #0f172a;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.crm-qualite-feedback-checkbox {
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
}

.crm-qualite-feedback-checkbox input {
    width: auto;
}

.crm-qualite-feedback-message {
    margin: 0;
    border-radius: 0.6rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.crm-qualite-feedback-message.is-success {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
}

.crm-qualite-feedback-message.is-error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.crm-qualite-feedback-submit {
    border: 1px solid #c00a28;
    border-radius: 0.7rem;
    background: #c00a28;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.72rem 1rem;
    cursor: pointer;
}

.crm-qualite-feedback-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (min-width: 760px) {
    .vtc-crm-shortcode .crm-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crm-kpi-grid {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .crm-kpi-grid[data-kpi-count="4"] {
        grid-template-columns: minmax(120px, 0.9fr) minmax(120px, 0.9fr) minmax(140px, 1fr) minmax(200px, 1.45fr);
    }
}

@media (min-width: 1024px) {
    .crm-catalog-layout {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 1.25rem;
    }

    .crm-catalog-layout.crm-catalog-layout--no-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .crm-catalog-sidebar {
        position: sticky;
        top: 1rem;
    }

    .crm-course-layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 1.5rem;
    }

    .crm-course-sidebar {
        margin-top: -12.5rem;
        position: sticky;
        top: 1rem;
    }

}

@media (min-width: 1300px) {
    .vtc-crm-shortcode .crm-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .crm-qualite-feedback-grid {
        grid-template-columns: 1fr;
    }

    .crm-smart-search-form {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        padding: 0.6rem 0.65rem;
    }

    .crm-smart-search-button {
        width: 100%;
        min-height: 2.7rem;
    }

    .crm-smart-search-suggest-row {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 0.65rem;
    }

    .crm-smart-search-suggest-thumb-wrap {
        width: 50px;
        height: 50px;
    }

    .crm-inline-session-row {
        grid-template-columns: minmax(0, 1fr) 2rem;
        grid-template-areas:
            "date action"
            "location action";
        align-items: start;
        gap: 0.38rem 0.65rem;
        padding: 0.78rem 0.1rem;
    }

    .crm-session-option {
        grid-template-columns: 1fr;
    }

    .crm-enrollment-form {
        grid-template-columns: 1fr;
    }

.crm-phone-row {
    grid-template-columns: 1fr;
}

    .crm-session-front-card {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 1rem;
        border-radius: 1rem;
    }

    .crm-session-front-rank {
        width: 3.1rem;
        height: 3.1rem;
        font-size: 1.35rem;
    }

    .crm-session-front-title {
        font-size: 1.08rem;
    }

    .crm-session-front-deadline {
        font-size: 0.9rem !important;
    }

    .crm-session-front-progress {
        width: 100%;
    }

    .crm-session-front-actions {
        justify-content: flex-start;
    }

    .crm-session-front-cta {
        min-width: 8.2rem;
        min-height: 2.4rem;
        font-size: 0.88rem;
    }

    .crm-session-front-badge {
        font-size: 0.76rem;
        padding: 0.45rem 0.75rem;
    }

    .crm-modal-dialog--sessions-front {
        padding: 1rem 0.9rem;
    }
}

/* E-learning public page */
html.vtc-crm-elearning-checkout-html,
body.vtc-crm-elearning-checkout-body {
    height: 100% !important;
}

body.vtc-crm-elearning-checkout-body {
    margin: 0 !important;
    background: #fff !important;
}

body.vtc-crm-elearning-checkout-body #masthead,
body.vtc-crm-elearning-checkout-body .site-header,
body.vtc-crm-elearning-checkout-body header.site-header,
body.vtc-crm-elearning-checkout-body .main-header,
body.vtc-crm-elearning-checkout-body #header,
body.vtc-crm-elearning-checkout-body .elementor-location-header,
body.vtc-crm-elearning-checkout-body .elementor-location-footer,
body.vtc-crm-elearning-checkout-body #colophon,
body.vtc-crm-elearning-checkout-body .site-footer,
body.vtc-crm-elearning-checkout-body #wpadminbar {
    display: none !important;
}

html.vtc-crm-elearning-checkout-html {
    margin-top: 0 !important;
}

body.vtc-crm-elearning-checkout-body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.vtc-crm-elearning-checkout-body .site,
body.vtc-crm-elearning-checkout-body #page,
body.vtc-crm-elearning-checkout-body .site-content,
body.vtc-crm-elearning-checkout-body #content,
body.vtc-crm-elearning-checkout-body .content-area,
body.vtc-crm-elearning-checkout-body .site-main,
body.vtc-crm-elearning-checkout-body .entry-content,
body.vtc-crm-elearning-checkout-body .post,
body.vtc-crm-elearning-checkout-body article {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-shell {
    min-height: 100vh;
    background: #fff;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-topbar {
    min-height: 5rem;
    border-bottom: 1px solid #e6e8ef;
    background: #fff;
    padding: 0 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
    margin-left: 0;
    gap: 1.5rem;
    box-sizing: border-box;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #111827;
    font-size: 1.88rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    flex-shrink: 0;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-brand-logo {
    height: 2.3rem;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-brand-mark {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 2px;
    background: #c00a28;
    transform: rotate(45deg);
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-brand-text {
    color: #111827;
    font-size: 1.82rem;
    font-weight: 800;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    min-width: 7.3rem;
    color: #c00a28 !important;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 999px;
    padding: 0.48rem 1.1rem;
    font-size: 1.02rem;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-cancel:hover,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-cancel:focus {
    background: #c00a28 !important;
    border-color: #c00a28 !important;
    color: #fff !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-grid {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    min-height: calc(100vh - 5rem);
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-main {
    background: #fff;
    padding: 1.8rem 1.2rem 2.25rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-main-inner {
    width: min(100%, 660px);
    margin: 0 auto;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-title {
    margin: 0;
    color: #1f2937;
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.1;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-step {
    margin-top: 1.25rem;
    border-top: 1px solid #d8dce3;
    padding-top: 1.05rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-step h2 {
    margin: 0;
    color: #1f2937;
    font-size: 1.06rem;
    font-weight: 800;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-step--active h2 {
    margin-bottom: 0.72rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-text {
    margin: 0 0 0.82rem !important;
    color: #4b5563 !important;
    font-size: 0.94rem !important;
    line-height: 1.45;
    max-width: 650px;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-field {
    display: grid;
    gap: 0.38rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-field span {
    color: #374151;
    font-size: 0.82rem;
    font-weight: 700;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-field input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.55rem;
    min-height: 3.15rem;
    padding: 0 0.95rem;
    background: #fff;
    color: #111827;
    font-size: 0.94rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-field input:focus {
    outline: none;
    border-color: #c00a28;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12);
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-field--full {
    grid-column: 1 / -1;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-social-wrap,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-socials {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-submit {
    width: 100%;
    margin-top: 0.25rem;
    border-radius: 0.6rem;
    min-height: 3.05rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-order {
    margin-top: 1.45rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-order h3 {
    margin: 0 0 0.95rem;
    color: #1f2937;
    font-size: 1.02rem;
    font-weight: 800;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-order-item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-order-item img {
    width: 78px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-order-item p {
    margin: 0 !important;
    color: #1f2937 !important;
    font-size: 1.06rem !important;
    font-weight: 700;
    line-height: 1.35;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-order-item strong {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 700;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary {
    background: #f3f4f6;
    min-height: 100%;
    border-left: 1px solid #e5e7eb;
    padding: 2.1rem 2rem 2rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary h2 {
    margin: 0 0 1.2rem;
    color: #1f2937;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.08;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.45rem 0;
    color: #374151;
    font-size: 1.01rem;
    border-bottom: 1px solid #dde2ea;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-line strong {
    color: #1f2937;
    font-size: 1.18rem;
    font-weight: 700;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-line--total {
    border-bottom: 0;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-line--total span {
    font-weight: 700;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-line--total strong {
    font-size: 1.95rem;
    font-weight: 800;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-note {
    margin-top: 1.4rem;
    border: 1px solid #d3dae5;
    border-radius: 0.8rem;
    background: #fff;
    padding: 0.95rem 1rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-note p {
    margin: 0 !important;
    color: #374151 !important;
    font-size: 1.03rem !important;
    line-height: 1.5;
}

/* Accordion Styles */
.crm-elearning-checkout-accordion {
    border: 1px solid #d8dce3;
    border-radius: 0.65rem;
    margin: 0.6rem 0;
    overflow: hidden;
}

.crm-elearning-checkout-accordion-header {
    width: 100%;
    padding: 1rem 1.1rem;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    text-align: left;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.95rem;
    transition: none !important;
}

.crm-elearning-checkout-accordion-header.is-locked {
    cursor: not-allowed;
    opacity: 0.9;
}

.crm-elearning-checkout-accordion-header:hover {
    background: transparent !important;
}

.crm-elearning-checkout-accordion-header:focus,
.crm-elearning-checkout-accordion-header:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.crm-elearning-checkout-accordion-header--active {
    background: transparent !important;
}

.crm-elearning-checkout-accordion-icon {
    width: auto;
    min-width: 1.1rem;
    height: auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
}

.crm-elearning-checkout-accordion-header--completed {
    background: #f3f4f6;
    opacity: 0.7;
    cursor: not-allowed;
}

.crm-elearning-checkout-accordion-header--completed .crm-elearning-checkout-accordion-title span {
    color: #6b7280;
}

.crm-elearning-checkout-accordion-header--completed .crm-elearning-checkout-accordion-icon {
    color: #16a34a !important;
}

.crm-elearning-checkout-accordion-title {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    min-width: 0;
    flex: 1;
}

.crm-elearning-checkout-accordion-number {
    color: #c00a28;
    font-weight: 800;
    font-size: 1.14rem;
    flex: 0 0 auto;
}

.crm-elearning-checkout-accordion-title span {
    color: #1f2937;
    font-size: 1.08rem;
    font-weight: 700;
    word-break: break-word;
}

.crm-elearning-checkout-fields-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.crm-elearning-checkout-accordion-status {
    flex: 0 0 auto;
    display: none;
    align-items: center;
    gap: 0.3rem;
    color: #10b981;
    font-size: 0.76rem;
    font-weight: 600;
}

.crm-elearning-checkout-accordion-header--completed .crm-elearning-checkout-accordion-status {
    display: flex;
}

.crm-elearning-checkout-accordion-status::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    background: #10b981;
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.65rem;
}

.crm-elearning-checkout-accordion-status.is-lock {
    display: inline-flex !important;
    color: #111827 !important;
    font-size: 1rem;
    font-weight: 500;
}

.crm-elearning-checkout-accordion-status.is-lock::before {
    content: none;
}

.crm-elearning-checkout-accordion-status.is-lock svg {
    width: 1rem;
    height: 1rem;
    display: block;
    stroke: #111827;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.crm-elearning-checkout-accordion-content {
    padding: 1.3rem 1.2rem 1.5rem;
    background: #fafbfc;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.crm-elearning-checkout-accordion-content[hidden] {
    display: none;
    max-height: 0;
    padding: 0 1.2rem;
}

.crm-elearning-checkout-login-toggle {
    display: inline-block;
    margin-left: 0.3rem;
    color: #c00a28;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #c00a28;
    transition: opacity 0.2s ease;
}

.crm-elearning-checkout-login-toggle:hover {
    opacity: 0.8;
}

.crm-elearning-checkout-login-line {
    margin: 0 0 0.75rem !important;
    color: #64748b !important;
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
}

.crm-elearning-checkout-form[data-mode="login"] [data-el-field-name],
.crm-elearning-checkout-form[data-mode="login"] [data-el-field-password-confirm] {
    display: none !important;
}

.crm-elearning-checkout-form[data-mode="register"] [data-el-field-password-confirm] {
    display: grid !important;
}

.crm-elearning-checkout-greeter {
    padding: 1rem;
    border-radius: 0.65rem;
    background: #ecfdf5;
    border: 1px solid #d1fae5;
    text-align: center;
}

.crm-elearning-checkout-greeter p {
    margin: 0;
    color: #047857;
    font-size: 0.92rem;
    font-weight: 600;
}

.crm-elearning-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.crm-elearning-form {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.crm-elearning-form label {
    display: grid;
    gap: 0.35rem;
}

.crm-elearning-form label > span {
    font-size: 0.86rem;
    font-weight: 600;
    color: #1e293b;
}

.crm-elearning-form input {
    width: 100%;
    border: 1px solid #d0d7e2;
    border-radius: 0.6rem;
    min-height: 2.8rem;
    padding: 0 0.9rem;
    background: #fff;
    color: #0f172a;
}

.crm-elearning-form input:focus {
    outline: none;
    border-color: #c00a28;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12);
}

.crm-elearning-help {
    margin-top: 0.8rem !important;
    font-size: 0.8rem !important;
    color: #64748b !important;
}

.crm-elearning-access-state {
    margin-top: 0.8rem !important;
    font-size: 0.85rem !important;
    color: #166534 !important;
    font-weight: 600;
}

.crm-elearning-access-state.is-error {
    color: #b91c1c !important;
}

.crm-elearning-space-login-form {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.6rem;
}

.crm-elearning-space-login-field {
    display: grid;
    gap: 0.32rem;
}

.crm-elearning-space-login-field > span {
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
}

.crm-elearning-space-login-field > input {
    width: 100%;
    min-height: 2.8rem;
    padding: 0 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.55rem;
    background: #fff;
    color: #0f172a;
    font-size: 0.9rem;
}

.crm-elearning-space-login-field > input:focus {
    outline: none;
    border-color: #c00a28;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12);
}

.crm-elearning-space-login-form [data-el-space-login-btn] {
    width: 100%;
    margin-top: 0.2rem;
}

.crm-elearning-space-login-message {
    margin: 0.55rem 0 0 !important;
    font-size: 0.82rem !important;
    color: #166534 !important;
    font-weight: 600;
}

.crm-elearning-space-login-message.is-error {
    color: #b91c1c !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-card--catalog {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.crm-elearning-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.crm-elearning-kpi-grid--outside {
    margin-bottom: 1rem;
}

.crm-elearning-kpi-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    border: 1px solid #d6deea;
    border-radius: 1.1rem;
    background: #fff;
    padding: 0.8rem 0.9rem;
}

.crm-elearning-kpi-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.8rem;
    background: #f7ede7;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c00a28;
    flex: 0 0 auto;
}

.crm-elearning-kpi-icon svg {
    width: 1.02rem;
    height: 1.02rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.crm-elearning-kpi-label {
    margin: 0;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.crm-elearning-kpi-head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    justify-content: space-between;
}

.crm-elearning-kpi-tooltip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.crm-elearning-kpi-info {
    width: 1.45rem;
    height: 1.45rem;
    border: 1px solid #d6deea;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.crm-elearning-kpi-info:hover,
.crm-elearning-kpi-info:focus-visible {
    color: #c00a28;
    border-color: #c00a28;
    background: #fff7f8;
    outline: none;
}

.crm-elearning-kpi-info svg {
    width: 0.8rem;
    height: 0.8rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.crm-elearning-kpi-tooltip {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    width: min(260px, 70vw);
    padding: 0.7rem 0.8rem;
    border-radius: 0.85rem;
    background: #0f172a;
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.45;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 4;
}

.crm-elearning-kpi-tooltip::before {
    content: "";
    position: absolute;
    top: -0.35rem;
    right: 0.8rem;
    width: 0.7rem;
    height: 0.7rem;
    background: #0f172a;
    transform: rotate(45deg);
}

.crm-elearning-kpi-tooltip-wrap:hover .crm-elearning-kpi-tooltip,
.crm-elearning-kpi-tooltip-wrap:focus-within .crm-elearning-kpi-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.crm-elearning-kpi-value {
    margin: 0.14rem 0 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.1;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion {
    display: grid !important;
    gap: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-summary-toggle,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link {
    -webkit-appearance: none !important;
    appearance: none !important;
    font: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    border-radius: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1rem !important;
    margin: 0 0 0.85rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-summary-text {
    margin: 0 !important;
    color: #1f2937 !important;
    font-size: 0.98rem !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-summary-toggle {
    border: 0 !important;
    background: transparent !important;
    color: #c00a28 !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-item {
    border: 1px solid #d6dbe5 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    margin: 0 0 -1px 0 !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head {
    width: 100% !important;
    border: 0 !important;
    background: #f6f7fb !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    text-align: left !important;
    padding: 1.1rem 1.25rem !important;
    cursor: pointer !important;
    font-family: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head::before,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head::after {
    content: none !important;
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head:hover,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head:focus-visible {
    background: #f0f2f7 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-left {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.7rem !important;
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-right {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.5rem !important;
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-arrow {
    width: 1.3rem !important;
    height: 1.3rem !important;
    color: #1f2937 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    transform: rotate(0deg) !important;
    transition: transform 0.2s ease !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-item.is-open .crm-elearning-accordion-arrow {
    transform: rotate(-180deg) !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-arrow svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-meta {
    color: #374151 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 1.45rem !important;
    padding: 0 0.52rem !important;
    border-radius: 999px !important;
    background: #ecfdf3 !important;
    color: #166534 !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-title {
    color: #111827 !important;
    font-size: 1.06rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-panel {
    display: grid !important;
    gap: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-copy {
    padding: 1.1rem 1.25rem !important;
    color: #6b7280 !important;
    font-size: 0.98rem !important;
    line-height: 1.75 !important;
    white-space: pre-line !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-item {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.9rem !important;
    margin: 0 !important;
    padding: 1.15rem 1.25rem !important;
    border-top: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-item:first-child {
    border-top: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.55rem !important;
    height: 1.55rem !important;
    color: #c00a28 !important;
    flex: 0 0 auto !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-label {
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 1rem !important;
    border-top: 1px solid #e5e7eb !important;
    padding: 0.98rem 1.15rem !important;
    background: #fff !important;
    margin: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-leading {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-icon {
    width: 1.2rem !important;
    height: 1.2rem !important;
    color: #1f2937 !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-info {
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-title {
    margin: 0 !important;
    color: #4b5563 !important;
    font-weight: 400 !important;
    font-size: 0.99rem !important;
    line-height: 1.4 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-description {
    margin: 0.14rem 0 0 !important;
    color: #94a3b8 !important;
    font-size: 0.79rem !important;
    line-height: 1.3 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-course-card-body {
    display: grid !important;
    gap: 0.9rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-course-hero h1 {
    color: #c00a28 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-course-price-prefix {
    margin: 0 !important;
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-course-price {
    margin: -0.15rem 0 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-course-price span:not(:first-child) {
    font-size: 0.45em !important;
    font-weight: 700 !important;
    vertical-align: top !important;
    line-height: 1 !important;
    margin-left: 0.2rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-course-price-note {
    margin: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-formation-sidebar-actions {
    display: grid !important;
    gap: 0.75rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-subformation-trigger[aria-expanded="true"] {
    background: #a40822 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-list {
    display: grid !important;
    gap: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 0.95rem !important;
    background: #fff !important;
    overflow: hidden !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-list[hidden] {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 1rem 1.1rem !important;
    border-top: 1px solid #e5e7eb !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-row:first-child {
    border-top: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-label {
    margin: 0 !important;
    color: #6b7280 !important;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-add {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 999px !important;
    border: 1px solid #c00a28 !important;
    background: #fff !important;
    color: #c00a28 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-add:hover,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-add:focus-visible {
    background: #c00a28 !important;
    color: #fff !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion {
    display: grid !important;
    gap: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head {
    -webkit-appearance: none !important;
    appearance: none !important;
    font: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    border-radius: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-item {
    border: 1px solid #d6dbe5 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    margin: 0 0 -1px 0 !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head {
    width: 100% !important;
    border: 0 !important;
    background: #f6f7fb !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    text-align: left !important;
    padding: 1.1rem 1.25rem !important;
    cursor: pointer !important;
    font-family: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head::before,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head::after {
    content: none !important;
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:hover,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:focus-visible {
    background: #f0f2f7 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:hover .crm-elearning-accordion-title,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:focus-visible .crm-elearning-accordion-title,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:hover .crm-elearning-accordion-arrow,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:focus-visible .crm-elearning-accordion-arrow {
    color: inherit !important;
    background: transparent !important;
    border-color: transparent !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-left {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.7rem !important;
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-arrow {
    width: 1.3rem !important;
    height: 1.3rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1f2937 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    transform: rotate(0deg) !important;
    transition: transform 0.2s ease !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-item.is-open .crm-elearning-accordion-arrow {
    transform: rotate(-180deg) !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-arrow svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-meta {
    color: #374151 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-title {
    color: #111827 !important;
    font-size: 1.06rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:hover .crm-elearning-accordion-title,
.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-head:focus-visible .crm-elearning-accordion-title {
    color: #111827 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-panel {
    display: grid !important;
    gap: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-panel[hidden] {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-copy {
    padding: 1.1rem 1.25rem !important;
    color: #6b7280 !important;
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
    white-space: normal !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-accordion-copy br + br {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-prerequisites-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-prerequisites-item {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.9rem !important;
    margin: 0 !important;
    padding: 1.15rem 1.25rem !important;
    border-top: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-prerequisites-item:first-child {
    border-top: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-prerequisites-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.55rem !important;
    height: 1.55rem !important;
    color: #c00a28 !important;
    flex: 0 0 auto !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-prerequisites-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-elearning-prerequisites-label {
    min-width: 0 !important;
}

@media (max-width: 767px) {
    .vtc-crm-shortcode.crm-course-page.crm-formation-detail .crm-inline-subformation-row {
        gap: 0.75rem !important;
        padding: 0.95rem 0.95rem !important;
    }
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-actions {
    display: inline-flex !important;
    align-items: center !important;
    gap: 1.1rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-lock {
    width: 1.22rem !important;
    height: 1.22rem !important;
    color: #9ca3af !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-lock svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-chip {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    padding: 0.12rem 0.58rem !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #b91c1c !important;
    background: #fee2e2 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link {
    border: 0 !important;
    background: transparent !important;
    color: #c00a28 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    cursor: pointer !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.32rem !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link:hover,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link:focus-visible {
    color: #a70922 !important;
    outline: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link-icon {
    width: 1.12rem !important;
    height: 1.12rem !important;
    color: #111827 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link.is-locked,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link:disabled {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-duration {
    color: #6b7280 !important;
    font-size: 0.98rem !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson.is-active {
    border-left: 3px solid #c00a28 !important;
    padding-left: calc(1.15rem - 3px) !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson.is-locked {
    cursor: pointer !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-empty {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 0.95rem !important;
    padding: 0.15rem 0.1rem !important;
}

.crm-elearning-card--player {
    display: grid;
    gap: 0.6rem;
    margin-top: 1rem;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-panel[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-card--player[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-player-wrap[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-player-placeholder[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-player-locked[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-player-nav[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-quiz-panel[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-player-error[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-global-message[hidden],
.vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-access-state[hidden] {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="catalog"] .crm-elearning-card--player {
    display: none !important;
}

.crm-elearning-player-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.crm-elearning-player-heading {
    display: grid;
    gap: 0.18rem;
}

.crm-elearning-player-head span {
    font-size: 0.78rem;
    color: #64748b;
}

.crm-elearning-player-description {
    margin: 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.35;
}

.crm-elearning-player-placeholder {
    display: grid;
    gap: 0;
    min-height: 0;
}

.crm-elearning-player-placeholder-text {
    margin: 0;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.5;
}

.crm-elearning-player-wrap {
    position: relative;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
}

.crm-elearning-player-wrap::before,
.crm-elearning-player-wrap::after {
    content: none !important;
    display: none !important;
}

.crm-elearning-player-wrap video {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    min-height: 220px;
    background: transparent;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}

.crm-elearning-quiz-panel {
    padding: 1.2rem 1.25rem 0 !important;
    background: #fff !important;
}

.crm-elearning-quiz-form {
    display: grid;
    gap: 1rem;
}

.crm-elearning-quiz-intro {
    font-size: 1rem;
    color: #111827;
}

.crm-elearning-quiz-question {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.95rem 1rem;
}

.crm-elearning-quiz-question legend {
    padding: 0 0.3rem;
    font-weight: 800;
    color: #111827;
}

.crm-elearning-quiz-option {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.55rem !important;
    margin-top: 0.7rem !important;
    color: #334155 !important;
    font-size: 0.94rem !important;
}

.crm-elearning-quiz-option input {
    margin-top: 0.15rem !important;
}

.crm-elearning-quiz-actions,
.crm-elearning-player-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.crm-elearning-player-nav {
    padding: 1rem 1.25rem 1.25rem !important;
    background: #fff !important;
    border-top: 1px solid #e5e7eb !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    min-height: 0 !important;
}

.crm-elearning-player-nav .crm-btn-primary,
.crm-elearning-player-nav .crm-btn-secondary {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    min-height: 3.25rem !important;
    height: 3.25rem !important;
    max-height: 3.25rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    align-self: start !important;
    display: inline-flex !important;
    line-height: 1 !important;
}

.crm-elearning-player-nav .crm-btn-secondary,
.crm-elearning-player-nav .crm-btn-secondary:hover,
.crm-elearning-player-nav .crm-btn-secondary:focus {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

.crm-elearning-player-nav .crm-btn-primary:disabled,
.crm-elearning-player-nav .crm-btn-secondary:disabled {
    opacity: 0.65 !important;
    cursor: not-allowed !important;
}

.crm-elearning-sidebar-footer {
    position: sticky !important;
    bottom: 0 !important;
    background: #fff !important;
    border-top: 1px solid #e5e7eb !important;
    padding: 0.8rem !important;
}

.crm-elearning-sidebar-back {
    width: 100% !important;
    justify-content: center !important;
}

.crm-elearning-watermark {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    right: 1rem;
    background: rgba(15, 15, 15, 0.52);
    color: #fff;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 2;
}

.crm-elearning-player-error {
    margin: 0;
    border: 1px solid #fecaca;
    border-radius: 10px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 0.84rem;
    padding: 0.5rem 0.65rem;
}

.crm-elearning-player-locked {
    border: 1px solid #f1d3da;
    border-radius: 12px;
    background: #fff8f9;
    padding: 1rem;
}

.crm-elearning-player-locked p {
    margin: 0;
    color: #7f1d1d;
    font-size: 0.9rem;
    line-height: 1.5;
}

.crm-elearning-player-locked-actions {
    margin-top: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.crm-elearning-player-locked-actions .crm-btn-primary,
.crm-elearning-player-locked-actions .crm-btn-secondary {
    width: min(100%, 480px) !important;
    justify-content: center !important;
    min-height: 2.6rem;
}

.crm-elearning-global-message {
    margin: 1rem 0 0;
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
    border-radius: 10px;
    padding: 0.65rem 0.72rem;
    font-size: 0.84rem;
    font-weight: 600;
}

.crm-elearning-global-message.is-error {
    border-color: #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}

.crm-elearning-checkout-summary h3 {
    margin: 0.7rem 0 0.35rem;
    font-size: 1.2rem;
    color: #111827;
    font-weight: 800;
}

html.vtc-crm-elearning-space-html,
body.vtc-crm-elearning-space-body {
    height: 100% !important;
}

body.vtc-crm-elearning-space-body {
    margin: 0 !important;
    background: #f4f5f7 !important;
}

body.vtc-crm-elearning-space-body #masthead,
body.vtc-crm-elearning-space-body .site-header,
body.vtc-crm-elearning-space-body > header,
body.vtc-crm-elearning-space-body > footer,
body.vtc-crm-elearning-space-body #page > header,
body.vtc-crm-elearning-space-body #page > footer,
body.vtc-crm-elearning-space-body .wp-site-blocks > header,
body.vtc-crm-elearning-space-body .wp-site-blocks > footer,
body.vtc-crm-elearning-space-body header.site-header,
body.vtc-crm-elearning-space-body .main-header,
body.vtc-crm-elearning-space-body .header,
body.vtc-crm-elearning-space-body .navbar,
body.vtc-crm-elearning-space-body .mobile-header,
body.vtc-crm-elearning-space-body #header,
body.vtc-crm-elearning-space-body [role="banner"],
body.vtc-crm-elearning-space-body .elementor-location-header,
body.vtc-crm-elearning-space-body .elementor-location-footer,
body.vtc-crm-elearning-space-body #colophon,
body.vtc-crm-elearning-space-body .site-footer,
body.vtc-crm-elearning-space-body #wpadminbar {
    display: none !important;
}

html.vtc-crm-elearning-space-html {
    margin-top: 0 !important;
}

body.vtc-crm-elearning-space-body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.vtc-crm-elearning-space-body .site,
body.vtc-crm-elearning-space-body #page,
body.vtc-crm-elearning-space-body .site-content,
body.vtc-crm-elearning-space-body #content,
body.vtc-crm-elearning-space-body .content-area,
body.vtc-crm-elearning-space-body .site-main,
body.vtc-crm-elearning-space-body .entry-content,
body.vtc-crm-elearning-space-body .post,
body.vtc-crm-elearning-space-body article {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-hero {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-content {
    padding: 0 !important;
    background: #f4f5f7 !important;
    min-height: 100vh !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-layout.crm-elearning-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-main {
    display: grid !important;
    grid-template-columns: 400px minmax(0, 1fr) !important;
    gap: 0 !important;
    min-height: 100vh !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-kpi-grid--outside {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-card--catalog {
    border-right: 1px solid #d9dce3 !important;
    background: #fff !important;
    padding: 0 !important;
    height: 100% !important;
    overflow-y: auto !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-space-sidebar-tools {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 0.65rem !important;
    display: grid !important;
    gap: 0.55rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-toggle {
    border: 1px solid #d1d5db !important;
    border-radius: 0.72rem !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.42rem !important;
    width: 100% !important;
    padding: 0.45rem 0.5rem !important;
    cursor: pointer !important;
    line-height: 1.2 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-toggle-icon {
    width: 0.92rem !important;
    height: 0.92rem !important;
    color: #334155 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-toggle-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-search {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-search input {
    width: 100% !important;
    height: 2.95rem !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0.72rem !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 0.9rem !important;
    padding: 0 2.45rem 0 0.9rem !important;
    outline: none !important;
    box-shadow: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-search input::placeholder {
    color: #9aa0ab !important;
    font-style: italic !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-search input:focus {
    border-color: #c00a28 !important;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12) !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-search-icon {
    position: absolute !important;
    top: 50% !important;
    right: 0.78rem !important;
    transform: translateY(-50%) !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    color: #6b7280 !important;
    pointer-events: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-search-icon svg {
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-accordion-summary {
    padding: 0.8rem 0.9rem !important;
    margin: 0 !important;
    border-bottom: 1px solid #eceff5 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-accordion-summary-text {
    font-size: 0.92rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-accordion-head {
    padding: 1rem 0.9rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-accordion-title {
    font-size: 0.9rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-accordion-meta {
    font-size: 0.84rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-lesson {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-lesson-title {
    font-size: 0.88rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-lesson-duration,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-lesson-link,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-lesson-chip {
    font-size: 0.84rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-course-main {
    grid-template-columns: 4.25rem minmax(0, 1fr) !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-space-sidebar-tools {
    padding: 0.6rem 0.45rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-sidebar-search,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-accordion,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-accordion-summary {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-sidebar-toggle {
    justify-content: center !important;
    padding: 0.5rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed [data-el-sidebar-toggle-label] {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-card--player {
    margin-top: 0 !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-head {
    background: var(--crm-formation-dark-bg) !important;
    background-size: cover !important;
    background-position: center !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0.95rem 1.25rem !important;
    border-radius: 0 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-head h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-description {
    color: #cbd5e1 !important;
    font-size: 0.86rem !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-head span {
    color: #cbd5e1 !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap {
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    isolation: isolate;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap::before,
.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap::after {
    content: none !important;
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap video {
    border-radius: 0 !important;
    background: transparent !important;
    min-height: 420px !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-sidebar {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-global-message {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-space-gated .crm-course-layout.crm-elearning-layout {
    grid-template-columns: minmax(0, 1fr) !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-space-gated .crm-course-main {
    display: block !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-space-gated .crm-course-sidebar {
    display: none !important;
}

.vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-locked {
    margin: 1.1rem 1.25rem 1.25rem !important;
}

.crm-elearning-space-dashboard {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    overflow: auto;
    min-height: 100vh;
    background: #f4f5f7;
}

.crm-elearning-space-auth {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.crm-elearning-space-auth-card {
    width: min(100%, 560px);
    border: 1px solid #cfd9e9 !important;
    border-radius: 20px !important;
    background: #fff !important;
    padding: 2rem 1.9rem 1.4rem !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.crm-elearning-space-auth-card h1 {
    margin: 0 0 0.35rem;
    font-size: 2.3rem !important;
    line-height: 1.05 !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em;
}

.crm-elearning-space-auth-card > p {
    margin: 0 0 1.35rem !important;
    color: #64748b !important;
    font-size: 0.96rem !important;
    max-width: 460px;
}

.crm-elearning-space-auth-form {
    display: grid;
    gap: 0.82rem;
    max-width: none;
}

.crm-elearning-space-auth-form[hidden] {
    display: none !important;
}

.crm-elearning-space-auth-form label {
    display: grid;
    gap: 0.35rem;
}

.crm-elearning-space-auth-form label > span {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
    margin-left: 0.05rem;
}

.crm-elearning-space-auth-form input {
    width: 100% !important;
    max-width: none !important;
    min-height: 3.35rem !important;
    border: 1.5px solid #b8c5d8 !important;
    border-radius: 0.72rem !important;
    padding: 0 0.9rem !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
}

.crm-elearning-space-auth-form input:focus {
    border-color: #c00a28 !important;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12) !important;
}

.crm-elearning-space-auth-form .crm-btn-primary {
    width: 100% !important;
    min-height: 3.1rem !important;
    border: 1px solid #c00a28 !important;
    border-radius: 0.62rem !important;
    background: #c00a28 !important;
    color: #fff !important;
    font-size: 0.96rem !important;
    font-weight: 800 !important;
    margin-top: 0.2rem;
    text-transform: none !important;
    box-shadow: none !important;
}

.crm-elearning-space-auth-message {
    margin: 0.7rem 0 0 !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #166534 !important;
}

.crm-elearning-space-auth-message.is-error {
    color: #b91c1c !important;
}

.crm-elearning-space-auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    margin-top: -0.05rem;
}

.crm-elearning-space-auth-check {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem !important;
    color: #334155 !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
}

.crm-elearning-space-auth-check input {
    width: 1rem !important;
    min-width: 1rem !important;
    height: 1rem !important;
    min-height: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0.28rem !important;
    accent-color: #c00a28;
}

.crm-elearning-space-auth-check span {
    margin: 0 !important;
}

.crm-elearning-space-auth-links {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 0.92rem;
}

.crm-elearning-space-auth-links a,
.crm-elearning-space-auth-switch {
    color: #c00a28 !important;
    text-decoration: none !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    box-shadow: none !important;
    text-transform: none !important;
}

.crm-elearning-space-auth-switch[hidden] {
    display: none !important;
}

.crm-elearning-space-auth-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.82rem;
}

.crm-elearning-space-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
}

.crm-elearning-space-mobile-bar,
.crm-elearning-space-menu-backdrop,
.crm-elearning-space-menu-close {
    display: none;
}

.crm-elearning-space-sidebar {
    background: var(--crm-formation-dark-bg);
    background-size: cover;
    background-position: center;
    color: #e2e8f0;
    padding: 1.35rem 1rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 2rem;
}

.crm-elearning-space-sidebar-brand img {
    width: 100%;
    max-width: 190px;
    height: auto;
    display: block;
    border-radius: 0.6rem;
}

.crm-elearning-space-sidebar-brand strong {
    color: #fff;
    font-size: 1rem;
    display: block;
}

.crm-elearning-space-sidebar-brand p {
    margin: 0.45rem 0 0;
    font-size: 0.82rem;
    color: #94a3b8;
}

.crm-elearning-space-nav {
    display: grid;
    gap: 0.95rem;
    align-content: start;
}

.crm-elearning-space-nav button {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    background: transparent;
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left !important;
    text-transform: none !important;
    min-height: 3rem;
    padding: 0.78rem 0.9rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.72rem;
    line-height: 1.25 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.crm-elearning-space-nav-icon {
    width: 1.08rem;
    height: 1.08rem;
    flex: 0 0 auto;
    color: currentColor;
}

.crm-elearning-space-nav-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.crm-elearning-space-nav button:hover,
.crm-elearning-space-nav button.is-active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.crm-elearning-space-sidebar-actions {
    display: grid;
    gap: 0.7rem;
}

.crm-elearning-space-home {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.7rem;
    min-height: 2.75rem;
    padding: 0 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.62rem;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
}

.crm-elearning-space-home:hover,
.crm-elearning-space-home:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}

.crm-elearning-space-logout {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.7rem;
    min-height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fca5a5;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
}

.crm-elearning-space-main {
    padding: 1rem;
    min-width: 0;
}

.crm-elearning-space-page {
    display: none !important;
    border: 1px solid #d7deea;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
}

.crm-elearning-space-page.is-active {
    display: block !important;
}

.crm-elearning-space-page[hidden] {
    display: none !important;
}

.crm-elearning-space-page > header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
}

.crm-elearning-space-page > header p {
    margin: 0.35rem 0 0.9rem;
    color: #64748b;
    font-size: 0.9rem;
}

.crm-elearning-space-course-grid,
.crm-elearning-space-quiz-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.crm-elearning-space-course-card {
    border: 1px solid #d5deea;
    border-radius: 0.95rem;
    overflow: hidden;
    background: #fff;
    min-width: 0;
}

.crm-elearning-space-course-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.crm-elearning-space-course-content {
    padding: 0.85rem;
    display: grid;
    gap: 0.45rem;
}

.crm-elearning-space-course-top,
.crm-elearning-space-quiz-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
}

.crm-elearning-space-course-content h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.crm-elearning-space-course-content p {
    margin: 0;
    color: #475569;
    font-size: 0.84rem;
}

.crm-elearning-space-course-meta {
    color: #64748b !important;
    font-size: 0.8rem !important;
}

.crm-elearning-space-course-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    background: rgba(192, 10, 40, 0.08);
    color: #c00a28;
    font-size: 0.78rem;
    font-weight: 800;
}

.crm-elearning-space-progress {
    width: 100%;
    height: 0.5rem;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.crm-elearning-space-progress > div {
    height: 100%;
    border-radius: inherit;
    background: #c00a28;
    transition: width 0.25s ease;
}

.crm-elearning-space-course-content small {
    color: #64748b;
    font-size: 0.76rem;
}

.crm-elearning-space-empty {
    border: 1px dashed #d2d8e4;
    border-radius: 0.9rem;
    padding: 1rem;
    background: #f8fafc;
}

.crm-elearning-space-empty h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.crm-elearning-space-empty p {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.88rem;
}

.crm-elearning-space-empty .crm-btn-primary {
    margin-top: 0.75rem;
}

.crm-elearning-space-quiz-card,
.crm-elearning-space-doc-row {
    border: 1px solid #d7deea;
    border-radius: 0.85rem;
    background: #fff;
    padding: 0.75rem;
    min-width: 0;
}

.crm-elearning-space-quiz-card {
    display: grid;
    gap: 0.65rem;
    align-content: start;
}

.crm-elearning-space-doc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
}

.crm-elearning-space-quiz-card h4 {
    margin: 0;
    font-size: 0.96rem;
    color: #0f172a;
}

.crm-elearning-space-quiz-card p {
    margin: 0;
    font-size: 0.84rem;
    color: #64748b;
}

.crm-elearning-space-quiz-score {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    border-radius: 999px;
    padding: 0 0.68rem;
    border: 1px solid #d7deea;
    background: #f8fafc;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 700;
}

.crm-elearning-space-quiz-score.is-success {
    border-color: #b7e4c7;
    background: #ecfdf3;
    color: #166534;
}

.crm-elearning-space-doc-upload {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}

.crm-elearning-space-doc-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card {
    border: 1px solid #d7deea;
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
    min-width: 0;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem !important;
    cursor: pointer;
    list-style: none;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card-head::-webkit-details-marker {
    display: none;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card[open] .crm-elearning-space-doc-card-head {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-toggle {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(-45deg);
    transition: transform 0.18s ease;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card[open] .crm-elearning-space-doc-toggle {
    transform: rotate(45deg);
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-title {
    min-width: 0;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card-head h3,
.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-extra h3 {
    margin: 0;
    font-size: 0.96rem;
    color: #0f172a;
    line-height: 1.35;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card-head p {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.45;
}

.crm-elearning-space-doc-status {
    display: inline-flex;
    align-items: center;
    min-height: 1.95rem;
    padding: 0 0.72rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.crm-elearning-space-doc-status.is-ready {
    background: #ecfdf3;
    color: #166534;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-panel {
    padding: 1rem 1.15rem 1.15rem !important;
    display: grid;
    gap: 1rem;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-file,
.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-number {
    border-radius: 0.7rem;
    background: #f8fafc;
    padding: 0.9rem 1rem !important;
    display: grid;
    gap: 0.35rem;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-file strong,
.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-number strong {
    font-size: 0.84rem;
    color: #0f172a;
    line-height: 1.35;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-file span,
.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-number span {
    font-size: 0.8rem;
    color: #64748b;
    word-break: break-word;
    line-height: 1.45;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-upload-slot {
    display: grid;
    gap: 1rem;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-upload-slot label {
    display: grid;
    gap: 0.45rem;
}

.crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-upload-slot label > span {
    color: #334155;
    font-size: 0.8rem;
    font-weight: 700;
}

.crm-elearning-space-doc-extra {
    margin-top: 0.9rem;
    display: grid;
    gap: 0.7rem;
}

.crm-elearning-space-doc-upload input[type="file"],
.crm-elearning-space-doc-upload-slot input[type="file"] {
    flex: 1 1 280px;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    min-height: 2.6rem;
    padding: 0.4rem 0.6rem;
}

.crm-elearning-space-doc-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 560px) {
    .crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card-head {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-status {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 1200px) {
    .crm-elearning-space-course-grid,
    .crm-elearning-space-quiz-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .crm-elearning-space-course-grid,
    .crm-elearning-space-quiz-list {
        grid-template-columns: minmax(0, 1fr);
    }
}

.crm-elearning-space-settings-form {
    border: 1px solid #d9e2ec;
    border-radius: 0.9rem;
    background: #fff;
    padding: 0.8rem;
    display: grid;
    gap: 0.65rem;
    margin-bottom: 0.8rem;
}

.crm-elearning-space-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.crm-elearning-space-settings-form label {
    display: grid;
    gap: 0.28rem;
}

.crm-elearning-space-settings-form label > span {
    color: #334155;
    font-size: 0.8rem;
    font-weight: 700;
}

.crm-elearning-space-settings-form input {
    width: 100%;
    min-height: 2.55rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    padding: 0 0.8rem;
    background: #fff;
    color: #0f172a;
}

.crm-elearning-space-settings-form input:focus {
    outline: none;
    border-color: #c00a28;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12);
}

.crm-elearning-space-shell input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="file"]),
.crm-elearning-space-shell select,
.crm-elearning-space-shell textarea {
    width: 100% !important;
    max-width: none !important;
    min-height: 3.35rem !important;
    border: 1.5px solid #b8c5d8 !important;
    border-radius: 0.72rem !important;
    padding: 0.9rem !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
}

.crm-elearning-space-shell input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="file"]):focus,
.crm-elearning-space-shell select:focus,
.crm-elearning-space-shell textarea:focus {
    border-color: #c00a28 !important;
    box-shadow: 0 0 0 3px rgba(192, 10, 40, 0.12) !important;
}

.crm-elearning-space-shell textarea {
    min-height: 8.5rem !important;
    resize: vertical !important;
}

.crm-elearning-space-shell input::placeholder,
.crm-elearning-space-shell textarea::placeholder {
    color: #8a94a6 !important;
    opacity: 1 !important;
}

.crm-elearning-space-shell label {
    width: 100%;
}

.crm-elearning-space-shell label > span {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #334155 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
}

.crm-elearning-space-doc-upload {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
}

.crm-elearning-space-inline-message {
    margin: 0.35rem 0 0.8rem !important;
    color: #166534 !important;
    font-size: 0.83rem !important;
    font-weight: 600 !important;
}

.crm-elearning-space-inline-message.is-error {
    color: #b91c1c !important;
}

.crm-btn-danger {
    border: 1px solid #c00a28;
    border-radius: 0.7rem;
    background: #fff;
    color: #c00a28;
    min-height: 2.6rem;
    padding: 0 0.95rem;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.crm-btn-danger-lite {
    border: 1px solid #efb6c1;
    border-radius: 0.6rem;
    background: #fff;
    color: #b42318;
    min-height: 2.2rem;
    padding: 0 0.72rem;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.crm-elearning-space-doc-upload input[type="file"],
.crm-elearning-space-doc-upload-slot input[type="file"] {
    width: 100% !important;
    min-height: 3.35rem !important;
    border: 1.5px solid #b8c5d8 !important;
    border-radius: 0.72rem !important;
    padding: 0.45rem !important;
    background: #fff !important;
    color: #475569 !important;
    font-size: 0.94rem !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
}

.crm-elearning-space-doc-upload input[type="file"]::file-selector-button,
.crm-elearning-space-doc-upload-slot input[type="file"]::file-selector-button {
    border: 1px solid #111827 !important;
    border-radius: 0.6rem !important;
    background: #111827 !important;
    color: #fff !important;
    padding: 0.72rem 0.95rem !important;
    margin-right: 0.75rem !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.crm-elearning-space-doc-upload input[type="file"]::-webkit-file-upload-button,
.crm-elearning-space-doc-upload-slot input[type="file"]::-webkit-file-upload-button {
    border: 1px solid #111827 !important;
    border-radius: 0.6rem !important;
    background: #111827 !important;
    color: #fff !important;
    padding: 0.72rem 0.95rem !important;
    margin-right: 0.75rem !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    cursor: pointer;
}

@media (min-width: 992px) {
    .crm-elearning-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: start;
    }

    .crm-elearning-checkout-layout {
        grid-template-columns: minmax(0, 1fr) 330px;
        align-items: start;
    }
}

@media (max-width: 768px) {
    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-topbar {
        min-height: 4.4rem;
        padding: 0 0.75rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-brand {
        font-size: 1.35rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-brand-logo {
        height: 2rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-main {
        padding: 1rem 0.85rem 1.1rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-main-inner {
        width: 100%;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-title {
        font-size: 2.1rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-step h2 {
        font-size: 1.1rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-form {
        grid-template-columns: 1fr;
    }

    .crm-elearning-checkout-fields-2 {
        grid-template-columns: 1fr;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        padding: 1rem 0.9rem 1.2rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary h2 {
        font-size: 1.45rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="checkout"] .crm-elearning-checkout-summary-line--total strong {
        font-size: 1.5rem;
    }

    .crm-elearning-kpi-grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .crm-elearning-kpi-card {
        padding: 0.86rem 0.9rem;
        border-radius: 0.85rem;
    }

    .crm-elearning-kpi-icon {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 0.75rem;
    }

    .crm-elearning-kpi-icon svg {
        width: 1.06rem;
        height: 1.06rem;
    }

    .crm-elearning-kpi-value {
        font-size: 1.4rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-card--catalog {
        padding: 0 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-main {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-card--catalog {
        max-height: none !important;
        border-right: 0 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap {
        padding: 0.75rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap video {
        min-height: 220px !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-summary {
        display: grid !important;
        gap: 0.45rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-summary-toggle {
        justify-self: start !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stats {
        gap: 0.65rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-hero-stat {
        width: 100%;
        justify-content: flex-start;
        border-radius: 1rem;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head {
        padding: 0.82rem 0.85rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-title {
        font-size: 0.93rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-meta {
        font-size: 0.82rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-panel {
        padding: 0.58rem 0.85rem 0.78rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-copy {
        padding: 0.85rem !important;
        font-size: 0.93rem !important;
        line-height: 1.65 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-prerequisites-item {
        gap: 0.7rem !important;
        padding: 0.9rem 0.85rem !important;
        font-size: 0.93rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson {
        grid-template-columns: 1fr !important;
        gap: 0.25rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-leading {
        gap: 0.58rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-actions {
        justify-content: space-between !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-space-gated .crm-course-sidebar {
        max-width: none !important;
        padding: 0.9rem 0.75rem 1rem !important;
    }

    .crm-elearning-space-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .crm-elearning-space-sidebar {
        grid-template-rows: auto;
        gap: 0.7rem;
    }

    .crm-elearning-space-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crm-elearning-space-main {
        padding: 0.75rem;
    }

    .crm-elearning-space-grid-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .crm-elearning-space-auth-card {
        width: min(100%, 96vw);
        padding: 1.1rem 1rem 1rem !important;
        border-radius: 16px !important;
    }

    .crm-elearning-space-auth-card h1 {
        font-size: 1.9rem !important;
    }

    .crm-elearning-space-auth-form input {
        min-height: 3.05rem !important;
    }

    .crm-elearning-space-auth-form .crm-btn-primary {
        min-height: 3rem !important;
    }

    .crm-elearning-space-auth-grid-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .crm-elearning-space-auth-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .crm-elearning-space-quiz-row,
    .crm-elearning-space-doc-row,
    .crm-elearning-space-doc-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .crm-elearning-space-quiz-actions {
        width: 100%;
        justify-content: space-between;
    }

    .crm-elearning-space-doc-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}


@media (max-width: 768px) {
    body.vtc-crm-elearning-space-body,
    html.vtc-crm-elearning-space-html {
        overflow-x: hidden !important;
    }

    body.vtc-crm-space-menu-open {
        overflow: hidden !important;
        touch-action: none;
    }

    .crm-elearning-space-shell {
        min-height: auto;
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .crm-elearning-space-mobile-bar {
        position: sticky;
        top: 0;
        z-index: 70;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.75rem;
        background: var(--crm-formation-dark-bg);
        background-size: cover;
        background-position: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .crm-elearning-space-mobile-brand {
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .crm-elearning-space-mobile-brand img {
        display: block;
        width: auto;
        max-width: min(12rem, 68vw);
        max-height: 2.35rem;
        object-fit: contain;
        border-radius: 0.45rem;
    }

    .crm-elearning-space-mobile-brand strong {
        color: #fff;
        font-size: 0.95rem;
        line-height: 1.2;
    }

    .crm-elearning-space-menu-toggle {
        width: 2.9rem;
        height: 2.9rem;
        min-height: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        flex: 0 0 auto;
    }

    .crm-elearning-space-menu-icon {
        width: 2rem;
        height: 2rem;
        color: currentColor;
    }

    .crm-elearning-space-menu-close svg {
        width: 1.1rem;
        height: 1.1rem;
        color: currentColor;
    }

    .crm-elearning-space-menu-icon svg,
    .crm-elearning-space-menu-close svg {
        width: 100%;
        height: 100%;
        display: block;
        stroke: currentColor;
        stroke-width: 2.25;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .crm-elearning-space-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 80;
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        background: rgba(15, 23, 42, 0.58);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease;
    }

    .crm-elearning-space-dashboard.is-space-menu-open .crm-elearning-space-menu-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .crm-elearning-space-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        width: min(84vw, 22rem);
        max-width: 100%;
        padding: 4.3rem 1rem 1rem !important;
        gap: 1.4rem !important;
        grid-template-rows: auto 1fr auto !important;
        overflow-y: auto;
        box-shadow: -18px 0 45px rgba(15, 23, 42, 0.35);
        transform: translateX(102%);
        transition: transform 0.25s ease;
        will-change: transform;
    }

    .crm-elearning-space-dashboard.is-space-menu-open .crm-elearning-space-sidebar {
        transform: translateX(0);
    }

    .crm-elearning-space-menu-close {
        position: absolute;
        top: 0.95rem;
        right: 0.95rem;
        width: 2.55rem;
        height: 2.55rem;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 0.7rem;
        background: rgba(255, 255, 255, 0.08);
        color: #e2e8f0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .crm-elearning-space-sidebar-brand img {
        max-width: 170px;
    }

    .crm-elearning-space-sidebar-brand {
        display: none;
    }

    .crm-elearning-space-sidebar-brand p {
        font-size: 0.9rem;
    }

    .crm-elearning-space-nav {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0.82rem !important;
    }

    .crm-elearning-space-nav button {
        min-height: 2.8rem !important;
        padding: 0.72rem 0.7rem !important;
        gap: 0.55rem !important;
        font-size: 0.84rem !important;
    }

    .crm-elearning-space-sidebar-actions {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.65rem !important;
        min-width: 0;
    }

    .crm-elearning-space-home,
    .crm-elearning-space-logout {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-height: 2.65rem !important;
        padding: 0 0.7rem !important;
        font-size: 0.82rem !important;
        overflow: hidden;
    }

    .crm-elearning-space-main {
        padding: 0.75rem !important;
    }

    .crm-elearning-space-page {
        border-radius: 0.85rem;
        padding: 0.85rem !important;
    }

    .crm-elearning-space-page > header h2 {
        font-size: 1.12rem;
    }

    .crm-elearning-space-course-grid,
    .crm-elearning-space-quiz-list,
    .crm-elearning-space-doc-grid,
    .crm-elearning-space-grid-2 {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .crm-elearning-space-course-card img {
        height: 10rem;
    }

    .crm-elearning-space-course-top,
    .crm-elearning-space-quiz-card-top {
        align-items: flex-start;
        gap: 0.7rem;
    }

    .crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-card-head {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 0.65rem;
        padding: 0.85rem !important;
    }

    .crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-status {
        grid-column: 2;
        justify-self: start;
    }

    .crm-elearning-space-page[data-space-page="documents"] .crm-elearning-space-doc-panel {
        padding: 0.85rem !important;
    }

    .crm-elearning-space-doc-actions .crm-btn-secondary,
    .crm-elearning-space-doc-actions .crm-btn-danger-lite {
        width: 100%;
        justify-content: center;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-content {
        min-height: auto !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-course-main,
    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-course-main {
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: auto !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-card--player {
        order: 1;
        min-height: auto !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-card--catalog {
        order: 2;
        height: auto !important;
        max-height: none !important;
        border-right: 0 !important;
        border-top: 1px solid #d9dce3 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-space-sidebar-tools {
        position: sticky !important;
        top: 0 !important;
        padding: 0.6rem !important;
        grid-template-columns: minmax(0, 1fr);
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-sidebar-toggle {
        min-height: 2.55rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-sidebar-search,
    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-accordion,
    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed .crm-elearning-accordion-summary {
        display: block !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"].is-sidebar-collapsed [data-el-sidebar-toggle-label] {
        display: inline !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-head {
        display: grid !important;
        gap: 0.35rem !important;
        padding: 0.8rem 0.9rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-head h3 {
        font-size: 1.05rem !important;
        line-height: 1.25 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-head span {
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap {
        padding: 0 !important;
        width: 100% !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front[data-mode="space"] .crm-elearning-player-wrap video {
        width: 100% !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9;
        object-fit: contain;
    }

    .crm-elearning-watermark {
        top: 0.5rem;
        left: 0.6rem;
        right: 0.6rem;
        max-width: none;
        font-size: 0.68rem;
        padding: 0.42rem 0.55rem;
    }

    .crm-elearning-player-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.55rem !important;
        padding: 0.75rem !important;
    }

    .crm-elearning-player-nav .crm-btn-primary,
    .crm-elearning-player-nav .crm-btn-secondary {
        min-height: 2.85rem !important;
        padding: 0.7rem 0.8rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-head {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0.45rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-left,
    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-right {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-accordion-right {
        padding-left: 2rem !important;
        flex-wrap: wrap !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0.55rem !important;
        padding: 0.82rem 0 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-leading {
        min-width: 0 !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-actions {
        width: 100% !important;
        justify-content: flex-start !important;
        gap: 0.5rem !important;
        flex-wrap: wrap !important;
        padding-left: 2.1rem !important;
    }

    .vtc-crm-shortcode.crm-course-page.crm-elearning-front .crm-elearning-lesson-link {
        min-height: 2.25rem !important;
        padding: 0.45rem 0.7rem !important;
    }
}

@media (max-width: 420px) {
    .crm-elearning-space-nav,
    .crm-elearning-space-sidebar-actions {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .crm-elearning-space-nav button,
    .crm-elearning-space-home,
    .crm-elearning-space-logout {
        width: 100% !important;
    }

    .crm-elearning-player-nav {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}
