.checkout-debug-pre {
    background: #111;
    color: #0f0;
    padding: 12px;
    margin: 12px auto;
    max-width: 1200px;
    font-size: 12px;
    white-space: pre-wrap;
}

.schedule-debug-pre-bootstrap {
    background: #000;
    color: #7cfc00;
    padding: 14px;
    font-size: 12px;
    white-space: pre-wrap;
    overflow: auto;
    border: 2px solid #7cfc00;
    margin: 16px 0;
}

.schedule-debug-pre-main {
    background: #111;
    color: #0f0;
    padding: 12px;
    font-size: 12px;
    overflow: auto;
    white-space: pre-wrap;
}

.schedule-debug-pre-count {
    background: #220;
    color: #ffb3b3;
    padding: 12px;
    font-size: 12px;
    overflow: auto;
    white-space: pre-wrap;
}

.archive-schedule-debug-pre {
    background: #111;
    color: #00e5ff;
    padding: 12px;
    font-size: 12px;
    white-space: pre-wrap;
    overflow: auto;
    margin: 16px 0;
}

.agreements-debug-pre {
    background: #111;
    color: #0f0;
    padding: 8px;
    margin: 8px 0;
    font-size: 12px;
    white-space: pre-wrap;
}

.schedule-header-cover {
    padding: 8rem 0;
    text-align: left;
}

/* Rich text styling in schedule header without shrinking form width */
.schedule-prose {
    width: 100%;
    max-width: none;
    color: inherit;
}

.schedule-prose h1,
.schedule-prose h2,
.schedule-prose h3,
.schedule-prose h4,
.schedule-prose h5,
.schedule-prose h6 {
    color: inherit;
    line-height: 1.2;
    margin: 0.6em 0 0.35em;
}

.schedule-prose p,
.schedule-prose ul,
.schedule-prose ol {
    margin: 0.5em 0;
}

.schedule-prose ul,
.schedule-prose ol {
    padding-left: 1.25rem;
}

.schedule-prose a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.14em;
    text-decoration-thickness: 1px;
    transition: color .2s ease, text-decoration-color .2s ease, text-decoration-thickness .2s ease;
}

.schedule-prose a:hover,
.schedule-prose a:focus {
    color: #ffffff;
    text-decoration-color: #ffffff;
    text-decoration-thickness: 2px;
}

.schedule-prose a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
}

.schedule-prose form,
.schedule-prose .search-form {
    max-width: none;
}

.checkout-heading-tight {
    margin-bottom: 0;
}

.agreement-explanation-wrap {
    display: -webkit-box;
}

.agreement-tooltip-icon {
    background-size: cover;
    width: 16px;
    height: 16px;
    margin: 0.1em 0 0 0.5em;
}

.agreement-extra-scroll {
    width: 100%;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 0.7em;
}

.field.field--acceptance.only-subscription {
    background-color: #ffebee;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.package-radio-row {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.checkout-addon-subtitle {
    text-align: justify;
}

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

.checkout-error-icon {
    width: 64px;
    height: 64px;
}

.schedule-fields-tight {
    gap: 0.5rem !important;
}

/* Select2 option contrast fix (schedule filters) */
.select2-container--default .select2-results__option--selectable {
    background-color: #ffffff !important;
    color: #111827 !important;
}

.select2-container--default .select2-results__option--selectable.select2-results__option--selected {
    background-color: #e5e7eb !important;
    color: #111827 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selectable:hover,
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
    background-color: #4f8ce5 !important;
    color: #ffffff !important;
}

.country-selector-wrap {
    padding: 0;
}

.content-max-1024 {
    max-width: 1024px;
}

.force-no-underline,
.force-no-underline:hover,
.force-no-underline:focus {
    text-decoration: none !important;
}

.section-offset-block {
    padding: 4rem 0;
    margin-top: -4rem;
}

.section-green-rounded {
    border-radius: 16px;
}

.jumbo-bg-symbol {
    max-width: 50%;
    opacity: 1;
}

.vimeo-facade-tab {
    position: relative;
    padding-bottom: 56.25%;
    background: #000;
    cursor: pointer;
}

.vimeo-facade-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vimeo-facade-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 14px;
}

.vimeo-facade-play-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.testimonial-attachment-img {
    width: 100%;
    height: auto;
}

.testimonial-pdf-frame {
    border: none;
}

.calc-flex-spacer {
    flex: 1;
}

.calc-debug-pre {
    text-align: left;
    background: #f0f0f0;
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.dev-env-indicator {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd700;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 700;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lang-flag-img {
    width: 16px;
    height: 12px;
    object-fit: cover;
    margin-right: 6px;
    vertical-align: middle;
}

.mobile-footer-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.mobile-footer-col {
    flex: 1;
}

.mobile-footer-price-note {
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
}

.mobile-footer-price-value {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
}

.mobile-footer-subnote {
    font-size: 12px;
    color: #666;
}

.mobile-footer-actions {
    display: flex;
    gap: 0.5rem;
    flex: 1;
}

.mobile-footer-action-fill {
    flex: 1;
}

#checkout-form input:not([type="submit"]):not([type="button"]),
#checkout-form textarea,
#checkout-form select,
#checkout-form label span:not(.font-bold):not(.font-semibold):not(.font-medium),
#checkout-form .field,
#checkout-form .fields {
    font-weight: 400 !important;
}

/* Footer widget styles moved from footer.php */
.footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin: 0;
}

.footer-widget ul li a {
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-font-size);
    line-height: var(--paragraph-line-height);
    letter-spacing: 0.35px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #a7f3d0;
}

.footer-widget p {
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-font-size);
    line-height: var(--paragraph-line-height);
    letter-spacing: 0.35px;
    color: #fff;
    margin: 0 0 1rem 0;
}

.footer-widget p a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-widget p a:hover {
    color: #a7f3d0;
}

.grid.grid-cols-1.lg\:grid-cols-2 .widget p {
    font-family: var(--caption-font-family);
    font-size: 0.75rem;
    line-height: 1rem;
    opacity: 0.5;
    color: #fff;
    margin: 0 0 1rem 0;
}

/* Course card styles moved from template-parts/course-card.php */
.course-image-link,
.course-title-link,
.course-image-link:hover,
.course-title-link:hover {
    text-decoration: none !important;
}

.course-card-container {
    width: 100%;
    max-width: 380px;
    flex: 1 1 auto;
}

@media (min-width: 768px) {
    .course-card-container {
        flex: 0 0 calc(50% - 12px);
        width: calc(50% - 12px);
        max-width: 380px;
    }
}

@media (min-width: 1024px) {
    .course-card-container {
        flex: 0 0 calc(33.333% - 16px);
        width: calc(33.333% - 16px);
        max-width: 380px;
    }
}

/* Free courses slider styles moved from block-free-courses.php */
.courses-slider-container {
    position: relative;
    padding: 0 70px;
}

@media (max-width: 768px) {
    .courses-slider-container {
        padding: 0;
    }
}

.courses-slider-container .courses-slider .slick-prev,
.courses-slider-container .courses-slider .slick-next {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    z-index: 999 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    font-size: 0 !important;
}

.courses-slider-container .courses-slider .slick-prev {
    left: 10px !important;
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/arrow-left.webp") !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.courses-slider-container .courses-slider .slick-next {
    right: 10px !important;
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/arrow-right.webp") !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.courses-slider-container .courses-slider .slick-prev:before,
.courses-slider-container .courses-slider .slick-next:before {
    display: none !important;
    content: "" !important;
}

.courses-slider-container .courses-slider .slick-prev:hover,
.courses-slider-container .courses-slider .slick-next:hover {
    background-color: #f8f9fa !important;
}

.courses-slider-container .courses-slider .slick-dots {
    bottom: -50px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.courses-slider-container .courses-slider .slick-dots li {
    display: inline-block !important;
    margin: 0 5px !important;
}

.courses-slider-container .courses-slider .slick-dots li button {
    font-size: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    border-radius: 50% !important;
    background: #ccc !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.courses-slider-container .courses-slider .slick-dots li button:before {
    display: none !important;
}

.courses-slider-container .courses-slider .slick-dots li.slick-active button {
    background: #22c55e !important;
}

.courses-slider-container .courses-slider .slick-slide {
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.courses-slider-container .courses-slider .slick-slide .rounded-2xl {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 768px) {
    .courses-slider-container .courses-slider .slick-prev,
    .courses-slider-container .courses-slider .slick-next {
        display: none !important;
    }

    .courses-slider-container {
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* Testimonials styles moved from block-testimonials.php */
.slick-prev,
.slick-next {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    z-index: 999 !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

.slick-prev {
    left: -70px !important;
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/arrow-left.webp") !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-next {
    right: -70px !important;
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/arrow-right.webp") !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.slick-dots {
    bottom: -50px !important;
}

.slick-dots li button:before {
    color: #ccc !important;
    font-size: 12px !important;
}

.slick-dots li.slick-active button:before {
    color: #22c55e !important;
    font-size: 14px !important;
}

.testimonial-bg-pattern {
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/testimonial-bg.svg");
}

/* Why choose us background decorations moved from block-why-to-choose-us.php */
.why-choose-us-section {
    position: relative;
}

.why-choose-us-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/bg-benefits-left.webp");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.why-choose-us-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 250px;
    background-image: url("/wp-content/themes/inprogressplus-checkout/assets/images/bg-benefits-right.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.slider-large-item {
    z-index: 999999999;
    background-size: cover;
    background-position: center;
}
