.trekkin-seo-main {
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 140px 0 72px;
    color: #173d25;
}

.trekkin-events-seo-home .trekkin-events-toggle {
    display: flex;
    gap: 8px;
    margin: 0 0 12px;
}

.trekkin-events-seo-home .trekkin-events-toggle-btn {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid #1c7c3f;
    border-radius: 10px;
    color: #1c7c3f;
    background: #fff;
    text-decoration: none;
    font-weight: 700;
}

.trekkin-events-seo-home .trekkin-events-toggle-btn.is-active {
    color: #fff;
    background: #1c7c3f;
}

.trekkin-events-seo-home .trekkin-events-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.trekkin-events-seo-home [hidden] {
    display: none !important;
}

.trekkin-events-seo-home .trekkin-event-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid #dbe7dd;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(26, 47, 31, .08);
}

.trekkin-events-seo-home .trekkin-event-cover-link {
    display: block;
}

.trekkin-events-seo-home .trekkin-event-cover {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.trekkin-events-seo-home .trekkin-event-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
}

.trekkin-events-seo-home .trekkin-event-title,
.trekkin-events-seo-home .trekkin-event-line {
    margin: 0;
}

.trekkin-events-seo-home .trekkin-event-title,
.trekkin-events-seo-home .trekkin-event-title a {
    color: #11361f;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
}

.trekkin-events-seo-home .trekkin-event-line {
    color: #35533f;
    font-size: 14px;
    line-height: 1.35;
}

.trekkin-events-seo-home .trekkin-event-link {
    display: inline-flex;
    justify-content: center;
    margin-top: auto;
    padding: 9px 12px;
    border-radius: 10px;
    color: #fff;
    background: #1c7c3f;
    text-decoration: none;
    font-weight: 700;
}

.trekkin-seo-heading {
    text-align: center;
    margin-bottom: 32px;
}

.trekkin-seo-heading h1,
.trekkin-seo-single h1 {
    color: #102f1c;
}

.trekkin-seo-heading nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.trekkin-seo-heading nav a,
.trekkin-seo-pagination a {
    padding: 9px 14px;
    border: 1px solid #1c7c3f;
    border-radius: 10px;
    color: #1c7c3f;
    text-decoration: none;
    font-weight: 700;
}

.trekkin-seo-heading nav a.is-active,
.trekkin-seo-pagination a.is-active {
    color: #fff;
    background: #1c7c3f;
}

.trekkin-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.trekkin-seo-card,
.trekkin-seo-single article {
    overflow: hidden;
    border: 1px solid #dbe7dd;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 47, 31, .09);
}

.trekkin-seo-card__image {
    display: block;
    aspect-ratio: 16 / 9;
    background: #edf3ee;
}

.trekkin-seo-card__image img,
.trekkin-seo-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trekkin-seo-card__body {
    padding: 18px;
}

.trekkin-seo-card h2 {
    font-size: 20px;
    line-height: 1.25;
}

.trekkin-seo-card h2 a {
    color: #11361f;
    text-decoration: none;
}

.trekkin-seo-card p {
    margin: 8px 0;
}

.trekkin-seo-button {
    display: inline-flex;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
    border-radius: 10px;
    background: #1c7c3f;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

.trekkin-seo-button--large {
    padding: 13px 22px;
}

.trekkin-seo-single .trekkin-seo-button--large {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 24px auto 0;
    text-align: center;
}

.trekkin-seo-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.trekkin-seo-breadcrumb {
    margin-bottom: 18px;
    color: #52705d;
}

.trekkin-seo-breadcrumb a {
    color: #1c7c3f;
}

.trekkin-seo-single {
    max-width: 920px;
}

.trekkin-seo-hero {
    display: block;
    max-height: 520px;
    aspect-ratio: 16 / 9;
}

.trekkin-seo-single__body {
    padding: 28px;
}

.trekkin-seo-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin: 18px 0;
}

.trekkin-seo-facts p {
    margin: 0;
}

.trekkin-seo-daily-registration {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #87b896;
    border-radius: 14px;
    background: #f3faf5;
    color: #11361f;
}

.trekkin-seo-daily-registration h2 {
    margin: 0 0 8px;
    color: #11361f;
    font-size: 22px;
}

.trekkin-seo-daily-registration p {
    margin: 0;
}

.trekkin-seo-daily-registration__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}

.trekkin-seo-daily-registration__prices span {
    padding: 7px 11px;
    border-radius: 8px;
    background: #e2f2e6;
}

.trekkin-seo-daily-registration__note {
    color: #52705d;
    font-size: 14px;
}

.trekkin-seo-description {
    font-size: 17px;
    line-height: 1.7;
    margin: 24px 0;
}
.trekkin-seo-description > p {
    margin: 0 0 1.2em !important;
    white-space: pre-wrap;
}
.trekkin-seo-description > p:last-child { margin-bottom: 0 !important; }

.trekkin-seo-description h2,
.trekkin-seo-days h2 { margin: 0 0 12px; color: #11361f; font-size: 24px; }
.trekkin-seo-days { margin-top: 28px; }
.trekkin-seo-day { margin-bottom: 12px; padding: 16px; border: 1px solid #dbe7dd; border-radius: 12px; background: #f8fbf8; }
.trekkin-seo-day h3 { margin: 0 0 8px; color: #1c7c3f; }
.trekkin-seo-day > p { margin: 0 0 1em !important; white-space: pre-wrap; }
.trekkin-seo-day > p:last-child { margin-bottom: 0 !important; }
.trekkin-seo-event-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.trekkin-seo-event-navigation > a { display: flex; flex-direction: column; padding: 14px 16px; border: 1px solid #1c7c3f; border-radius: 12px; color: #1c7c3f; text-decoration: none; font-weight: 700; }
.trekkin-seo-event-navigation > a span { margin-top: 4px; font-size: 13px; font-weight: 400; }
.trekkin-seo-event-navigation .is-next { text-align: right; }

@media (max-width: 991px) {
    .trekkin-seo-main { padding-top: 42px; }
    .trekkin-seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .trekkin-seo-main { padding: 30px 0 54px; }
    .trekkin-seo-grid { grid-template-columns: 1fr; }
    .trekkin-seo-single__body { padding: 20px; }
    .trekkin-seo-facts { display: block; }
    .trekkin-seo-facts p { margin: 8px 0; }
    .trekkin-seo-daily-registration { padding: 16px; }
    .trekkin-seo-daily-registration__prices { flex-direction: column; align-items: flex-start; }
    .trekkin-seo-event-navigation { grid-template-columns: 1fr; }
    .trekkin-seo-event-navigation > span:empty { display: none; }
}
