.fws-events,
.fws-events-table-wrap,
.fws-calendar,
.fws-event-registration {
    font-family: inherit;
}

.fws-events-empty,
.fws-event-registration--booked {
    padding: 14px 0;
    color: #575757;
}

.fws-event-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    margin: 0 0 20px;
}

.fws-event-search input[type="search"] {
    min-width: 0;
    min-height: 52px;
    padding: 10px 18px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #3e3e3e;
    font: inherit;
}

.fws-event-search button {
    min-width: 58px;
    padding: 10px 18px;
    border: 0;
    background: #f8aa00;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fws-event-categories ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fws-event-categories a {
    color: inherit;
    text-decoration: none;
}

.fws-event-categories a:hover,
.fws-event-categories a:focus-visible,
.fws-event-categories .is-current a {
    color: #0069b4;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fws-event-category-page {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0;
}

.fws-event-category-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 50px;
    align-items: start;
}

.fws-event-category-page__sidebar {
    display: grid;
    gap: 28px;
}

.fws-event-category-page__panel {
    padding: 28px;
    background: #e8edf8;
}

.fws-event-category-page__panel h2 {
    margin-top: 0;
}

.fws-events-title {
    margin: 0 0 20px;
}

.fws-event-card {
    border-top: 1px solid #565656;
}

.fws-event-card:last-child {
    border-bottom: 1px solid #565656;
}

.fws-event-card__header {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(150px, 185px) minmax(0, 1fr) 26px;
    gap: 12px;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.fws-event-card__date {
    color: var(--fws-event-color, #3884e9);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.25;
}

.fws-event-card__title {
    min-width: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fws-event-card__toggle::before {
    content: "+";
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}

.fws-event-card__header[aria-expanded="true"] .fws-event-card__toggle::before {
    content: "-";
}

.fws-event-card__body {
    padding: 0 0 22px;
}

.fws-event-card__content p {
    white-space: pre-line;
}

.fws-event-meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 7px 18px;
    margin: 16px 0;
}

.fws-event-meta dt {
    font-weight: 700;
}

.fws-event-meta dd {
    margin: 0;
}

.fws-event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fws-event-link,
.fws-event-select,
.fws-event-submit {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 15px;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.fws-event-link--primary,
.fws-event-submit {
    background: #3884e9;
    border-color: #3884e9;
    color: #fff;
}

.fws-events-table {
    width: 100%;
    border-collapse: collapse;
}

.fws-events-table th,
.fws-events-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    vertical-align: top;
}

.fws-calendar {
    container: fws-calendar / inline-size;
}

.fws-calendar__header {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.fws-calendar__header h3 {
    margin: 0;
    text-align: center;
    font-size: clamp(1.6rem, 2.2vw, 2.15rem);
    line-height: 1.1;
}

.fws-calendar__nav {
    display: grid;
    place-items: center;
    min-height: 36px;
    border: 1px solid #d8d8d8;
    text-decoration: none;
    color: inherit;
}

.fws-calendar__grid {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fws-calendar__grid th,
.fws-calendar__grid td {
    border: 1px solid #d8d8d8;
    vertical-align: top;
}

.fws-calendar__grid th {
    padding: 8px 4px;
    font-weight: 700;
    font-size: 0.9rem;
}

.fws-calendar__day,
.fws-calendar__empty {
    height: 68px;
    aspect-ratio: auto;
    padding: 6px;
}

.fws-calendar__day-number {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.fws-calendar__event {
    display: -webkit-box;
    margin: 4px 0;
    padding-left: 6px;
    border-left: 3px solid var(--fws-event-color, #3884e9);
    color: inherit;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.4em;
}

@container fws-calendar (max-width: 520px) {
    .fws-calendar__day-number {
        margin-bottom: 4px;
    }

    .fws-calendar__event {
        display: inline-block;
        width: 10px;
        height: 10px;
        max-height: none;
        margin: 3px 3px 0 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: var(--fws-event-color, #3884e9);
        color: transparent;
        font-size: 0;
        line-height: 0;
        vertical-align: top;
    }

    .fws-calendar__event:focus-visible {
        outline: 2px solid #111;
        outline-offset: 2px;
    }
}

.fws-event-registration {
    margin-top: 22px;
}

.fws-event-registration__info {
    margin: 0 0 28px;
}

.fws-event-registration__info h3 {
    margin: 0 0 8px;
    color: #3e3e3e;
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.2;
}

.fws-event-registration__info p {
    margin: 0;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 1.4;
}

.fws-event-registration-form {
    display: grid;
    gap: 18px;
}

.fws-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fws-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px 20px;
}

.fws-event-registration label,
.fws-form-fieldset {
    display: grid;
    gap: 6px;
}

.fws-event-registration label {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.fws-event-registration input,
.fws-event-registration select,
.fws-event-registration textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    background: #fff;
    color: #3e3e3e;
    font: inherit;
}

.fws-event-registration textarea {
    min-height: 104px;
    resize: vertical;
}

.fws-form-fieldset {
    border: 1px solid #d8d8d8;
    padding: 12px;
}

.fws-form-fieldset label,
.fws-event-registration .fws-form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.fws-form-fieldset input,
.fws-event-registration .fws-form-check input[type="checkbox"] {
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px;
    min-height: 20px;
    margin: 1px 0 0;
    padding: 0;
}

.fws-event-registration .fws-event-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: auto;
    min-width: 150px;
    min-height: 62px;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    background: #f8aa00 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

.fws-form-message {
    min-height: 22px;
}

.fws-form-message.is-error {
    color: #b42318;
}

.fws-form-message.is-success {
    color: #227a38;
}

@media (max-width: 760px) {
    .fws-event-card__header,
    .fws-form-row {
        grid-template-columns: 1fr;
    }

    .fws-calendar__day,
    .fws-calendar__empty {
        height: 52px;
        padding: 5px;
    }

    .fws-calendar__event {
        font-size: 11px;
    }

    .fws-event-category-page__layout {
        grid-template-columns: 1fr;
    }
}

/* Referenzlayout: Veranstaltungskarten und rechte Kalender-Spalte. */
.fws-events-view-cards {
    display: grid;
    gap: 30px;
}

.fws-event-tile {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    min-height: 270px;
    padding: 28px 30px 24px;
    border: 1px solid #0069b4;
    border-top: 6px solid var(--fws-event-color, #0069b4);
    background: #fff;
    color: #3e3e3e;
}

.fws-event-tile__media {
    align-self: start;
}

.fws-event-tile__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.fws-event-tile__main {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.fws-event-tile__title {
    margin: -4px 0 20px;
    color: #3e3e3e;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px;
}

.fws-event-tile__meta {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
}

.fws-event-tile__meta-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.3;
}

.fws-event-tile__meta-row::before {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--fws-event-color, #0069b4);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.fws-event-tile__meta-row--date::before {
    content: "▦";
}

.fws-event-tile__meta-row--time::before {
    content: "◷";
}

.fws-event-tile__meta-row--location::before {
    content: "⌖";
}

.fws-event-tile__meta-row--date::before {
    display: none;
    content: none;
}

.fws-event-tile__meta-icon {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--fws-event-color, #0069b4);
}

.fws-event-tile__meta-icon svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fws-event-tile__excerpt {
    margin: 0 0 18px;
    font-size: 0.94rem;
    line-height: 1.35;
    white-space: pre-line;
}

.fws-event-tile__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.fws-event-tile__button {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border-radius: 3px;
    background: var(--fws-event-color, #0069b4) !important;
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.fws-event-tile__button--registration {
    background: var(--fws-event-color, #0069b4) !important;
}

/* Einheitliche Button-Groesse in allen Karten-Ansichten (Startseite + Ergebnisseiten). */
.fws-events-region .fws-event-tile__button {
    min-height: 34px !important;
    padding: 7px 18px !important;
    font-size: 0.82rem !important;
    line-height: 1 !important;
    border-radius: 3px !important;
}

.fws-event-search {
    margin: 0 0 22px;
}

.fws-event-search input[type="search"] {
    min-height: 54px;
    border: 0;
    color: #0069b4;
    font-size: 1.05rem;
    font-weight: 600;
}

.fws-event-search input[type="search"]::placeholder {
    color: #0069b4;
    opacity: 1;
}

.fws-event-search button {
    position: relative;
    width: 58px;
    min-width: 58px;
    padding: 0;
    border-radius: 0 !important;
    background: #f8aa00 !important;
    font-size: 0;
}

.fws-event-search button::before {
    display: none;
}

.fws-event-search button::after {
    display: none;
}

.fws-event-search button svg {
    display: block;
    width: 31px;
    height: 31px;
    margin: auto;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fws-calendar {
    position: relative;
    padding: 14px 12px 18px;
    background: #fff;
}

.fws-calendar::before,
.fws-calendar::after {
    position: absolute;
    z-index: 5;
    content: "";
    pointer-events: none;
    opacity: 0;
    transition: opacity 150ms ease;
}

.fws-calendar::before {
    inset: 0;
    background: rgba(255, 255, 255, 0.62);
}

.fws-calendar::after {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -12px 0 0 -12px;
    border: 2px solid rgba(0, 105, 180, 0.22);
    border-top-color: #0069b4;
    border-radius: 50%;
    animation: fws-calendar-loading 650ms linear infinite;
}

.fws-calendar.is-loading::before,
.fws-calendar.is-loading::after {
    opacity: 1;
}

.fws-events-region {
    transition: opacity 150ms ease;
}

.fws-events-region.is-loading {
    opacity: 0.55;
}

.fws-calendar__error {
    padding: 16px 20px;
    margin: 12px 0;
    background: #fff3f3;
    border: 1px solid #dc3232;
    border-radius: 6px;
    color: #b3261e;
    font-size: 15px;
    text-align: center;
}

@keyframes fws-calendar-loading {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fws-calendar::before,
    .fws-calendar::after,
    .fws-events-region {
        transition: none;
    }

    .fws-calendar::after {
        animation: none;
        border-color: #0069b4;
    }
}

.fws-calendar__header {
    min-height: 42px;
    margin: 0;
    gap: 0;
    background: #0069b4;
    color: #fff;
}

.fws-calendar__header h3 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 700;
}

.fws-calendar__nav {
    min-height: 42px;
    border: 0;
    color: #fff !important;
    font-size: 2rem;
    line-height: 1;
}

.fws-calendar__grid,
.fws-calendar__grid th,
.fws-calendar__grid td {
    border: 0 !important;
}

.fws-calendar__grid {
    margin-top: 4px;
}

.fws-calendar__grid th {
    height: 34px;
    padding: 5px 2px;
    color: #222;
    font-size: 0.78rem;
    text-align: center;
}

.fws-calendar__day,
.fws-calendar__empty {
    position: relative;
    height: 43px;
    padding: 3px;
    color: #3e3e3e;
    text-align: center;
}

.fws-calendar__day-number {
    display: grid;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    place-items: center;
    font-size: 0.88rem;
    line-height: 1;
    color: inherit;
    text-decoration: none !important;
}

.fws-calendar__day.is-today .fws-calendar__day-number {
    background: #d0d0d0;
    color: #3e3e3e;
}

.fws-calendar__day.has-events .fws-calendar__day-number {
    background: #f8aa00;
    color: #134f7d;
    text-decoration: none !important;
}

.fws-calendar__event {
    display: none !important;
}

.fws-event-categories ul {
    gap: 5px;
}

.fws-event-categories a {
    display: inline-block;
    color: #3e3e3e !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.45;
}

.elementor-element-dc0ba3c,
.elementor-element-dc0ba3c > .e-con-inner {
    align-items: start;
}

.elementor-element-dc0ba3c .elementor-element-3860379 {
    grid-column: 1;
    grid-row: 1;
}

.elementor-element-dc0ba3c .elementor-element-f05a1de {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    gap: 28px;
}

.elementor-element-f05a1de .elementor-element-d576305,
.elementor-element-f05a1de .elementor-element-d5aa8be {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
}

@media (max-width: 1024px) {
    .fws-event-tile {
        grid-template-columns: 135px minmax(0, 1fr);
        gap: 22px;
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .fws-event-tile {
        grid-template-columns: 1fr;
    }

    .fws-event-tile__media img,
    .fws-event-detail__image img {
        aspect-ratio: 21 / 9;
    }

    .elementor-element-dc0ba3c .elementor-element-3860379,
    .elementor-element-dc0ba3c .elementor-element-f05a1de {
        grid-column: 1;
        grid-row: auto;
    }
}

/* Vollständige Templates für Event-Detail- und Event-Kategorieseiten. */
.fws-event-category-page,
.fws-event-search-page,
.fws-event-template {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #3e3e3e;
}

body.tax-fws_event_category > header.elementor-4465 {
    display: none !important;
}

.fws-event-template__hero {
    display: flex;
    box-sizing: border-box;
    min-height: 304px;
    align-items: flex-end;
    padding: 20px 40px 48px;
    background: var(--fws-event-color, #f7bd48);
    color: #fff;
}

.fws-event-category-page .fws-event-template__hero {
    min-height: 415px;
}

.fws-event-template__hero-inner,
.fws-event-template__content-wrap {
    width: min(1140px, 100%);
    margin: 0 auto;
}

.fws-event-template__hero-inner > span.elementor-heading-title {
    display: block;
    margin: 14px 0 16px;
    color: #fff;
    font-family: "Frutiger Neue LT", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fws-event-template__hero h2.elementor-heading-title {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
}

.fws-event-template__content-wrap {
    padding: 40px 0 90px;
}

.fws-event-template__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.65fr) minmax(300px, 0.35fr);
    gap: 50px;
    align-items: start;
}

.fws-event-template__sidebar {
    display: grid;
    gap: 28px;
}

.fws-event-template__panel {
    padding: 40px 30px;
    background: #e3e8f6;
}

.fws-event-template__panel h2 {
    margin: 0 0 24px;
    color: #0069b4 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.elementor-element-6a0cada .elementor-heading-title {
    color: #0069b4 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.fws-event-template__back {
    margin: 34px 0 0;
}

.fws-event-template__back a {
    color: #0069b4;
    font-weight: 600;
    text-decoration: none;
}

.fws-event-template__back a:hover,
.fws-event-template__back a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fws-event-search-page__summary {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.5;
}

.fws-event-category-page__description {
    max-width: 760px;
    margin: 0 0 46px;
}

.fws-event-detail__image {
    margin: 0 0 34px;
}

.fws-event-detail__image img {
    display: block;
    width: 100%;
    aspect-ratio: 21 / 9;
    max-height: 420px;
    object-fit: cover;
}

/* WaldorfImpuls Rubikon: image crop should keep the lower wordmark visible. */
.single-veranstaltungen.postid-8341 .fws-event-detail__image img {
    object-position: center calc(100% + 20px);
}

.fws-event-detail__meta {
    display: grid;
    gap: 0;
    margin: 0 0 38px;
    padding: 26px 30px;
    border-top: 6px solid var(--fws-event-color, #0069b4);
    background: #e3e8f6;
}

.fws-event-detail__meta-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 105, 180, 0.14);
    line-height: 1.45;
}

.fws-event-detail__meta-row:last-child {
    border-bottom: 0;
}

.fws-event-detail__meta-row strong {
    color: #0069b4;
}

.fws-event-detail__meta-row a {
    color: #0069b4;
}

.fws-event-detail__body {
    margin: 0 0 34px;
    font-size: 18px;
    line-height: 36px;
}

.fws-event-detail__body > :first-child {
    margin-top: 0;
}

.fws-event-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
}

.fws-event-detail__button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 3px;
    background: #0069b4;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.fws-event-detail__button--registration {
    background: #f8aa00;
}

@media (max-width: 1180px) {
    .fws-event-template__content-wrap {
        width: calc(100% - 80px);
    }
}

@media (max-width: 900px) {
    .fws-event-template__layout {
        grid-template-columns: 1fr;
    }

    .fws-event-template__sidebar {
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .fws-event-template__hero {
        min-height: 260px;
        padding: 20px 20px 36px;
    }

    .fws-event-category-page .fws-event-template__hero {
        min-height: 286px;
    }

    .fws-event-template__hero h2.elementor-heading-title {
        font-size: 29px;
    }

    .fws-event-template__content-wrap {
        width: calc(100% - 40px);
        padding: 50px 0 70px;
    }

    .fws-event-template__panel {
        padding: 28px 20px;
    }

    .fws-event-detail__meta {
        padding: 22px 20px;
    }

    .fws-event-detail__meta-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

/* Waldorfimpuls-Detailseiten: Header-Hintergrund korrigieren */
.fws-event-template--waldorfimpuls .fws-event-template__hero {
    background: var(--fws-event-color, #ed6a53);
    min-height: 304px;
}

/* Elegante Breadcrumb unter dem Event-Header */
.fws-event-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 40px;
    font-family: "Frutiger Neue LT", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #4b4b4b;
}

.fws-event-breadcrumb__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: min(1140px, 100%);
    margin: 0 auto;
}

.fws-event-breadcrumb__item {
    color: var(--fws-event-color, #ed6a53);
    text-decoration: none;
    transition: color 0.2s ease;
}

.fws-event-breadcrumb__item--link:hover,
.fws-event-breadcrumb__item--link:focus {
    color: var(--fws-event-color, #c8503d);
    text-decoration: underline;
}

.fws-event-breadcrumb__item--current {
    color: #4b4b4b;
    font-weight: 400;
}

.fws-event-breadcrumb__sep {
    color: #b5b5b5;
    user-select: none;
}

/* Kompakte 3-Spalten-Ansicht fuer die Startseite (fws_events_preview). */
.fws-events-view-compact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.fws-event-compact {
    border-top: 3px solid var(--fws-event-color, #0069b4);
    border-bottom: 3px solid var(--fws-event-color, #0069b4);
    padding: 18px 0;
}

.fws-event-compact__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.fws-event-compact__link:hover,
.fws-event-compact__link:focus {
    color: inherit;
    text-decoration: none;
}

.fws-event-compact__date {
    display: block;
    margin-bottom: 8px;
    color: var(--fws-event-color, #0069b4);
    font-size: 0.9rem;
    font-weight: 500;
}

.fws-event-compact__title {
    margin: 0 0 12px;
    color: #706f6f;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.35;
}

.fws-event-compact__excerpt {
    margin: 0;
    color: #706f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    white-space: pre-line;
}

@media (max-width: 767px) {
    .fws-events-view-compact {
        grid-template-columns: 1fr;
    }
}
