.lpp-workshops {
    display: grid;
    gap: 24px;
}

.lpp-calendar {
    border: 1px solid #ded6c9;
    border-radius: 8px;
    overflow: hidden;
}

.lpp-calendar-header {
    align-items: end;
    background: #f7f1e7;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 20px;
}

.lpp-calendar-header h2 {
    color: #2d2520;
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
}

.lpp-calendar-header p {
    color: #63714f;
    font-weight: 800;
    margin: 0;
}

.lpp-calendar-nav {
    display: inline-flex;
    gap: 8px;
}

.lpp-calendar-nav a {
    align-items: center;
    background: #63714f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    min-width: 112px;
    padding: 10px 14px;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}

.lpp-calendar-nav-arrow {
    font-size: 20px;
    line-height: 1;
}

.lpp-calendar-nav-month {
    line-height: 1.2;
}

.lpp-calendar-nav-next {
    justify-content: center;
}

.lpp-calendar-nav a:hover,
.lpp-calendar-nav a:focus {
    background: #4f5c3d;
    color: #fff;
}

.lpp-calendar-nav a:focus-visible {
    box-shadow: 0 0 0 3px rgba(99, 113, 79, .28);
    outline: 2px solid #2d2520;
    outline-offset: 2px;
}

.lpp-calendar-weekdays,
.lpp-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.lpp-calendar-weekdays span {
    background: #63714f;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 8px;
    text-align: center;
}

.lpp-calendar-day {
    align-content: start;
    background: #fffdf8;
    border-right: 1px solid #e5dccf;
    border-top: 1px solid #e5dccf;
    min-height: 132px;
    overflow: visible;
    padding: 8px;
}

.lpp-calendar-day:nth-child(7n) {
    border-right: 0;
}

.lpp-calendar-day-empty {
    background: #faf6ed;
}

.lpp-calendar-number {
    color: #2d2520;
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.lpp-calendar-number-mobile {
    display: none;
}

.lpp-calendar-event {
    align-content: start;
    background: #eef3e8;
    border: 1px solid #d6dfcc;
    border-radius: 6px;
    color: #2d2520;
    display: grid;
    gap: 4px;
    grid-auto-rows: max-content;
    line-height: 1.25;
    margin-top: 6px;
    min-width: 0;
    overflow: visible;
    padding: 7px;
    text-decoration: none;
}

.lpp-calendar-event strong {
    display: block;
    font-size: 12px;
    line-height: 1.18;
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: normal;
}

.lpp-calendar-event span {
    color: #63714f;
    display: block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.lpp-calendar-duration {
    display: inline-block;
    justify-self: start;
}

.lpp-calendar-duration-highlight {
    background: #7a1f6f;
    border-radius: 999px;
    color: #fff !important;
    display: inline-block;
    padding: 2px 7px;
}

.lpp-calendar-event:hover,
.lpp-calendar-event:focus {
    background: #e2ead9;
    color: #2d2520;
}

.lpp-calendar-event-past {
    background: #f1eee8;
    color: #6f685f;
    opacity: 0.7;
}

.lpp-calendar-event-soldout {
    background: #fdecec;
    border-color: #f3c8c8;
}

.lpp-calendar-event-late {
    background: #fff8e8;
    border-color: #f0dbac;
}

.lpp-back-to-calendar-wrap {
    border-top: 1px solid #e5dccf;
    grid-column: 1 / -1;
    margin: 4px 16px 16px;
    padding-top: 14px;
}

.lpp-back-to-calendar {
    align-items: center;
    color: #5b2a5f;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 6px;
    line-height: 1.3;
    text-decoration: none;
}

.lpp-back-to-calendar:hover,
.lpp-back-to-calendar:focus {
    color: #7a1f6f;
    text-decoration: underline;
}

.lpp-back-to-calendar-top {
    margin-bottom: 8px;
}

.lpp-alert {
    border-radius: 6px;
    font-weight: 700;
    padding: 14px 16px;
}

.lpp-workshop-interest {
    background: #fff8ed;
    border: 1px solid #eadfce;
    border-radius: 8px;
    margin: 18px 0 26px;
    padding: 0;
}

.lpp-workshop-interest-details {
    display: block;
}

.lpp-workshop-interest-summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    list-style: none;
    padding: 14px 16px;
}

.lpp-workshop-interest-summary::-webkit-details-marker {
    display: none;
}

.lpp-workshop-interest-summary strong,
.lpp-workshop-interest-summary small,
.lpp-workshop-interest-kicker {
    display: block;
}

.lpp-workshop-interest-kicker {
    color: #6a734f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.lpp-workshop-interest-summary strong {
    color: #2d2520;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.2;
}

.lpp-workshop-interest-summary small {
    color: #695f56;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
}

.lpp-workshop-interest-summary-button {
    background: #5d3b63;
    border-radius: 5px;
    color: #fff;
    flex: 0 0 auto;
    font-weight: 900;
    padding: 10px 13px;
    text-align: center;
}

.lpp-workshop-interest-body {
    border-top: 1px solid #eadfce;
    padding: clamp(16px, 2.4vw, 26px);
}

.lpp-workshop-interest-heading h2 {
    color: #2d2520;
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: 1.15;
    margin: 0 0 8px;
}

.lpp-workshop-interest-heading p:last-child {
    color: #4b4038;
    margin: 0 0 18px;
}

.lpp-workshop-interest-form {
    display: grid;
    gap: 14px;
}

.lpp-workshop-interest-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.lpp-workshop-interest-choice-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lpp-workshop-interest-form label,
.lpp-workshop-interest-days {
    color: #2d2520;
    display: grid;
    font-weight: 800;
    gap: 6px;
}

.lpp-workshop-interest-form input,
.lpp-workshop-interest-form select,
.lpp-workshop-interest-form textarea {
    border: 1px solid #d9cbbb;
    border-radius: 5px;
    font: inherit;
    padding: 10px 11px;
    width: 100%;
}

.lpp-workshop-interest-custom[hidden] {
    display: none;
}

.lpp-workshop-interest-days,
.lpp-workshop-interest-intent {
    border: 0;
    margin: 0;
    padding: 0;
}

.lpp-workshop-interest-days legend,
.lpp-workshop-interest-intent legend {
    font-weight: 800;
    margin-bottom: 8px;
}

.lpp-workshop-interest-days label,
.lpp-workshop-interest-intent label,
.lpp-workshop-interest-notify {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    gap: 7px;
    margin-right: 14px;
}

.lpp-workshop-interest-days input,
.lpp-workshop-interest-intent input,
.lpp-workshop-interest-notify input,
.lpp-hp-field {
    width: auto;
}

.lpp-hp-field {
    left: -10000px;
    position: absolute;
    top: auto;
}

.lpp-workshop-interest-button {
    background: #5d3b63;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    justify-self: start;
    padding: 13px 20px;
}

.lpp-workshop-interest-button:hover,
.lpp-workshop-interest-button:focus {
    background: #452a49;
}

@media (max-width: 640px) {
    .lpp-workshop-interest-summary {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .lpp-workshop-interest-summary-button {
        width: 100%;
    }
}

.lpp-alert-success {
    background: #e7f5ed;
    color: #17643a;
}

.lpp-alert-error {
    background: #fdecec;
    color: #8a1f1f;
}

.lpp-alert p {
    margin: 0;
}

.lpp-cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.lpp-cart-actions a {
    background: #63714f;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    padding: 8px 12px;
    text-decoration: none;
}

.lpp-cart-actions a:hover,
.lpp-cart-actions a:focus {
    background: #4f5c3d;
    color: #fff;
}

.lpp-session {
    border: 1px solid #ded6c9;
    border-radius: 8px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    padding: 24px;
}

.lpp-session-past {
    opacity: 0.58;
}

.lpp-status-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.lpp-status-past {
    background: #ece7dd;
    color: #665d52;
}

.lpp-status-soldout {
    background: #fdecec;
    color: #8a1f1f;
}

.lpp-status-late {
    background: #fff4d9;
    color: #735014;
}

.lpp-session-media {
    align-items: center;
    background: #fffdf8;
    grid-column: 1 / -1;
    justify-content: center;
    text-align: center;
}

.lpp-session-image {
    border-radius: 8px;
    display: inline-block;
    height: auto;
    max-height: 280px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.lpp-workshop-type-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lpp-workshop-type-card {
    background: #fffdf8;
    border: 1px solid #e5dccf;
    border-radius: 8px;
    overflow: hidden;
}

.lpp-workshop-type-card-media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f6f0e7;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.lpp-workshop-type-card-image {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.lpp-workshop-type-card-placeholder {
    align-items: center;
    color: #63714f;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    line-height: 1.25;
    padding: 18px;
    text-align: center;
}

.lpp-workshop-type-card-body {
    padding: 14px;
}

.lpp-workshop-type-card h3 {
    color: #2d2520;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
}

.lpp-workshop-type-card p {
    margin: 0;
}

.lpp-upcoming-workshops {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.lpp-upcoming-card {
    background: #fffdf8;
    border: 1px solid #e5dccf;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(45, 37, 32, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lpp-upcoming-card-media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f6f0e7;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.lpp-upcoming-card-image {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.lpp-upcoming-card-placeholder {
    align-items: center;
    color: #63714f;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    line-height: 1.25;
    padding: 18px;
    text-align: center;
}

.lpp-upcoming-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.lpp-upcoming-date,
.lpp-upcoming-time {
    color: #63714f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.lpp-upcoming-time {
    color: #7a6b5d;
    font-size: 12px;
    margin-top: -8px;
}

.lpp-upcoming-card h3 {
    color: #2d2520;
    font-size: 22px;
    line-height: 1.18;
    margin: 0;
}

.lpp-upcoming-summary {
    color: #4b4038;
    margin: 0;
}

.lpp-upcoming-meta {
    color: #63714f;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    font-weight: 900;
    margin-top: auto;
}

.lpp-upcoming-meta span {
    background: #eef3e8;
    border-radius: 999px;
    padding: 5px 9px;
}

.lpp-upcoming-button {
    align-self: flex-start;
    background: #7a1f6f;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    margin-top: 4px;
    padding: 10px 14px;
    text-decoration: none;
}

.lpp-upcoming-button:hover,
.lpp-upcoming-button:focus {
    background: #5d1755;
    color: #fff;
}

.lpp-upcoming-empty {
    color: #4b4038;
    font-weight: 700;
}

.lpp-workshop-catalog {
    display: grid;
    gap: 34px;
}

.lpp-catalog-family {
    background: #fbf6ed;
    border: 1px solid #eadfce;
    border-radius: 8px;
    padding: 22px;
}

.lpp-catalog-family-heading {
    align-items: end;
    border-bottom: 1px solid #e5dccf;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.lpp-catalog-family-heading h2 {
    color: #2d2520;
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
}

.lpp-catalog-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lpp-catalog-card {
    background: #fffdf8;
    border: 1px solid #e5dccf;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(45, 37, 32, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lpp-catalog-card-media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f6f0e7;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.lpp-catalog-card-image {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.lpp-catalog-card-image-fallback {
    background: linear-gradient(135deg, #f6f0e7, #fffdf8);
    border: 1px solid #e5dccf;
    border-radius: 8px;
    height: 100%;
    width: 100%;
}

.lpp-catalog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.lpp-catalog-level {
    align-self: flex-start;
    background: #eef3e8;
    border-radius: 999px;
    color: #63714f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
    padding: 5px 9px;
    text-transform: uppercase;
}

.lpp-catalog-card h3 {
    color: #2d2520;
    font-size: 22px;
    line-height: 1.18;
    margin: 0;
}

.lpp-catalog-summary {
    color: #4b4038;
    line-height: 1.5;
    margin: 0;
}

.lpp-catalog-button {
    align-self: flex-start;
    background: #7a1f6f;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    margin-top: auto;
    padding: 10px 14px;
    text-decoration: none;
}

.lpp-catalog-button:hover,
.lpp-catalog-button:focus {
    background: #5d1755;
    color: #fff;
}

.lpp-catalog-empty,
.lpp-catalog-empty-family {
    color: #4b4038;
    font-weight: 700;
    margin: 0;
}

.lpp-session h3 {
    color: #2d2520;
    font-size: 28px;
    line-height: 1.15;
    margin: 4px 0 10px;
}

.lpp-session-summary {
    color: #4b4038;
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0 0;
    max-width: 72ch;
}

.lpp-date {
    color: #63714f;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.lpp-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.lpp-facts span {
    background: #f7f1e7;
    border: 1px solid #eadfce;
    border-radius: 999px;
    color: #3b332c;
    font-weight: 700;
    padding: 7px 12px;
}

.lpp-recap {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    margin-top: 18px;
    padding: 16px;
}

.lpp-recap h4 {
    color: #2d2520;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.lpp-recap dl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.lpp-recap dl div {
    min-width: 0;
}

.lpp-recap dt {
    color: #63714f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.lpp-recap dd {
    margin: 2px 0 0;
}

.lpp-recap p {
    margin: 14px 0 0;
}

.lpp-pricing-heading {
    color: #2d2520;
    font-size: 18px;
    line-height: 1.2;
    margin: 18px 0 10px;
}

.lpp-prices {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 8px;
    color: #4a4038;
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 14px 16px;
}

.lpp-prices li + li {
    margin-top: 0;
}

.lpp-prices li {
    padding-left: 18px;
    position: relative;
}

.lpp-prices li::before {
    color: #63714f;
    content: "\2713";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.lpp-booking-panel-heading {
    background: #fff8ed;
    border: 1px solid #eadfce;
    border-radius: 8px;
    padding: 14px 16px;
}

.lpp-booking-panel-heading h4 {
    color: #2d2520;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 6px;
}

.lpp-booking-panel-heading p {
    color: #5b5148;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.lpp-form {
    display: grid;
    gap: 12px;
}

.lpp-form input,
.lpp-form select,
.lpp-form textarea {
    border: 1px solid #cfc6b8;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
    padding: 11px 12px;
    width: 100%;
}

.lpp-guest-participants {
    border: 1px solid #e0d6c8;
    border-radius: 8px;
    margin: 12px 0;
    padding: 12px;
    background: #fffaf3;
}

.lpp-guest-participants[hidden],
.lpp-guest-participant-row[hidden] {
    display: none !important;
}

.lpp-guest-participants legend {
    padding: 0 6px;
    font-weight: 700;
    color: #4d2f51;
}

.lpp-guest-participants-help {
    margin: 0 0 10px;
    color: #6b5b4f;
    font-size: 13px;
}

.lpp-guest-participant-row {
    border-top: 1px solid #eadfce;
    padding-top: 10px;
    margin-top: 10px;
}

.lpp-guest-participant-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 8px 0;
}

.lpp-form .lpp-checkbox {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    font-size: 13px;
    line-height: 1.35;
}

.lpp-form .lpp-checkbox input {
    margin-top: 2px;
    width: auto;
}

.lpp-price-help {
    color: #5f694d;
    font-size: 13px;
    line-height: 1.35;
    min-height: 18px;
}

.lpp-form button {
    background: #63714f;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 46px;
    padding: 11px 18px;
}

.lpp-form button:hover,
.lpp-form button:focus {
    background: #4f5c3d;
}

.lpp-form button:disabled {
    cursor: progress;
    opacity: 0.7;
}

.lpp-form-message {
    border-radius: 6px;
    font-weight: 700;
    padding: 12px;
}

.lpp-form-message p {
    margin: 0;
}

.lpp-form-message-success {
    background: #e7f5ed;
    color: #17643a;
}

.lpp-form-message-error {
    background: #fdecec;
    color: #8a1f1f;
}

.lpp-soldout {
    align-self: start;
    background: #f7f1e7;
    border-radius: 6px;
    font-weight: 800;
    padding: 14px 16px;
    text-align: center;
}

.lpp-policy-summary {
    background: #fff8ed;
    border-left: 4px solid #8b5e34;
    border-radius: 6px;
    margin: 14px 0;
    padding: 12px 14px;
}

.lpp-policy-summary p {
    margin: 6px 0 0;
}

.lpp-policy-compact {
    margin: 18px 0 24px;
}

.lpp-policy-page pre {
    background: #fff8ed;
    border-radius: 6px;
    font-family: inherit;
    line-height: 1.6;
    padding: 18px;
    white-space: pre-wrap;
}

.lpp-workshop-detail-gallery {
    margin: 36px 0;
}

.lpp-workshop-description-template {
    color: #2d2520;
    display: grid;
    gap: 28px;
}

.lpp-workshop-description-hero {
    align-items: stretch;
    background: #fff8ed;
    border: 1px solid #eadfce;
    border-radius: 10px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
}

.lpp-workshop-description-hero-media {
    background: #f7f1e7;
}

.lpp-workshop-description-hero-image {
    display: block;
    height: 100%;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

.lpp-workshop-description-hero-copy {
    align-content: center;
    display: grid;
    gap: 16px;
    padding: clamp(24px, 4vw, 52px);
}

.lpp-workshop-description-kicker {
    color: #63714f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.lpp-workshop-description-hero h1 {
    color: #2d2520;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    margin: 0;
}

.lpp-workshop-description-lede {
    color: #4b4038;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
}

.lpp-workshop-description-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lpp-workshop-description-badges span {
    background: #5d3b63;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 11px;
}

.lpp-workshop-description-button {
    background: #63714f;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    justify-self: start;
    padding: 12px 18px;
    text-decoration: none;
}

.lpp-workshop-description-cta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.lpp-workshop-description-cta-centered {
    justify-content: center;
}

.lpp-workshop-description-secondary-link {
    color: #5d3b63;
    font-weight: 800;
    text-decoration: none;
}

.lpp-workshop-description-secondary-link:hover,
.lpp-workshop-description-secondary-link:focus {
    text-decoration: underline;
}

.lpp-workshop-description-cta-note {
    color: #5b5048;
    flex-basis: 100%;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.lpp-workshop-description-button:hover,
.lpp-workshop-description-button:focus {
    background: #4f5c3d;
    color: #fff;
}

.lpp-workshop-description-section {
    background: #fffdf8;
    border: 1px solid #eadfce;
    border-radius: 8px;
    padding: clamp(20px, 3vw, 34px);
}

.lpp-workshop-description-section h2,
.lpp-workshop-description-final-cta h2 {
    color: #2d2520;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    margin: 0 0 14px;
}

.lpp-workshop-description-prose {
    color: #4b4038;
    font-size: 17px;
    line-height: 1.65;
}

.lpp-workshop-description-prose p:last-child {
    margin-bottom: 0;
}

.lpp-workshop-description-list,
.lpp-workshop-description-link-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.lpp-workshop-description-list li,
.lpp-workshop-description-link-list li {
    color: #4b4038;
    line-height: 1.5;
}

.lpp-workshop-description-link-list a {
    color: #5d3b63;
    font-weight: 800;
    text-decoration: none;
}

.lpp-workshop-description-link-list a:hover,
.lpp-workshop-description-link-list a:focus {
    text-decoration: underline;
}

.lpp-workshop-description-final-cta {
    background: #5d3b63;
    border-radius: 10px;
    color: #fff;
    padding: clamp(24px, 4vw, 42px);
    text-align: center;
}

.lpp-workshop-description-final-cta h2 {
    color: #fff;
}

.lpp-workshop-description-final-cta .lpp-workshop-description-button {
    background: #fff8ed;
    color: #5d3b63;
    justify-self: center;
}

.lpp-workshop-description-final-cta .lpp-workshop-description-secondary-link,
.lpp-workshop-description-final-cta .lpp-workshop-description-cta-note {
    color: #fff8ed;
}

.lpp-workshop-detail-gallery h2 {
    color: #2d2520;
    font-size: 28px;
    margin: 0 0 16px;
}

.lpp-workshop-detail-gallery-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lpp-workshop-detail-gallery-item {
    background: #fffdf8;
    border: 1px solid #e5dccf;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.lpp-workshop-detail-gallery-image {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.lpp-workshop-learning-points {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 18px 0;
}

.lpp-workshop-learning-points > div {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(45, 37, 32, 0.04);
    padding: 16px 18px;
}

.lpp-workshop-learning-points h4 {
    color: #5d3b63;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.lpp-workshop-learning-points ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.lpp-workshop-learning-points li {
    line-height: 1.45;
    margin: 7px 0;
    padding-left: 16px;
    position: relative;
}

.lpp-workshop-learning-points li::before {
    background: #63714f;
    border-radius: 999px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: .7em;
    width: 5px;
}

.lpp-anchor-alias {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    top: -90px;
}

@media (max-width: 800px) {
    .lpp-workshops {
        gap: 18px;
    }

    .lpp-calendar {
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    .lpp-calendar-header {
        align-items: stretch;
        border: 1px solid #ded6c9;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 16px;
    }

    .lpp-calendar-header h2 {
        font-size: 24px;
    }

    .lpp-calendar-header p {
        font-size: 13px;
    }

    .lpp-calendar-nav {
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
    }

    .lpp-calendar-nav a {
        font-size: 14px;
        min-width: 0;
        padding: 11px 10px;
        width: 100%;
    }

    .lpp-calendar-nav-arrow {
        font-size: 18px;
    }

    .lpp-calendar-weekdays {
        display: none;
    }

    .lpp-calendar-grid {
        background: transparent;
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .lpp-calendar-day,
    .lpp-calendar-day:nth-child(7n) {
        border: 1px solid #ded6c9;
        border-radius: 8px;
        min-height: auto;
        padding: 12px;
    }

    .lpp-calendar-day-empty,
    .lpp-calendar-day-no-events {
        display: none;
    }

    .lpp-calendar-number {
        border-bottom: 1px solid #eadfce;
        color: #5b2a5f;
        font-size: 14px;
        margin: 0 0 10px;
        padding-bottom: 8px;
    }

    .lpp-calendar-number-desktop {
        display: none;
    }

    .lpp-calendar-number-mobile {
        display: block;
    }

    .lpp-calendar-event {
        gap: 5px;
        margin-top: 0;
        padding: 12px;
    }

    .lpp-calendar-event + .lpp-calendar-event {
        margin-top: 9px;
    }

    .lpp-calendar-event strong,
    .lpp-calendar-event-premium .lpp-calendar-premium-title {
        font-size: 15px;
        line-height: 1.25;
    }

    .lpp-calendar-event span,
    .lpp-calendar-event-premium .lpp-calendar-premium-time,
    .lpp-calendar-event-premium .lpp-calendar-premium-details {
        font-size: 12px;
        line-height: 1.3;
    }

    .lpp-back-to-calendar-wrap {
        margin: 4px 12px 14px;
    }

    .lpp-back-to-calendar {
        min-height: 40px;
    }

    .lpp-recap dl {
        grid-template-columns: 1fr;
    }

    .lpp-session {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .lpp-session h3 {
        font-size: 23px;
    }

    .lpp-form input,
    .lpp-form select,
    .lpp-form textarea {
        font-size: 16px;
        min-height: 46px;
    }

    .lpp-guest-participant-grid {
        grid-template-columns: 1fr;
    }

    .lpp-form button {
        font-size: 16px;
        min-height: 50px;
        width: 100%;
    }

    .lpp-cart-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .lpp-cart-actions a {
        align-items: center;
        justify-content: center;
        min-height: 48px;
        text-align: center;
    }

    .lpp-workshop-description-hero {
        grid-template-columns: 1fr;
    }

    .lpp-workshop-description-hero-image {
        height: auto;
        max-height: none;
    }

    .lpp-catalog-family {
        padding: 16px;
    }

    .lpp-catalog-family-heading h2 {
        font-size: 24px;
    }

    .lpp-catalog-grid {
        grid-template-columns: 1fr;
    }
}
.lpp-premium-badge {
  display: inline-block;
  border-radius: 999px;
  background: #5b2a5f;
  color: #fff;
  font-weight: 700;
  padding: 4px 9px;
  margin: 4px 0;
}

.lpp-calendar-event-premium {
  border: 1px solid #b58a35;
  background: #fff8e8;
  gap: 3px;
  padding: 7px;
}

.lpp-calendar-event-premium .lpp-calendar-premium-label {
  color: #6f3b72;
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.lpp-calendar-event-premium .lpp-calendar-premium-title {
  font-size: 12px;
  line-height: 1.15;
}

.lpp-calendar-event-premium .lpp-calendar-premium-time,
.lpp-calendar-event-premium .lpp-calendar-premium-details {
  color: #51452f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.lpp-calendar-event-premium:hover,
.lpp-calendar-event-premium:focus {
  background: #fff2d2;
}

.lpp-calendar-event-private {
  background: #4b246d;
  border-color: #35174f;
  color: #fff;
}

.lpp-calendar-event-private strong,
.lpp-calendar-event-private span {
  color: #fff;
}

.lpp-calendar-event-private span {
  opacity: .88;
}

.lpp-calendar-event-private:hover,
.lpp-calendar-event-private:focus {
  background: #35174f;
  color: #fff;
}

.lpp-session-private-public {
  background: #faf7fc;
  border-color: #cbb5d7;
  grid-template-columns: minmax(0, 1fr);
}

.lpp-private-public-badge {
  background: #4b246d;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin: 3px 0 8px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.lpp-private-public-notice {
  background: #fff;
  border: 1px solid #dfd2e5;
  border-left: 5px solid #4b246d;
  border-radius: 6px;
  margin-top: 16px;
  padding: clamp(18px, 3vw, 28px);
}

.lpp-private-public-notice > strong {
  color: #35174f;
  display: block;
  font-size: clamp(18px, 2.3vw, 23px);
  line-height: 1.3;
}

.lpp-private-public-notice p {
  color: #4b4038;
  line-height: 1.65;
  margin: 10px 0 18px;
  max-width: 760px;
}

.lpp-private-public-request {
  align-items: center;
  background: #4b246d;
  border-radius: 5px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  text-align: center;
  text-decoration: none !important;
}

.lpp-private-public-request:hover,
.lpp-private-public-request:focus {
  background: #35174f;
  color: #fff !important;
}

@media screen and (max-width: 782px) {
  .lpp-calendar-event-premium {
    padding: 9px;
  }

  .lpp-calendar-event-premium .lpp-calendar-premium-title {
    font-size: 13px;
  }

  .lpp-calendar-event-private {
    padding: 12px;
  }

  .lpp-private-public-notice {
    padding: 18px;
  }

  .lpp-private-public-request {
    width: 100%;
  }
}
