﻿form .input-validation-error, form .input-validation-error .btn {
    background-color: #FFD7D7 !important;
}

::placeholder {
    color: #bebebe;
}

div.lp-pom-root .lp-pom-text span {
    line-height: inherit;
}

div.lp-pom-root .lp-pom-text a, .cke-text a {
    text-decoration: none;
}

/* Layout container (keeps it nicely centered and responsive) */
.progress-wrap {
    max-width: 900px; /* grow/shrink with screen but never exceed 900px */
    margin: 0 auto;
    padding: 12px 16px; /* some breathing room on mobile */
    padding-top: 30px;
}

/* Progress component */
.progress {
    --p: 0; /* progress (0–100). override inline or via a class */
    --h: 22px; /* bar height */
    --track: #e5e7eb; /* track color (gray-200) */
    --fill: #1f8657; /* fill color (blue-600) */
    --fill-grad: linear-gradient(90deg, rgba(255,255,255,.15), transparent);
    position: relative;
    height: var(--h);
}

/* Percentage label (above the bar) */
.progress__label {
    position: absolute;
    top: calc(-1.5rem - 2px);
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: .3px;
    color: #0f172a; /* slate-900 */
    font-family: Roboto;
    font-weight: 900;
    font-size: 1rem;
}

/* Track & fill */
.progress__track,
.progress__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.progress__track {
    right: 0;
    background: var(--track);
}

.progress__bar {
    width: calc(var(--p)*1%);
    background: var(--fill);
    transition: width .35s ease;
}

.progress__icon {
    --box: calc(var(--h) * 1.6); /* scale relative to bar height */
    position: absolute;
    right: calc(var(--box) * -0.4); /* overlap slightly outside */
    top: 50%;
    transform: translateY(-50%);
    height: var(--box);
    width: auto; /* responsive sizing */
    object-fit: contain;
}

/* Small screens: make the bar a touch taller for better tap targets/visibility */
@media (max-width: 480px) {
    .progress {
        --h: 14px;
    }

    .progress__label {
        font-size: .85rem;
    }
}


.progress-bar-container {
    max-width: 1000px;
    width: 100%;
    position: absolute;
    left: 123.5px;
    top: 159px;
}

@media only screen and (max-width: 600px) {
    .progress-bar-container {
        max-width: 1000px;
        width: 100%;
        position: absolute;
        left: 3px;
        top: 153px;
    }

    .progress-wrap {
        padding-top: 20px;
    }

}

#lp-pom-block-46 {
    border-top: 2px solid darkgray;
}

@media only screen and (max-width: 600px) {
    /*mobile override*/
    #lp-pom-text-749 p,
    #lp-pom-text-705 p {
        line-height: 3rem !important;
    }

    #lp-pom-text-749 {
        top: 228px;
    }

    #lp-pom-text-705 {
        top: 208px;
    }

    #lp-pom-text-754 p {
        line-height: 1.7rem !important;
    }

}