.gf-course-method,
.gf-course-method *,
.gf-cert-quality,
.gf-cert-quality *,
.gf-course-fit,
.gf-course-fit *,
.gf-course-info,
.gf-course-info *,
.gf-course-final-cta,
.gf-course-final-cta * {
    box-sizing: border-box;
}

.gf-course-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #18ad8c;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .09em;
}

.gf-course-method {
    display: grid;
    grid-template-columns: minmax(250px, .8fr) minmax(0, 1.4fr);
    gap: 55px;
    padding: 48px 0 55px;
}

.gf-course-method__intro {
    align-self: start;
    position: sticky;
    top: 30px;
}

.gf-course-method h2,
.gf-course-fit h2,
.gf-course-info h2 {
    margin: 7px 0 16px;
    color: #10172d;
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.2;
    text-transform: none !important;
}

.gf-course-method__intro p,
.gf-course-info__header p {
    margin: 0;
    color: #626774;
    font-size: 16px;
    line-height: 1.75;
}

.gf-course-method__list {
    border-top: 1px solid #e5e7eb;
}

.gf-course-method__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e7eb;
}

.gf-course-method__icon,
.gf-course-fit__check {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecf9f6;
    color: #18ad8c;
    font-weight: 700;
}

.gf-course-method__icon {
    width: 42px;
    height: 42px;
    font-size: 12px;
}

.gf-course-method__item h3,
.gf-course-fit__point h3 {
    margin: 0 0 7px;
    color: #10172d;
    font-size: 18px;
    line-height: 1.3;
    text-transform: none !important;
}

.gf-course-method__item p,
.gf-course-fit__point p {
    margin: 0;
    color: #686e7b;
    font-size: 14px;
    line-height: 1.7;
}

.gf-cert-quality {
    margin: 20px 0 60px;
    padding: 46px;
    border-radius: 20px;
    background: #10172d;
}

.gf-cert-quality--certification-only {
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}

.gf-cert-quality--iso-only {
    margin-top: 0;
    padding-top: 0;
    border-radius: 0 0 20px 20px;
}

.gf-cert-quality__heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.gf-cert-quality .gf-course-kicker,
.gf-cert-quality__iso-label,
.gf-course-level-check__label,
.gf-course-final-cta__side-label {
    color: #55d6b9;
}

.gf-cert-quality__heading h2,
.gf-cert-quality__iso-content h3,
.gf-course-level-check h3,
.gf-course-final-cta__content h2,
.gf-course-final-cta__side strong {
    color: #fff;
    text-transform: none !important;
}

.gf-cert-quality__heading h2 {
    margin: 7px 0 14px;
    font-size: clamp(28px, 3vw, 39px);
    line-height: 1.18;
}

.gf-cert-quality__heading p,
.gf-cert-quality__iso-content p,
.gf-course-level-check p,
.gf-course-final-cta__content > p,
.gf-course-final-cta__side p {
    color: rgba(255, 255, 255, .73);
    font-size: 16px;
    line-height: 1.75;
}

.gf-cert-quality__heading p,
.gf-course-level-check p,
.gf-course-final-cta__content > p,
.gf-course-final-cta__side p {
    margin: 0;
}

.gf-cert-quality__certs {
    padding: 30px;
    border-radius: 16px;
    background: #fff;
}

.gf-cert-quality__cert-intro {
    max-width: 760px;
    margin-bottom: 27px;
}

.gf-cert-quality__eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #eaf8f5;
    color: #18ad8c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.gf-cert-quality__cert-intro h3 {
    margin: 0 0 10px;
    color: #10172d;
    font-size: 25px;
    line-height: 1.25;
    text-transform: none !important;
}

.gf-cert-quality__cert-intro p {
    margin: 0;
    color: #626774;
    font-size: 15px;
    line-height: 1.7;
}

.gf-cert-quality__logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gf-cert-quality__single {
    display: grid;
    grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
    gap: 30px;
    align-items: center;
}

.gf-cert-quality__single-content {
    color: #626774;
    font-size: 15px;
    line-height: 1.7;
}

.gf-cert-quality__institutional {
    margin: 0 0 18px;
    color: #10172d;
    font-weight: 600;
}

.gf-cert-quality__single-content ul {
    margin: 0;
    padding-left: 20px;
}

.gf-cert-quality__single-content li + li {
    margin-top: 8px;
}

.gf-cert-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 20px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    background: #fff;
}

.gf-cert-card--exam {
    border: 2px solid #20b894;
}

.gf-cert-card__status {
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #eaf8f5;
    color: #129377;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.gf-cert-card__status--prep {
    background: #f2f4f7;
    color: #6d7380;
}

.gf-cert-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    margin: 2px 0 18px;
}

.gf-cert-card__logo img,
.gf-cert-quality__iso-logo img {
    display: block;
    width: auto;
    max-width: 95%;
    max-height: 110px;
    object-fit: contain;
}

.gf-cert-card strong {
    display: block;
    margin-top: auto;
    margin-bottom: 3px;
    color: #10172d;
    font-size: 17px;
}

.gf-cert-card > span:last-child {
    color: #777d89;
    font-size: 12px;
    line-height: 1.45;
}

.gf-cert-quality__iso {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 18px;
    padding: 27px 30px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
}

.gf-cert-quality__iso-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 115px;
    padding: 13px;
    border-radius: 11px;
    background: #fff;
}

.gf-cert-quality__iso-logo img {
    max-height: 95px;
}

.gf-cert-quality__iso-label,
.gf-course-level-check__label,
.gf-course-final-cta__side-label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .09em;
}

.gf-cert-quality__iso-content h3 {
    margin: 0 0 9px;
    font-size: 22px;
    line-height: 1.3;
}

.gf-cert-quality__iso-content p {
    margin: 0;
    font-size: 14px;
}

.gf-course-fit {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: 42px;
    align-items: stretch;
    padding: 50px 0 55px;
}

.gf-course-fit--level-check-only {
    grid-template-columns: minmax(260px, 520px);
    justify-content: center;
}

.gf-course-fit__lead {
    max-width: 720px;
    margin: 0 0 30px;
    color: #626774;
    font-size: 17px;
    line-height: 1.7;
}

.gf-course-fit__points {
    display: grid;
    gap: 20px;
}

.gf-course-fit__point {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 14px;
}

.gf-course-fit__check {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.gf-course-fit__point h3 {
    margin-top: 1px;
    font-size: 17px;
}

.gf-course-level-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    border-radius: 18px;
    background: #10172d;
    color: #fff;
}

.gf-course-level-check h3 {
    margin: 0 0 13px;
    font-size: 25px;
    line-height: 1.25;
}

.gf-course-level-check p {
    margin-bottom: 22px;
    font-size: 14px;
}

.gf-course-level-check__button,
.gf-course-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
}

.gf-course-level-check__button {
    background: #20b894;
    color: #fff !important;
}

.gf-course-level-check__note {
    margin-top: 12px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    text-align: center;
}

.gf-course-info {
    padding: 50px 0 55px;
}

.gf-course-info__header {
    max-width: 720px;
    margin-bottom: 30px;
}

.gf-course-info__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.gf-course-info__item {
    padding: 25px 22px;
    border-right: 1px solid #e5e7eb;
}

.gf-course-info__item:last-child {
    border-right: 0;
}

.gf-course-info__label {
    display: block;
    margin-bottom: 8px;
    color: #18ad8c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gf-course-info__item strong {
    display: block;
    margin-bottom: 7px;
    color: #10172d;
    font-size: 19px;
    line-height: 1.3;
}

.gf-course-info__item p,
.gf-course-info__notice p {
    margin: 0;
    color: #777c88;
    font-size: 13px;
    line-height: 1.55;
}

.gf-course-info__notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 18px;
    padding: 20px 24px;
    border-radius: 12px;
    background: #f7f9fb;
}

.gf-course-info__notice strong {
    display: block;
    margin-bottom: 3px;
    color: #10172d;
    font-size: 15px;
}

.gf-course-info__link {
    flex: 0 0 auto;
    color: #18ad8c !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.gf-course-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr);
    overflow: hidden;
    margin: 20px 0 60px;
    border-radius: 20px;
    background: #18ad8c;
}

.gf-course-final-cta__content {
    padding: 46px;
}

.gf-course-final-cta__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .09em;
}

.gf-course-final-cta__content h2 {
    max-width: 720px;
    margin: 0 0 15px;
    font-size: clamp(29px, 3.5vw, 42px);
    line-height: 1.15;
}

.gf-course-final-cta__content > p {
    max-width: 670px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, .86);
}

.gf-course-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gf-course-final-cta__button {
    min-height: 50px;
    padding: 0 22px;
}

.gf-course-final-cta__button--primary {
    background: #fff;
    color: #10172d !important;
}

.gf-course-final-cta__button--secondary {
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .08);
    color: #fff !important;
}

.gf-course-final-cta__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.gf-course-final-cta__meta span {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
}

.gf-course-final-cta__side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background: #10172d;
}

.gf-course-final-cta__side strong {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 1.3;
}

.gf-course-final-cta__side p {
    margin: 0 0 18px;
    font-size: 13px;
}

.gf-course-final-cta__side a {
    color: #55d6b9 !important;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none !important;
}

/* LearnPress/Eduma presentation policy for canonical catalog courses only. */
body.gf-canonical-course .thim-ekit-single-course__tabs > .ekits-course-tabs {
    display: none !important;
}

body.gf-canonical-course .thim-ekit-single-course__tabs > .ekits-content-course-tabs {
    padding-top: 0 !important;
    border-top: 0 !important;
}

body.gf-canonical-course #learn-press-course-description .thim-course-content {
    float: none;
    clear: both;
    width: 100%;
    max-width: none;
    padding-right: 0;
    border-right: 0;
}

body.gf-canonical-course #learn-press-course-description .gf-course-components {
    clear: both;
    width: 100%;
}

body.gf-canonical-course.gf-course-price-pending .elementor-widget-thim-ekits-course-price,
body.gf-canonical-course #sidebar .elementor-widget-thim-ekits-course-meta,
body.gf-canonical-course #sidebar .elementor-element-08ae8b9 {
    display: none !important;
}

body.gf-canonical-course .elementor-widget-thim-ekits-course-title .thim-ekit-single-course__title__content {
    max-width: 920px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-wrap: balance;
}

body.gf-canonical-course #sidebar .theiaStickySidebar > .e-con-inner > .e-con {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 23, 45, .1);
}

body.gf-canonical-course #sidebar .thim-ekit-single-course__image img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

@media (max-width: 900px) {
    .gf-cert-quality__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    body.gf-canonical-course #sidebar .theiaStickySidebar {
        position: static !important;
        top: auto !important;
        width: 100% !important;
        max-width: 560px;
        margin-right: auto;
        margin-left: auto;
        transform: none !important;
    }
}

@media (max-width: 850px) {
    .gf-course-info__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gf-course-info__item:nth-child(2) {
        border-right: 0;
    }

    .gf-course-info__item:nth-child(-n+2) {
        border-bottom: 1px solid #e5e7eb;
    }
}

@media (max-width: 767px) {
    body.gf-canonical-course .elementor-widget-thim-ekits-course-title .thim-ekit-single-course__title__content {
        font-size: clamp(30px, 9vw, 42px);
    }

    body.gf-canonical-course #sidebar .thim-ekit-single-course__image img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .gf-course-method,
    .gf-course-fit,
    .gf-course-final-cta {
        grid-template-columns: 1fr;
    }

    .gf-course-method,
    .gf-course-fit,
    .gf-course-info {
        gap: 30px;
        padding: 35px 0 40px;
    }

    .gf-course-method__intro {
        position: static;
    }

    .gf-course-method__item {
        grid-template-columns: 42px 1fr;
    }

    .gf-cert-quality {
        padding: 30px 20px;
    }

    .gf-cert-quality--iso-only {
        padding-top: 0;
    }

    .gf-cert-quality__certs {
        padding: 22px 16px;
    }

    .gf-cert-quality__iso {
        grid-template-columns: 1fr;
    }

    .gf-cert-quality__single {
        grid-template-columns: 1fr;
    }

    .gf-cert-quality__iso-logo {
        max-width: 180px;
    }

    .gf-course-level-check {
        padding: 26px 22px;
    }

    .gf-course-final-cta__content {
        padding: 32px 22px;
    }

    .gf-course-final-cta__side {
        padding: 27px 22px;
    }

    .gf-course-final-cta__actions {
        flex-direction: column;
    }

    .gf-course-final-cta__button {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .gf-cert-quality__logos,
    .gf-course-info__grid {
        grid-template-columns: 1fr;
    }

    .gf-cert-card {
        min-height: 230px;
    }

    .gf-course-info__item {
        border-right: 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .gf-course-info__item:last-child {
        border-bottom: 0;
    }

    .gf-course-info__notice {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* Canonical commercial course template. The course data remains in LearnPress;
 * this layer only composes its approved presentation. */
body.gf-canonical-course .elementor-widget-thim-ekits-course-image,
body.gf-canonical-course .elementor-widget-thim-ekits-course-description,
body.gf-canonical-course .elementor-widget-thim-ekits-course-meta,
body.gf-canonical-course .elementor-widget-thim-ekits-course-buttons {
    display: none !important;
}

/* The Elementor course template keeps an LMS sidebar column even when its
 * widgets are hidden. Remove that now-empty column for canonical courses and
 * let the commercial template use the complete content width. */
body.gf-canonical-course .elementor-element-245ac4c {
    --width: 0% !important;
    display: none !important;
}

body.gf-canonical-course .elementor-element-75cdcf4 > .e-con-inner {
    display: block !important;
}

body.gf-canonical-course .elementor-element-75cdcf4 {
    --flex-direction: column !important;
}

body.gf-canonical-course .elementor-element-ec2ebf7 {
    --width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 !important;
}

body.gf-canonical-course .elementor-widget-thim-ekits-course-title .thim-ekit-single-course__title__content,
body.gf-canonical-course #learn-press-course-description .thim-course-content {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: 1240px !important;
    margin-right: auto;
    margin-left: auto;
}

body.gf-canonical-course #learn-press-course-description .thim-course-content {
    display: flow-root;
    float: none !important;
    clear: both !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Eduma uses an overflow wrapper around the overview panel. Sticky descendants
 * need that wrapper to remain visible; this is deliberately scoped to the
 * canonical course presentation. */
body.gf-canonical-course .ekits-content-course-tabs,
body.gf-canonical-course .course-tab-panel-overview,
body.gf-canonical-course #learn-press-course-description,
body.gf-canonical-course #learn-press-course-description .thim-course-content,
body.gf-canonical-course .elementor-widget-thim-ekits-course-tabs,
body.gf-canonical-course .elementor-widget-thim-ekits-course-tabs > .elementor-widget-container,
body.gf-canonical-course .elementor-widget-thim-ekits-course-tabs .e-con,
body.gf-canonical-course .elementor-widget-thim-ekits-course-tabs .e-con-inner {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

body.gf-canonical-course .gf-course-template,
.gf-course-template,
.gf-course-template * {
    box-sizing: border-box;
}

.gf-course-template {
    display: grid;
    grid-template-columns: minmax(270px, 29fr) minmax(0, 71fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: stretch;
    padding: 22px 0 64px;
}

.gf-course-template__content {
    display: flow-root;
    min-width: 0;
    align-self: start;
}

.gf-course-template__content .gf-course-components {
    display: flow-root;
}

.gf-course-template__intro {
    padding: 9px 0 34px;
    border-bottom: 1px solid #e5e7eb;
    color: #626774;
    font-size: 17px;
    line-height: 1.75;
}

.gf-course-template__intro > :first-child {
    margin-top: 0;
}

.gf-course-template__intro > :last-child {
    margin-bottom: 0;
}

.gf-course-template__intro h2,
.gf-course-template__intro h3 {
    color: #10172d;
    line-height: 1.25;
    text-transform: none !important;
}

.gf-course-template__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(26px, 3vw, 34px);
}

.gf-course-template__intro h2:not(:first-child) {
    margin-top: 30px;
}

.gf-course-template__intro p,
.gf-course-template__intro ul {
    margin: 0 0 17px;
}

.gf-course-template__intro li + li {
    margin-top: 8px;
}

.gf-course-sidebar__sticky {
    overflow: hidden;
    position: sticky;
    top: 32px;
    border: 1px solid #e2e7ea;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 23, 45, .09);
}

body.gf-canonical-course .gf-course-sidebar {
    position: static !important;
    top: auto !important;
    align-self: stretch !important;
    height: auto !important;
}

.gf-course-sidebar__media {
    min-height: 186px;
    background: #eaf8f5;
}

.gf-course-sidebar__media img {
    display: block;
    width: 100%;
    min-height: 186px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.gf-course-sidebar__fallback {
    display: flex;
    min-height: 186px;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(145deg, #10172d, #1d5360);
    color: #fff;
}

.gf-course-sidebar__fallback span {
    margin-bottom: 8px;
    color: #70e2c7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
}

.gf-course-sidebar__fallback strong {
    font-size: clamp(36px, 6vw, 54px);
    line-height: 1;
}

.gf-course-sidebar__details {
    margin: 0;
    padding: 7px 24px;
}

.gf-course-sidebar__details > div {
    padding: 16px 0;
    border-bottom: 1px solid #edf0f2;
}

.gf-course-sidebar__details > div:last-child {
    border-bottom: 0;
}

.gf-course-sidebar__details dt {
    margin-bottom: 5px;
    color: #18ad8c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gf-course-sidebar__details dd {
    margin: 0;
    color: #10172d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.gf-course-sidebar__whatsapp {
    display: flex;
    min-height: 52px;
    margin: 0 20px 20px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #18ad8c;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .015em;
    text-align: center;
    text-decoration: none !important;
}

.gf-course-template .gf-course-method,
.gf-course-template .gf-course-fit,
.gf-course-template .gf-course-info {
    padding: 48px 0;
}

.gf-course-template .gf-course-method {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(30px, 5vw, 58px);
}

.gf-course-template .gf-course-method__intro {
    position: static;
}

.gf-course-template .gf-cert-quality {
    margin: 0 0 48px;
}

.gf-course-template .gf-cert-quality--iso-only {
    margin-top: -48px;
}

.gf-course-template .gf-course-fit--level-check-only {
    justify-content: stretch;
}

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

.gf-course-template .gf-course-info__item {
    border-bottom: 0;
}

.gf-course-template .gf-course-final-cta {
    margin: 0;
}

@media (max-width: 900px) {
    body.gf-canonical-course .elementor-widget-thim-ekits-course-title .thim-ekit-single-course__title__content,
    body.gf-canonical-course #learn-press-course-description .thim-course-content {
        width: min(100% - 36px, 760px);
    }

    .gf-course-template {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 12px;
    }

    .gf-course-sidebar__sticky {
        position: static;
        max-width: 640px;
    }

    body.gf-canonical-course .gf-course-sidebar {
        position: static !important;
        top: auto !important;
        height: auto;
    }

    .gf-course-template .gf-course-method {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gf-course-template {
        padding-bottom: 38px;
    }

    .gf-course-template__intro {
        padding-bottom: 28px;
        font-size: 16px;
    }

    .gf-course-template .gf-course-method,
    .gf-course-template .gf-course-fit,
    .gf-course-template .gf-course-info {
        padding: 35px 0;
    }

    .gf-course-template .gf-cert-quality {
        margin-bottom: 35px;
    }

    .gf-course-template .gf-cert-quality--iso-only {
        margin-top: -35px;
    }
}
