.gtb-booking{max-width:520px;border:1px solid #e5e7eb;border-radius:14px;padding:18px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.06);position:relative}
.gtb-trip-card{display:flex;justify-content:space-between;gap:10px;background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:12px;margin-bottom:16px}
.gtb-date-wrap{margin-bottom:16px}.gtb-date-label{display:block;font-weight:700;margin-bottom:7px}.gtb-booking-date{display:none!important}
.gtb-calendar{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;color:#0f172a}.gtb-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.gtb-cal-head strong{font-weight:700}.gtb-cal-nav{border:1px solid #e5e7eb;background:#f8fafc;border-radius:8px;width:34px;height:30px;cursor:pointer;font-size:20px;line-height:1}.gtb-cal-nav:disabled{opacity:.35;cursor:not-allowed}.gtb-cal-week,.gtb-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.gtb-cal-week{margin-bottom:6px}.gtb-cal-week span{text-align:center;font-size:11px;color:#64748b;font-weight:600}.gtb-cal-day,.gtb-cal-pad{height:34px;border-radius:8px}.gtb-cal-day{border:1px solid #e5e7eb;background:#f8fafc;color:#94a3b8;cursor:not-allowed}.gtb-cal-day.available{background:#dcfce7;border-color:#86efac;color:#166534;cursor:pointer;font-weight:700}.gtb-cal-day.available:hover,.gtb-cal-day.selected{background:#22c55e;color:#fff;border-color:#22c55e}.gtb-calendar-empty{padding:12px;text-align:center;color:#64748b;background:#f8fafc;border-radius:8px}
.gtb-deck{margin-bottom:18px}.gtb-bus{border:1px solid #ddd;padding:14px;border-radius:10px;background:#fff}.gtb-front{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e5e7eb;padding-bottom:10px;margin-bottom:16px;position:relative}.gtb-front .gtb-wheel{position:absolute;width:32px;height:32px;color:#777;line-height:1;display:inline-flex;align-items:center;justify-content:center}.gtb-wheel svg{width:100%;height:100%;display:block}.gtb-driver-right .gtb-wheel{right:4px}.gtb-driver-left .gtb-wheel{left:4px}.gtb-seat-row{display:flex;justify-content:center;column-gap:18px;row-gap:12px;margin-bottom:12px}.gtb-seat{min-width:48px;min-height:44px;border:0;border-radius:8px;font-weight:700;cursor:pointer;color:#fff;box-shadow:0 7px 12px rgba(0,0,0,.18);display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;padding:13px 16px;box-sizing:border-box}.gtb-seat span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center}.gtb-seat.blank{background:transparent!important;box-shadow:none!important;pointer-events:none;color:transparent!important;border:0!important;outline:0!important}.gtb-seat.available{background:#22c55e}.gtb-seat.booked{background:#ef4444;color:#fff;cursor:not-allowed}.gtb-seat.processing{background:#9ca3af;color:#fff;cursor:not-allowed}.gtb-seat.selected{background:#2563eb;color:#fff}.gtb-legend{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.gtb-legend span{font-size:13px;display:flex;align-items:center;gap:6px}.gtb-legend i{width:14px;height:14px;border-radius:3px;display:inline-block}.gtb-legend .available{background:#22c55e}.gtb-legend .booked{background:#ef4444}.gtb-legend .processing{background:#9ca3af}.gtb-legend .selected{background:#2563eb}.gtb-summary{background:#f8fafc;border-radius:10px;padding:10px;margin-bottom:12px}.gtb-book-btn-wrap{display:flex;justify-content:center;width:100%}.gtb-book-btn{width:100%;border:0;border-radius:10px;background:linear-gradient(135deg,#fb2b73,#ff8a3d);color:#fff;padding:14px 18px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(251,43,115,.22);transition:all .25s ease}.gtb-book-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.gtb-message{margin-top:10px;color:#334155}.gtb-order-card{border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin:20px 0;background:#f8fafc}
.gtb-popup{position:absolute;inset:0;background:rgba(15,23,42,.38);display:none;align-items:center;justify-content:center;z-index:99;padding:18px}.gtb-popup.show{display:flex}.gtb-popup-box{width:320px;min-height:70px;background:#fff;color:#0f172a;border-radius:14px;padding:22px 42px 22px 18px;box-shadow:0 20px 45px rgba(0,0,0,.22);position:relative;display:flex;align-items:center;justify-content:center;text-align:left;font-weight:600;gap:12px}.gtb-popup-icon{width:26px;height:26px;min-width:26px;border-radius:50%;background:#f97316;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.gtb-popup-text{display:inline-block;line-height:1.4}.gtb-popup-close{position:absolute;right:10px;top:8px;border:0;background:transparent;color:inherit;font-size:22px;line-height:1;cursor:pointer;padding:2px 6px}
@media(max-width:480px){.gtb-seat{min-width:42px;min-height:40px;padding:11px 13px}.gtb-seat-row{column-gap:10px;row-gap:8px}.gtb-booking{padding:12px}.gtb-popup-box{width:92%}.gtb-cal-week,.gtb-cal-grid{gap:4px}.gtb-cal-day,.gtb-cal-pad{height:30px}}


/* v1.4 fixes: contained calendar + equal seat buttons */
.gtb-calendar{overflow:hidden;box-sizing:border-box;max-width:100%;}
.gtb-cal-head,.gtb-cal-week,.gtb-cal-grid{max-width:100%;box-sizing:border-box;}
.gtb-cal-grid,.gtb-cal-week{grid-template-columns:repeat(7,minmax(0,1fr));}
.gtb-cal-day,.gtb-cal-pad{width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding:0!important;margin:0!important;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;border-radius:8px;box-shadow:none;}
.gtb-cal-day{font-family:inherit;appearance:none;-webkit-appearance:none;}
.gtb-cal-day.available{background:#dcfce7;border-color:#86efac;color:#166534;}
.gtb-cal-day.disabled{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;}
.gtb-cal-day.selected{background:#ff8a3d;border-color:#ff8a3d;color:#fff;}
.gtb-seat-row{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;}
.gtb-seat{width:84px;height:52px;min-width:84px;min-height:52px;max-width:84px;box-sizing:border-box;display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle;line-height:1!important;white-space:nowrap;}
.gtb-seat span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;height:100%;line-height:1!important;}
.gtb-seat.blank{visibility:hidden!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;outline:0!important;}
@media(max-width:480px){.gtb-cal-week,.gtb-cal-grid{gap:5px}.gtb-cal-day,.gtb-cal-pad{height:32px}.gtb-seat{width:64px;height:46px;min-width:64px;min-height:46px;max-width:64px;}}

/* v1.5 calendar style simplification + Elementor editor rendering fixes */
.gtb-calendar{overflow:hidden;box-sizing:border-box;max-width:100%;}
.gtb-cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:100%;box-sizing:border-box;}
.gtb-cal-head strong{flex:1;text-align:center;line-height:1.2;}
.gtb-cal-nav{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;box-sizing:border-box;min-width:34px;min-height:30px;width:auto;height:auto;padding:7px 14px;border-radius:999px;}
.gtb-cal-nav:hover{filter:none;}
.gtb-cal-nav:disabled{pointer-events:none;opacity:.45;}
.gtb-cal-week,.gtb-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;max-width:100%;box-sizing:border-box;}
.gtb-cal-day,.gtb-cal-pad{width:100%;min-width:0;max-width:100%;height:36px;box-sizing:border-box;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;}
.gtb-cal-day{appearance:none;-webkit-appearance:none;font-family:inherit;}
.gtb-cal-day.disabled{cursor:not-allowed;}
.gtb-cal-day.available{cursor:pointer;}
.gtb-cal-day.selected{font-weight:700;}
.gtb-front .gtb-wheel{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;font-size:32px;overflow:hidden;}
.gtb-wheel svg{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;display:block!important;}
.elementor-editor-active .gtb-booking,.elementor-editor-active .gtb-booking *{box-sizing:border-box;}
.elementor-editor-active .gtb-front .gtb-wheel{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;}
.elementor-editor-active .gtb-wheel svg{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;}
.gtb-seat-row{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;line-height:1;}
.gtb-seat{box-sizing:border-box;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;vertical-align:middle;}
.gtb-seat span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;height:100%;line-height:1!important;text-align:center!important;}
.gtb-seat.blank{visibility:hidden!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;outline:0!important;}
@media(max-width:480px){.gtb-cal-head{gap:8px}.gtb-cal-nav{padding:7px 12px}.gtb-cal-week,.gtb-cal-grid{gap:5px}.gtb-cal-day,.gtb-cal-pad{height:32px}}

/* v1.6 requested fixes */
.gtb-trip-card span{white-space:nowrap;}
.gtb-front .gtb-wheel{
  --gtb-driver-size:28px;
  width:var(--gtb-driver-size)!important;
  height:var(--gtb-driver-size)!important;
  min-width:var(--gtb-driver-size)!important;
  min-height:var(--gtb-driver-size)!important;
  max-width:var(--gtb-driver-size)!important;
  max-height:var(--gtb-driver-size)!important;
  font-size:var(--gtb-driver-size)!important;
  overflow:hidden!important;
  flex:0 0 var(--gtb-driver-size)!important;
}
.gtb-wheel svg{
  width:var(--gtb-driver-size)!important;
  height:var(--gtb-driver-size)!important;
  max-width:var(--gtb-driver-size)!important;
  max-height:var(--gtb-driver-size)!important;
  min-width:0!important;
  min-height:0!important;
  display:block!important;
}
.elementor-editor-active .gtb-front .gtb-wheel,
.elementor-editor-active .gtb-wheel svg{
  width:var(--gtb-driver-size,28px)!important;
  height:var(--gtb-driver-size,28px)!important;
  max-width:var(--gtb-driver-size,28px)!important;
  max-height:var(--gtb-driver-size,28px)!important;
}
.gtb-popup-box{
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  padding-right:58px!important;
  box-sizing:border-box!important;
}
.gtb-popup-text{padding-right:6px;line-height:1.45;}
.gtb-popup-close{
  top:50%!important;
  right:12px!important;
  transform:translateY(-50%)!important;
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  z-index:2;
}
.gtb-popup-icon{
  width:28px;
  height:28px;
  min-width:28px;
  font-size:15px;
  line-height:1;
  flex:0 0 auto;
}

.gtb-checkout-item-details{
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
    color: #333;
}
.gtb-checkout-item-details div{
    margin: 2px 0;
}
.gtb-order-card{
    margin: 20px 0;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.gtb-order-card h3{
    margin-top: 0;
}


/* v2.0 stable: use theme/global typography for order booking details */
.gtb-order-card,
.gtb-order-card p,
.gtb-order-card strong,
.gtb-order-card-title,
.gtb-checkout-item-details,
.gtb-checkout-item-details div{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.gtb-order-card-title{
    font-family: inherit;
}

/* v2.2.5 popup flash + Elementor editor render fix */
.gtb-popup[aria-hidden="true"],
.gtb-popup:not(.show){
    display: none !important;
}
.gtb-popup.show{
    display: flex !important;
}
.elementor-editor-active .gtb-popup:not(.show),
.elementor-editor-preview .gtb-popup:not(.show){
    display: none !important;
}
.elementor-editor-active .gtb-booking,
.elementor-editor-preview .gtb-booking{
    overflow: visible;
}


/* v2.2.6: Elementor editor preview stability */
.elementor-editor-active .gtb-popup,
.elementor-editor-preview .gtb-popup,
body.elementor-editor-active .gtb-popup,
body.elementor-editor-preview .gtb-popup{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}
.elementor-editor-active .gtb-calendar,
.elementor-editor-preview .gtb-calendar{
    display:block!important;
    width:100%!important;
    min-height:180px;
    clear:both;
}
.elementor-editor-active .gtb-cal-head,
.elementor-editor-preview .gtb-cal-head{
    display:flex!important;
}
.elementor-editor-active .gtb-cal-week,
.elementor-editor-active .gtb-cal-grid,
.elementor-editor-preview .gtb-cal-week,
.elementor-editor-preview .gtb-cal-grid{
    display:grid!important;
}
.elementor-editor-active .gtb-booking,
.elementor-editor-preview .gtb-booking{
    overflow:visible!important;
}


/* v2.2.9: stop refresh popup flash and keep Elementor editor preview same as frontend */
.gtb-booking .gtb-popup,
.gtb-booking .gtb-popup[aria-hidden="true"],
.gtb-booking .gtb-popup:not(.show){
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}
.gtb-booking .gtb-popup.show{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
}
body.elementor-editor-active .gtb-booking .gtb-popup,
body.elementor-editor-preview .gtb-booking .gtb-popup{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}
.elementor-editor-active .gtb-booking .gtb-trip-card,
.elementor-editor-preview .gtb-booking .gtb-trip-card,
.elementor-editor-active .gtb-booking .gtb-date-wrap,
.elementor-editor-preview .gtb-booking .gtb-date-wrap,
.elementor-editor-active .gtb-booking .gtb-seats-wrap,
.elementor-editor-preview .gtb-booking .gtb-seats-wrap,
.elementor-editor-active .gtb-booking .gtb-legend,
.elementor-editor-preview .gtb-booking .gtb-legend,
.elementor-editor-active .gtb-booking .gtb-summary,
.elementor-editor-preview .gtb-booking .gtb-summary,
.elementor-editor-active .gtb-booking .gtb-book-btn-wrap,
.elementor-editor-preview .gtb-booking .gtb-book-btn-wrap{
    display:block;
}


/* v2.2.17 checkout/order booking details cleanup */
.woocommerce-checkout-review-order .variation,
.woocommerce-cart-form .variation{
    display:flex;
    flex-wrap:wrap;
    gap:6px 12px;
    margin-top:6px;
    font-size:13px;
    line-height:1.45;
}
.woocommerce-checkout-review-order .variation dt,
.woocommerce-cart-form .variation dt{
    font-weight:600;
    margin:0;
    clear:none;
}
.woocommerce-checkout-review-order .variation dd,
.woocommerce-cart-form .variation dd{
    margin:0;
}
.woocommerce-checkout-review-order .variation dd p,
.woocommerce-cart-form .variation dd p{
    margin:0;
}
.gtb-order-card p{
    margin:0 0 8px;
}
@media(max-width:480px){
    .woocommerce-checkout-review-order .variation,
    .woocommerce-cart-form .variation{
        display:block;
        font-size:12px;
    }
    .woocommerce-checkout-review-order .variation dt,
    .woocommerce-cart-form .variation dt{
        display:inline;
    }
    .woocommerce-checkout-review-order .variation dd,
    .woocommerce-cart-form .variation dd{
        display:inline;
        margin-left:4px;
    }
    .woocommerce-checkout-review-order .variation dd:after,
    .woocommerce-cart-form .variation dd:after{
        content:"";
        display:block;
        margin-bottom:3px;
    }
}

/* v2.2.27 tour wishlist widgets */
.gtb-wishlist-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:0;border-radius:50%;box-shadow:0 8px 22px rgba(0,0,0,.12);cursor:pointer;line-height:1;transition:.2s ease;font-size:20px}
:where(.gtb-wishlist-icon){background-color:#fff;color:#777}
:where(.gtb-wishlist-icon:hover),:where(.gtb-wishlist-icon.active),:where(.gtb-wishlist-icon.is-active){color:#d14a4a}
.gtb-wishlist-count{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#15130f;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}
.gtb-wishlist-list{width:100%}
.gtb-wishlist-title{margin:0 0 22px;font-size:42px;line-height:1.1}
.gtb-wishlist-head,.gtb-wishlist-row{display:grid;grid-template-columns:1fr 220px 260px;gap:24px;align-items:center;border:1px solid #e8e4dc;padding:18px;background:#fff;margin-bottom:14px}
.gtb-wishlist-head{font-weight:600;margin-bottom:12px}
.gtb-wishlist-product{display:flex;align-items:center;gap:16px;min-width:0}
.gtb-wishlist-image img{width:96px;height:96px;object-fit:cover;border-radius:8px;display:block}
.gtb-wishlist-product-title{display:inline-block;font-weight:700;color:#14120f;text-decoration:none;margin-bottom:8px}
.gtb-wishlist-desc{font-size:13px;color:#5f5b53;line-height:1.45;max-width:520px}
.gtb-wishlist-price del{opacity:.65;margin-right:6px}.gtb-wishlist-price ins{text-decoration:none;font-weight:700}
.gtb-wishlist-actions{display:flex;gap:12px;flex-wrap:wrap}.gtb-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;background:#15130f;color:#fff;border:0;border-radius:6px;padding:12px 18px;font-weight:700;text-decoration:none;cursor:pointer;line-height:1.2}.gtb-wishlist-btn:hover{background:#2b2822;color:#fff}.gtb-wishlist-empty{padding:22px;border:1px solid #e8e4dc;background:#fff;border-radius:8px}
@media(max-width:767px){.gtb-wishlist-head{display:none}.gtb-wishlist-row{grid-template-columns:1fr;gap:12px}.gtb-wishlist-title{font-size:32px}.gtb-wishlist-actions{justify-content:flex-start}}

.gtb-wishlist-icon svg{width:1em;height:1em;display:block;fill:currentColor}
.gtb-wishlist-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);z-index:99999;background:#15130f;color:#fff;padding:11px 18px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 12px 30px rgba(0,0,0,.18);opacity:0;pointer-events:none;transition:.22s ease}
.gtb-wishlist-toast.show{opacity:1;transform:translate(-50%,0)}

/* v2.2.29 wishlist icon Elementor style fix */
.gtb-wishlist-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  color:inherit;
  text-decoration:none !important;
  box-sizing:border-box !important;
}
.gtb-wishlist-icon .gtb-wishlist-icon-symbol{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  color:inherit !important;
}
.gtb-wishlist-icon .gtb-wishlist-icon-symbol i,
.gtb-wishlist-icon .gtb-wishlist-icon-symbol svg,
.gtb-wishlist-icon i,
.gtb-wishlist-icon svg{
  display:block !important;
  width:1em !important;
  height:1em !important;
  line-height:1 !important;
  color:currentColor !important;
  fill:currentColor !important;
}
.gtb-wishlist-icon svg path,
.gtb-wishlist-icon svg circle,
.gtb-wishlist-icon svg rect{
  fill:currentColor !important;
  stroke:currentColor !important;
}
.gtb-wishlist-icon:hover,
.gtb-wishlist-icon:focus{
  text-decoration:none !important;
}


/* v2.2.30 wishlist background state fix */
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon{
  background-clip:padding-box;
}
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon:hover,
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon:focus{
  text-decoration:none !important;
}
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon.active,
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon.is-active,
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon[aria-pressed="true"]{
  text-decoration:none !important;
}
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon .gtb-wishlist-icon-symbol,
.elementor-widget-gtb_wishlist_icon .gtb-wishlist-icon .gtb-wishlist-icon-symbol *{
  background:transparent !important;
}

/* v2.2.32 wishlist list image object-fit and button shadow controls */
.elementor-widget-gtb_wishlist_list .gtb-wishlist-list{box-sizing:border-box}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-title{display:block}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-head span:first-child{font-weight:inherit}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-product{min-width:0}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-content{min-width:0}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-image{display:inline-flex;flex:0 0 auto}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-image img{object-fit:cover;max-width:none}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-remove{background:#15130f;color:#fff;border:0;text-decoration:none}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-book{background:#15130f;color:#fff;border:0;text-decoration:none}
.elementor-widget-gtb_wishlist_list .gtb-wishlist-btn{transition:.2s ease;box-sizing:border-box}
@media(max-width:1024px){.elementor-widget-gtb_wishlist_list .gtb-wishlist-head,.elementor-widget-gtb_wishlist_list .gtb-wishlist-row{grid-template-columns:1fr 160px 220px;gap:16px}}
@media(max-width:767px){.elementor-widget-gtb_wishlist_list .gtb-wishlist-head{display:none}.elementor-widget-gtb_wishlist_list .gtb-wishlist-row{grid-template-columns:1fr;gap:12px}.elementor-widget-gtb_wishlist_list .gtb-wishlist-product{align-items:flex-start}.elementor-widget-gtb_wishlist_list .gtb-wishlist-price,.elementor-widget-gtb_wishlist_list .gtb-wishlist-actions{width:100%}.elementor-widget-gtb_wishlist_list .gtb-wishlist-actions{display:grid;grid-template-columns:1fr;gap:10px}.elementor-widget-gtb_wishlist_list .gtb-wishlist-btn{width:100%}}
