.fem-activity {
    margin: 0;
}

.fem-activity-hero {
    background: #0e3b2e;
    padding: 3rem 2rem;
}

.fem-activity-hero__bg {
    max-width: 1300px;
    margin: 0 auto;
    background: #f7f3ea;
    border-radius: 32px 120px 120px 32px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.fem-activity-hero__bg--no-media {
    grid-template-columns: 1fr;
}

.fem-activity-hero__media img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.fem-activity-hero__badge {
    display: inline-block;
    background: #c9a84c;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 0.9rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.fem-activity-hero__title {
    margin: 0 0 1.25rem;
    font-size: 2.25rem;
    font-weight: 800;
    color: #0e3b2e;
    line-height: 1.2;
}

.fem-activity-hero__date {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.fem-activity-hero__date-sep {
    color: #999;
}

.fem-activity-hero__date-range {
    font-weight: 700;
    color: #c9a84c;
}

.fem-activity-hero__location {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 1.5rem;
}

.fem-activity-hero__location svg {
    flex-shrink: 0;
    color: #c9a84c;
}

.fem-activity-hero__actions {
    margin-bottom: 0;
}

.fem-activity-hero__countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.fem-activity-hero__countdown-label {
    font-size: 1rem;
    font-weight: 800;
    color: #0e3b2e;
    margin-bottom: 1rem;
}

.fem-activity-hero__countdown-label::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #caa84d;
    border-radius: 999px;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.fem-countdown__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.fem-countdown__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.fem-countdown__value {
    min-width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    background: linear-gradient(180deg, #ffffff, #f8f5ee);
    border: 1px solid #eadfc9;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 800;
    color: #0e3b2e;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-variant-numeric: tabular-nums;
}

.fem-countdown__value:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.fem-countdown__label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #8a8a8a;
}

.fem-activity-hero__countdown .fem-countdown {
    display: none;
}

.fem-registration-button {
    display: inline-block;
    padding: 0.75rem 2.5rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s, opacity 0.2s;
    border: none;
    cursor: pointer;
}

.fem-registration-button--open {
    background: #0e3b2e;
    color: #fff;
}

.fem-registration-button--open:hover {
    opacity: 0.9;
    color: #fff;
}

.fem-registration-button--soon {
    background: #e65100;
    color: #fff;
    cursor: default;
}

.fem-registration-button--closed {
    background: #9e9e9e;
    color: #fff;
    cursor: default;
}

.fem-activity-body {
    max-width: 1300px;
    margin: 0 auto;
    padding: 2rem 2rem 3rem;
}

.fem-activity-body__card {
    background: #fff;
    border: 1px solid #e8e4dc;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.fem-activity-body__heading {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0e3b2e;
    line-height: 1.3;
}

.fem-activity-body__content {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.fem-activity-body__content p {
    margin: 0 0 1rem;
}

.fem-activity-body__content p:last-child {
    margin-bottom: 0;
}

.fem-activity-body__instructor-layout {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: flex-start;
}

.fem-activity-body__instructor-image {
    flex-shrink: 0;
}

.fem-activity-body__instructor-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.fem-activity-body__instructor-text {
    flex: 1;
    min-width: 0;
}

.fem-activity-body__instructor-name {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0e3b2e;
}

.fem-activity-body__instructor-bio {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
}

.fem-rtl .fem-activity-hero__bg {
    border-radius: 120px 32px 32px 120px;
}

.fem-rtl .fem-activity-body__instructor-layout {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .fem-activity-hero {
        padding: 2rem 1rem;
    }

    .fem-activity-hero__bg {
        border-radius: 24px 60px 60px 24px;
        padding: 2rem 1.5rem;
        grid-template-columns: 1fr;
    }

    .fem-activity-hero__content {
        order: 1;
    }

    .fem-activity-hero__media {
        order: 2;
    }

    .fem-activity-hero__media img {
        height: 260px;
    }

    .fem-activity-hero__title {
        font-size: 1.75rem;
    }

    .fem-countdown__value {
        min-width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }

    .fem-activity-body {
        padding: 1.5rem 1rem 2rem;
    }

    .fem-activity-body__card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .fem-activity-hero {
        padding: 1.5rem 0.75rem;
    }

    .fem-activity-hero__bg {
        border-radius: 24px;
        padding: 1.5rem 1.25rem;
    }

    .fem-activity-hero__media img {
        height: 200px;
    }

    .fem-activity-hero__title {
        font-size: 1.35rem;
    }

    .fem-activity-hero__date {
        font-size: 0.9rem;
    }

    .fem-registration-button {
        display: block;
        width: 100%;
        text-align: center;
    }

    .fem-countdown__value {
        min-width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .fem-countdown__items {
        gap: 12px;
    }

    .fem-activity-body {
        padding: 1rem 0.75rem 2rem;
    }

    .fem-activity-body__card {
        padding: 1.25rem;
    }

    .fem-activity-body__heading {
        font-size: 1.15rem;
    }

    .fem-activity-body__instructor-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.fem-grid {
    margin: 2rem 0;
}

.fem-grid__items {
    display: grid;
    grid-template-columns: repeat(var(--fem-columns, 3), 1fr);
    gap: 1.5rem;
}

.fem-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.fem-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.fem-card__content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.fem-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.fem-card__title a {
    color: #1a1a1a;
    text-decoration: none;
}

.fem-card__title a:hover {
    text-decoration: underline;
}

.fem-card__meta {
    font-size: 0.85rem;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.fem-card__date {
    white-space: nowrap;
}

.fem-card__location {
    white-space: nowrap;
}

.fem-card__summary {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444;
}

.fem-card__link {
    margin-top: auto;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e73be;
    text-decoration: none;
}

.fem-card__link:hover {
    text-decoration: underline;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('https://smmaf.sa/wp-content/uploads/2026/06/Vazirmatn-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --fem-primary: #1a3a2a;
    --fem-secondary: #f5f0e8;
    --fem-accent: #c9a84c;
}

.fem-slider-section,
.fem-slider-section *,
.fem-slider-card,
.fem-slider-card *,
.fem-activity,
.fem-activity * {
    font-family: 'Vazirmatn', system-ui, sans-serif;
}

.fem-slider-section {
    background: linear-gradient(180deg, #08392f 0%, #0b4a3c 100%);
    padding: 3rem 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.fem-slider-section::before {
    content: '';
    position: absolute;
    left: -180px;
    top: 80px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: repeating-radial-gradient(
        circle,
        rgba(201,168,76,.18) 0 2px,
        transparent 2px 18px
    );
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
}

.fem-slider-section::after {
    content: '';
    position: absolute;
    left: 35px;
    top: 60px;
    width: 260px;
    height: 260px;
    opacity: 0.08;
    background: radial-gradient(circle at 40% 55%, rgba(201,168,76,0.5) 0%, transparent 60%),
                conic-gradient(from 120deg, rgba(201,168,76,0.3), rgba(201,168,76,0.1), rgba(201,168,76,0.3));
    border-radius: 40% 60% 55% 45%;
    transform: rotate(-12deg);
    pointer-events: none;
    z-index: 1;
}

.fem-slider-section__bg {
    max-width: 1500px;
    margin: 0 auto;
    background: #f7f3ea;
    border-radius: 40px 140px 140px 40px;
    padding: 3rem 3rem 2rem;
    box-shadow: 0 20px 70px rgba(0,0,0,.22);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.fem-slider-section__bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 420px;
    background: #f7f3ea;
    clip-path: path("M240,0 C130,20 110,90 105,170 C100,250 25,280 0,360 L0,0 Z");
    z-index: 0;
    pointer-events: none;
}

.fem-slider-section__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.fem-slider-section__text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 500px;
}

.fem-slider-section__eyebrow {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--fem-accent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fem-slider-section__title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--fem-primary);
    line-height: 1.2;
}

.fem-slider-section__subtitle {
    margin: 0;
    font-size: 0.9rem;
    color: #777;
    line-height: 1.5;
}

.fem-slider-arrows {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.fem-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #c9a84c;
    background: transparent;
    color: #c9a84c;
    font-size: 1.35rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: background 0.2s, color 0.2s;
}

.fem-slider-arrow:hover {
    background: #c9a84c;
    color: #ffffff;
}

.fem-slider-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.fem-slider-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
}

.fem-slider-track::-webkit-scrollbar {
    display: none;
}

.fem-slider-card {
    flex: 0 0 calc((100% - 3rem) / 3);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #efe6d4;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 100%;
    transition: all 0.35s ease;
}

.fem-slider-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,.18);
}

.fem-slider-card__image {
    position: relative;
    overflow: hidden;
    height: 235px;
}

.fem-slider-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
    transition: transform 0.35s ease;
}

.fem-slider-card:hover .fem-slider-card__image img {
    transform: scale(1.03);
}

.fem-slider-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #caa84d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    pointer-events: none;
}

.fem-slider-card__body {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1rem;
    flex: 1;
}

.fem-slider-card__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 135px;
    background: #0e3b2e;
    border-radius: 22px;
    align-self: flex-start;
    text-align: center;
    line-height: 1.1;
    flex-shrink: 0;
}

.fem-slider-card__weekday {
    font-size: 14px;
    font-weight: 600;
    color: #caa84d;
    margin-bottom: 0.15rem;
    white-space: nowrap;
}

.fem-slider-card__day {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.fem-slider-card__month {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.05rem;
}

.fem-slider-card__year {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
}

.fem-slider-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    padding-top: 0.25rem;
}

.fem-slider-card__title {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    color: #0e3b2e;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fem-slider-card__title a {
    color: inherit;
    text-decoration: none;
}

.fem-slider-card__title a:hover {
    color: #caa84d;
}

.fem-slider-card__location {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 16px;
    color: #777;
    line-height: 1.4;
    margin-top: 14px;
}

.fem-slider-card__location-icon {
    flex-shrink: 0;
    color: #caa84d;
}

.fem-slider-card__status {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 999px;
    align-self: flex-start;
    line-height: 1.4;
}

.fem-slider-card__status--open {
    background: #eef7ef;
    color: #2f7a3f;
}

.fem-slider-card__status--soon {
    background: #fff3e0;
    color: #e65100;
}

.fem-slider-card__status--closed {
    background: #f5f5f5;
    color: #9e9e9e;
}

.fem-slider-card__actions {
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
}

.fem-slider-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
    line-height: 1.3;
}

.fem-slider-card__btn--reg {
    background: #0e3b2e;
    color: #fff;
}

.fem-slider-card__btn--reg:hover {
    background: #14523f;
    color: #fff;
}

.fem-slider-card__btn--details {
    background: transparent;
    border: 1px solid #caa84d;
    color: #caa84d;
}

.fem-slider-card__btn--details:hover {
    background: #caa84d;
    color: #fff;
}

.fem-slider-pagination {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding-bottom: 0.25rem;
    position: relative;
    z-index: 2;
}

.fem-slider-pagination__dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d7d7d7;
    transition: background 0.2s;
}

.fem-slider-pagination__dot--active {
    background: var(--fem-accent);
}

.fem-rtl .fem-slider-card__badge {
    right: auto;
    left: 18px;
}

.fem-rtl .fem-slider-section__bg {
    border-radius: 140px 40px 40px 140px;
}

.fem-rtl .fem-slider-section__bg::before {
    left: auto;
    right: 0;
    clip-path: path("M0,0 C110,20 130,90 135,170 C140,250 215,280 240,360 L240,0 Z");
}

.fem-rtl .fem-slider-arrows {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .fem-slider-section {
        padding: 2rem 1rem;
    }

    .fem-slider-section::before,
    .fem-slider-section::after {
        opacity: 0.08;
        transform: scale(0.75);
    }

    .fem-slider-section__bg {
        border-radius: 24px 60px 60px 24px;
        padding: 2rem 1.5rem 1.5rem;
    }

    .fem-slider-section__bg::before {
        left: 0;
        width: 180px;
        height: 320px;
    }

    .fem-slider-section__title {
        font-size: 1.35rem;
    }

    .fem-slider-card {
        flex: 0 0 calc((100% - 1.5rem) / 2);
    }

    .fem-slider-card__image {
        height: 210px;
    }

    .fem-slider-card__day {
        font-size: 40px;
    }

    .fem-slider-card__date {
        width: 72px;
        height: 140px;
    }

    .fem-slider-card__weekday,
    .fem-slider-card__month,
    .fem-slider-card__year {
        font-size: 14px;
    }

    .fem-slider-card__title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .fem-slider-section {
        padding: 1.5rem 0.75rem;
    }

    .fem-slider-section::before,
    .fem-slider-section::after {
        display: none;
    }

    .fem-slider-section__bg {
        padding: 1.25rem;
        border-radius: 24px;
    }

    .fem-slider-section__bg::before {
        display: none;
    }

    .fem-slider-section__header {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .fem-slider-section__title {
        font-size: 1.15rem;
    }

    .fem-slider-section__subtitle {
        font-size: 0.8rem;
    }

    .fem-slider-arrows {
        display: none;
    }

    .fem-slider-card {
        flex: 0 0 calc(100% - 0.5rem);
    }

    .fem-slider-card__image {
        height: 190px;
    }

    .fem-slider-card__body {
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
    }

    .fem-slider-card__date {
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
        height: auto;
        align-self: stretch;
        justify-content: center;
        padding: 0.6rem 0.5rem;
        border-radius: 14px;
    }

    .fem-slider-card__weekday,
    .fem-slider-card__month,
    .fem-slider-card__year {
        margin-bottom: 0;
        font-size: 14px;
    }

    .fem-slider-card__day {
        font-size: 28px;
        margin-bottom: 0;
    }

    .fem-slider-card__title {
        font-size: 20px;
    }

    .fem-slider-card__location {
        margin-top: 8px;
        font-size: 14px;
    }

    .fem-slider-card__actions {
        flex-direction: column;
    }

    .fem-slider-card__btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .fem-grid__items {
        grid-template-columns: 1fr;
    }

    .fem-calendar__table {
        font-size: 0.8rem;
    }

    .fem-calendar__day {
        min-height: 50px;
        padding: 0.15rem;
    }

    .fem-timeline {
        padding-left: 1.5rem;
    }

    .fem-timeline__item {
        flex-direction: column;
    }

    .fem-timeline__card {
        margin-left: 0;
    }
}

.fem-calendar {
    margin: 2rem 0;
    overflow-x: auto;
}

.fem-calendar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
}

.fem-calendar__nav-link {
    font-size: 0.9rem;
    color: #1e73be;
    text-decoration: none;
    font-weight: 600;
}

.fem-calendar__nav-link:hover {
    text-decoration: underline;
}

.fem-calendar__nav-title {
    font-weight: 700;
    font-size: 1.1rem;
}

.fem-calendar__empty {
    text-align: center;
    color: #666;
    padding: 2rem 0;
}

.fem-calendar__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.fem-calendar__headings th {
    background: #f5f5f5;
    padding: 0.5rem;
    font-size: 0.85rem;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-weight: 600;
}

.fem-calendar__day {
    vertical-align: top;
    padding: 0.35rem;
    border: 1px solid #e0e0e0;
    min-height: 80px;
    height: 80px;
    width: 14.285%;
    font-size: 0.85rem;
}

.fem-calendar__day--today {
    background: #f0f7ff;
}

.fem-calendar__day--empty {
    background: #fafafa;
}

.fem-calendar__day-number {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.fem-calendar__activities {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.fem-calendar__activity {
    display: block;
    font-size: 0.8rem;
    line-height: 1.3;
    color: #1e73be;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fem-calendar__activity:hover {
    text-decoration: underline;
}

.fem-calendar__activity-time {
    color: #888;
    font-size: 0.75rem;
}

.fem-timeline {
    margin: 2rem 0;
    position: relative;
    padding-left: 2rem;
}

.fem-timeline::before {
    content: '';
    position: absolute;
    left: 0.6rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
}

.fem-timeline__month {
    position: relative;
    margin: 0 0 1rem;
    padding-top: 0.5rem;
}

.fem-timeline__month::before {
    content: '';
    position: absolute;
    left: -1.35rem;
    top: 0.75rem;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #1e73be;
    border-radius: 50%;
}

.fem-timeline__month-label {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
}

.fem-timeline__item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.fem-timeline__marker {
    flex: 0 0 1.2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.fem-timeline__marker::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #1e73be;
    border-radius: 50%;
    margin: 0.35rem auto 0;
}

.fem-timeline__marker-date {
    display: block;
    font-size: 0.7rem;
    color: #666;
    text-align: center;
    margin-top: 0.15rem;
    font-weight: 600;
}

.fem-timeline__card {
    flex: 1;
    min-width: 0;
}

.fem-timeline__card .fem-card {
    height: 100%;
}
