.lp_bg {
    /* new */
    background: linear-gradient(to top, #FFFEF2 22%, #FFFFFE 99%);
}
.font-fs-lp,.lp-card-text,.lp-career-success__card-title{
    font-size: 14px !important;
}
.bottom-color {
    border-bottom: 4px solid var(--prime-ft-color);
}
.top-color {
    height: 35px !important;
    width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.manager-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:200px;
}
/* Learning path — career success (Figma variant B) */
.lp-career-success__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.lp-career-success__card-text {
    font-size: 13px !important;
}
.lp-career-success__cta {
    border-radius: 20px;
    background: linear-gradient(90deg, #fff9c4 0%, #fce4ec 100%);
}
.lp-career-success__cta-inner {
    position: relative;
    z-index: 1;
}
.lp-career-success__cta-copy {
    max-width: 36rem;
}
.lp-career-success__cta-btn {
    background-color: transparent;
    border: 2px solid #0a0a0a;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}
.lp-career-success__cta-btn:hover {
    background-color: rgba(10, 10, 10, 0.06);
}
.lp-career-success__cta-img {
    max-width: min(100%, 320px);
    height: auto;
    vertical-align: middle;
}
#learningplSplide .splide__pagination__page {
    background-color: rgba(10, 10, 10, 0.25);
}
#learningplSplide .splide__pagination__page.is-active {
    background-color: #0a0a0a;
}
@media (max-width: 992px) {
    .lp-career-success__cta-visual {
        order: 3;
    }
    .lp-career-success__cta-copy {
        max-width: 100%;
    }
}
.lp-btn:hover {
    cursor: pointer !important;
}
.learning-wid {
    width:272px;
}
.learn-wid-set {
    width: 270px;
    margin-left: -15px;
}
.starslp {
    color: orange;
}
.cards-body{
    height: 100%;
}
.cards-text {
    flex-grow: 1 !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 230px;
}
.lp-btn {
    margin-top:auto;
}
.carlearpathm {
    margin-bottom:0.1em !important;
}
.patyway-card {
    border: 1px solid #F6F6F6;
    background: #FFFEF2;
    box-shadow: 0 6.059px 14.137px -6.059px rgba(24, 39, 75, 0.12);
    height: 100%;
}
.lp-hero {
    background: #f7f3ea;
}
.card {
    border-radius: 16px;
}
.btn-danger {
    background-color: #ff4d2d;
    border-color: #ff4d2d;
}
.btn-outline-danger {
    border-color: #ff4d2d;
    color: #ff4d2d;
}
.btn-outline-danger:hover {
    background-color: #ff4d2d;
    color: #fff;
}
.lp-card {
    background: #fffef2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.lp-card-text b,
.lp-card-text strong {
    font-weight: 700;
}
.lp-journey-wrap {
    border-radius: 16px;
}
.lp-journey-card {
    border: 1px solid #e8e8ec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 12px 14px 14px;
    height: 100%;
}
.lp-journey-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
}
.text-more-lp{
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-more-lp1{
    height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.lp-journey-title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 10px;
}
.lp-journey-description {
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
    min-height: 120px;
}
.lp-journey-cta {
    background: #f3e6e1;
    border: 1px solid #f3e6e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.lp-journey-cta:hover {
    color: #ffffff !important;
    border-color: #ddc8bf;
    background: #ff4500;
}
.lp-journey-slide {
    padding: 2px;
}
.overview-lp{
    border: 0.6px solid #DFDFDF;
    background: linear-gradient(180deg, #FFF 0%, #FFFEF3 100%);
    box-shadow: 0 6.152px 14.354px -6.152px rgba(24, 39, 75, 0.12);
}
.bg-lp-form{
    background-color: #FA4A23;
}
.bg-lp-form:hover{
    opacity: 0.8;
}
.splide__pagination__page.is-active {
    background: #414040 !important;
}
@media (min-width: 992px) {
    .lp-cards-container{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .manager-card {
        height:251px;
    }
    .width-lp-banner{
        width: 85%;
    }
}
@media (max-width: 992px) {
    .lp-journey-wrap {
        padding: 12px;
    }
    .lp-journey-title {
        font-size: 24px;
    }
    .lp-journey-description {
        min-height: auto;
    }
    .fs-overview{
        font-size: 14px !important;
    }
    .font-fs-lp,.lp-card-text{
        font-size: 13px !important;
    }
}