.elementor-421 .elementor-element.elementor-element-7a2e0d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-421 .elementor-element.elementor-element-2a8240a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-2a03add *//* ============================================================
   BTE BLOG HERO — Featured Image Background (Hello Elementor)
   ============================================================ */

.bte-hero{
  position: relative;
  width: 100%;
  min-height: clamp(320px, 42vh, 520px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;

  /* featured image background via CSS var */
  background-image: var(--bte-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* If no featured image exists */
.bte-hero:not([style*="--bte-hero-bg"]){
  background: linear-gradient(135deg, rgba(0,0,0,0.92), rgba(20,20,20,0.92));
}

.bte-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.10), transparent 45%),
    linear-gradient(to top, rgba(0,0,0,0.78), rgba(0,0,0,0.18), rgba(0,0,0,0.06));
}

.bte-hero__wrap{
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 42px;
}

.bte-hero__kicker{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.16);

  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin-bottom: 14px;
}

.bte-hero__title{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 1.5rem + 1.8vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-shadow: 0 14px 55px rgba(0,0,0,0.55);
}

.bte-hero__meta{
  color: rgba(255,255,255,0.82);
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.bte-hero__dot{
  margin: 0 10px;
  opacity: 0.8;
}

/* Mobile spacing */
@media (max-width: 900px){
  .bte-hero__wrap{
    width: min(1120px, calc(100% - 28px));
    padding-bottom: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9ed3d4f *//* ============================================
   BESPOKE TRAVEL — BLOG SECTIONS
   ============================================ */

.bte-blog {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.bte-section {
    padding: 40px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.bte-section:first-child {
    border-top: none;
}

.bte-section-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

/* Alternate layout */
.bte-section.is-even .bte-section-text {
    order: 2;
}
.bte-section.is-even .bte-section-image {
    order: 1;
}

/* Typography */
.bte-section h2 {
    font-size: clamp(1.5rem, 1.3rem + 0.6vw, 2.2rem);
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.bte-section-body {
    font-size: 1.05rem;
    line-height: 1.8;
    opacity: 0.92;
}

/* Image */
.bte-section-image img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* No image = single column */
.bte-section.no-image .bte-section-inner {
    grid-template-columns: 1fr;
}

/* Mobile */
@media (max-width: 900px) {
    .bte-section-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bte-section-text,
    .bte-section-image {
        order: initial !important;
    }
}/* End custom CSS */