.nh-trip-embed-card{--nh-embed-green:#2a9e0d;--nh-embed-green-hover:#238a0b;--nh-embed-green-soft:#eef8ec;--nh-embed-green-border:#b8ddb0;--nh-embed-green-muted:#3d7a32;background:var(--nh-embed-green-soft);border:1px solid var(--nh-embed-green-border);border-radius:12px;margin:1.75rem 0;padding:1rem 1.25rem 1.125rem}.nh-trip-embed-card__eyebrow{margin:0 0 .875rem;font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:#1f2937}.nh-trip-embed-card__body{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem 1.25rem;align-items:center}.nh-trip-embed-card__media{flex-shrink:0}.nh-trip-embed-card__image{display:block;width:108px;height:76px;object-fit:cover;border-radius:8px}.nh-trip-embed-card__content{min-width:0}.nh-trip-embed-card__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.3;color:#111827}.nh-trip-embed-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;margin:0;padding:0;list-style:none}.nh-trip-embed-card__meta li{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.875rem;font-weight:500;color:var(--nh-embed-green-muted)}.nh-trip-embed-card__meta svg{color:var(--nh-embed-green);flex-shrink:0}.nh-trip-embed-card__actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.nh-trip-embed-card .nh-trip-embed-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-width:138px;padding:.6rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;line-height:1.2;text-decoration:none!important;cursor:pointer;white-space:nowrap;font-family:inherit;box-sizing:border-box;flex:0 0 auto;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.nh-trip-embed-card .nh-trip-embed-card__btn--primary{background:var(--nh-embed-green);border:1px solid var(--nh-embed-green);color:#ffffff!important}.nh-trip-embed-card .nh-trip-embed-card__btn--primary:hover{background:var(--nh-embed-green-hover);border-color:var(--nh-embed-green-hover);color:#ffffff!important}.nh-trip-embed-card .nh-trip-embed-card__btn--ghost{background:#ffffff;border:1px solid var(--nh-embed-green);color:var(--nh-embed-green)!important}.nh-trip-embed-card .nh-trip-embed-card__btn--ghost:hover{background:#f7fcf5;border-color:var(--nh-embed-green-hover);color:var(--nh-embed-green-hover)!important}.nh-trip-embed-card .nh-trip-embed-card__btn--ghost svg{color:currentColor}@media (max-width:900px){.nh-trip-embed-card__body{grid-template-columns:88px minmax(0,1fr);grid-template-areas:"media content" "actions actions";gap:.75rem .875rem;align-items:start}.nh-trip-embed-card__media{grid-area:media}.nh-trip-embed-card__content{grid-area:content}.nh-trip-embed-card__image{width:88px;height:66px}.nh-trip-embed-card__actions{grid-area:actions;flex-direction:row;gap:.5rem;width:100%}.nh-trip-embed-card .nh-trip-embed-card__btn{flex:1 1 0;min-width:0;width:auto}}@media (max-width:640px){.nh-trip-embed-card{margin:1.25rem 0;padding:.75rem .875rem}.nh-trip-embed-card__eyebrow{margin-bottom:.625rem;font-size:.75rem}.nh-trip-embed-card__body{grid-template-columns:72px minmax(0,1fr);gap:.625rem .75rem}.nh-trip-embed-card__image{width:72px;height:54px}.nh-trip-embed-card__title{font-size:.9375rem;margin-bottom:.35rem;line-height:1.25}.nh-trip-embed-card__meta{gap:.25rem .75rem}.nh-trip-embed-card__meta li{font-size:.8125rem}.nh-trip-embed-card__meta svg{width:14px;height:14px}.nh-trip-embed-card__actions{margin-top:.125rem}.nh-trip-embed-card .nh-trip-embed-card__btn{padding:.5rem .625rem;font-size:.8125rem;border-radius:7px}.nh-trip-embed-card .nh-trip-embed-card__btn--ghost svg{width:14px;height:14px}}.rich-html .nh-trip-embed{background:#eef8ec;border:1px dashed #b8ddb0;border-radius:12px;margin:1.5rem 0;padding:1rem 1.125rem;color:#3d7a32;font-size:.9rem}.rich-html .nh-trip-embed__label{display:block;font-weight:700;margin-bottom:.25rem;color:#1f2937}.rich-html .nh-trip-embed__name{display:block;color:#111827;font-weight:600}.blog-trek-carousel-embed{--blog-carousel-border:#e8eaed;--blog-carousel-text:#111827;--blog-carousel-muted:#6b7280;--blog-carousel-card:#ffffff;--blog-carousel-card-border:#eceff3;--blog-carousel-nav-border:#e5e7eb;margin:2.5rem 0;background:var(--blog-carousel-bg);border-top:1px solid var(--blog-carousel-border);border-bottom:1px solid var(--blog-carousel-border);width:100%;box-sizing:border-box}.blog-trek-carousel-embed__inner{padding:2rem 0 1.75rem}.blog-trek-carousel-embed__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:0 1rem}.blog-trek-carousel-embed__title{margin:0;flex:1;min-width:0;font-size:clamp(1.125rem,2.4vw,1.375rem);font-weight:700;line-height:1.3;color:var(--blog-carousel-text);letter-spacing:-.01em}.blog-trek-carousel-embed__nav-group{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.blog-trek-carousel-embed__slider{padding:0 1rem}.blog-trek-carousel-embed__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.15rem .25rem}.blog-trek-carousel-embed__track::-webkit-scrollbar{display:none}.blog-trek-carousel-embed__nav{flex-shrink:0;width:44px;height:44px;padding:0;border:1px solid var(--blog-carousel-nav-border);border-radius:50%;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s ease,color .15s ease,opacity .15s ease;box-shadow:none}.blog-trek-carousel-embed__nav:hover:not(:disabled){border-color:#cbd5e1;color:#111827}.blog-trek-carousel-embed__nav:disabled{opacity:.35;cursor:not-allowed}.blog-trek-carousel-embed__dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:1.25rem;padding:0 1rem}.blog-trek-carousel-embed__dot{width:7px;height:7px;padding:0;border:none;border-radius:999px;background:#d1d5db;cursor:pointer;transition:width .2s ease,background .2s ease}.blog-trek-carousel-embed__dot.is-active{width:22px;background:#374151}.blog-trek-carousel-card{flex:0 0 min(100%,340px);scroll-snap-align:start}.blog-trek-carousel-card__link{display:grid;grid-template-columns:118px minmax(0,1fr);gap:0;min-height:132px;background:var(--blog-carousel-card);border:1px solid var(--blog-carousel-card-border);border-radius:12px;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 1px 3px rgba(15,23,42,.05);transition:box-shadow .15s ease,border-color .15s ease}.blog-trek-carousel-card__link:hover{border-color:#d5dbe3;box-shadow:0 4px 14px rgba(15,23,42,.08)}.blog-trek-carousel-card__media{position:relative;min-height:132px;background:#e5e7eb}.blog-trek-carousel-card__image{width:100%;height:100%;min-height:132px;object-fit:cover;display:block}.blog-trek-carousel-card__body{display:flex;flex-direction:column;justify-content:space-between;padding:.85rem .8rem .75rem .7rem;min-width:0}.blog-trek-carousel-card__title{margin:0 0 .5rem;font-size:.9375rem;font-weight:700;line-height:1.35;color:var(--blog-carousel-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-trek-carousel-card__meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.blog-trek-carousel-card__meta li{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--blog-carousel-muted);line-height:1.3}.blog-trek-carousel-card__meta svg{flex-shrink:0;color:#9ca3af}.blog-trek-carousel-card__meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-trek-carousel-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.55rem}.blog-trek-carousel-card__badge{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:.6875rem;font-weight:600;line-height:1;white-space:nowrap}.blog-trek-carousel-card__action{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center}@media (min-width:768px){.blog-trek-carousel-embed__inner{padding:2.25rem 0 1.875rem}.blog-trek-carousel-embed__header,.blog-trek-carousel-embed__slider{padding-left:1.25rem;padding-right:1.25rem}.blog-trek-carousel-card{flex-basis:360px}.blog-trek-carousel-card__link{grid-template-columns:128px minmax(0,1fr);min-height:140px}.blog-trek-carousel-card__image,.blog-trek-carousel-card__media{min-height:140px}}@media (max-width:767px){.blog-trek-carousel-embed{margin:2rem 0}.blog-trek-carousel-embed__inner{padding:1.5rem 0 1.25rem}.blog-trek-carousel-embed__nav{width:38px;height:38px}.blog-trek-carousel-embed__nav-group{gap:8px}.blog-trek-carousel-card{flex-basis:calc(100% - 0.5rem)}}