.OwnerMessageBubble{flex-direction:column;align-items:flex-start;margin-bottom:12px;display:flex}.OwnerMessageBubble-label{color:#9ca3af;margin-bottom:4px;margin-left:12px;font-size:12px}.OwnerMessageBubble-bubble{background-color:#f472b6;border-radius:20px;align-items:flex-start;gap:8px;max-width:280px;padding:10px 14px;display:flex;position:relative}.OwnerMessageBubble-text{color:#fff;margin:0;font-size:14px;line-height:1.4}.OwnerMessageBubble-dismiss{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;padding:0;transition:background-color .15s;display:flex}.OwnerMessageBubble-dismiss:hover{background:#ffffff59}.OwnerMessageBubble-pointer{border-top:8px solid #f472b6;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;bottom:-6px;left:16px}
@keyframes bc-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.BookingCard-container{background:#f7f7f8;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:8px;padding:12px;display:flex;position:sticky;top:64px}.BookingCard-ticker{background:#ff99de;border-bottom:2px solid #ff70d1;border-radius:12px;padding:9px 0;overflow:hidden;box-shadow:0 2px 5px #ff8fdb14,0 0 0 1px #ff8fdb29,0 1px 1px #0000001f}.BookingCard-tickerTrack{width:max-content;animation:18s linear infinite bc-ticker-scroll;display:flex}.BookingCard-tickerItem{color:#3a2534;text-transform:uppercase;letter-spacing:.07em;flex-shrink:0;padding:0 20px 0 0;font-size:11px;font-weight:700}.BookingCard-tickerItem:before{content:"✦";margin-right:12px;font-size:9px}.BookingCard-card{background:linear-gradient(#fff 0%,#f7f7f8 100%);border:1px solid #00000014;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000000f}.BookingCard-priceSection{margin-bottom:16px}.BookingCard-price{align-items:baseline;gap:2px;display:flex}.BookingCard-amount{color:#131316;font-size:34px;font-weight:700}.BookingCard-period{color:#747686;font-size:16px;font-weight:400}.BookingCard-altPrice{color:#747686;margin-top:4px;font-size:14px}.BookingCard-savingsBadge{color:#16a34a;background:#16a34a14;border-radius:6px;align-items:center;margin-top:6px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.BookingCard-pills{grid-template-columns:1fr 1fr;gap:6px;display:grid}.BookingCard-pill{color:#131316;cursor:pointer;background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:5px;height:38px;font-size:13px;font-weight:500;transition:all .15s;display:flex;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.BookingCard-pill:hover{background:#f7f7f8}.BookingCard-pill--active{color:#3a2534;background:#ff99de;border-bottom-color:#ff70d1;font-weight:600;box-shadow:0 2px 5px #ff8fdb14,0 0 0 1px #ff8fdb29,0 1px 1px #0000001f}.BookingCard-pill--active:hover{background:#ff70d1}.BookingCard-pillBadge{color:#fff;background:#131316;border-radius:6px;padding:1px 5px;font-size:10px;font-weight:700;line-height:1.3}.BookingCard-pill--active .BookingCard-pillBadge{background:#3a2534}.BookingCard-moreOptions{color:#747686;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-top:8px;padding:0;font-size:12px;font-weight:500;-webkit-text-decoration:underline #7476864d;text-decoration:underline #7476864d;transition:color .15s}.BookingCard-moreOptions:hover{color:#131316}.BookingCard-expandedTerms{flex-direction:column;gap:4px;margin-top:8px;display:flex}.BookingCard-termRow{cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;transition:all .15s;display:flex;box-shadow:0 0 0 1px #676e761f}.BookingCard-termRow:hover{background:#f7f7f8}.BookingCard-termRow--active{background:#ff99de1a;box-shadow:0 0 0 1px #ff99de66}.BookingCard-termRowLabel{color:#131316;font-size:13px;font-weight:500}.BookingCard-termRowPrice{color:#747686;font-size:12px;font-weight:500}.BookingCard-termRowSavings{color:#16a34a;margin-left:6px;font-size:10px;font-weight:600}.BookingCard-termRow--help{border-top:1px dashed #00000014;margin-top:4px}.BookingCard-termRow--help .BookingCard-termRowLabel{color:#747686;font-style:italic}.BookingCard-termRowIcon{color:#747686;font-size:14px}.BookingCard-divider{border-top:2px dashed #0000001a;margin:16px 0}.BookingCard-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.BookingCard-field:last-child{margin-bottom:0}.BookingCard-label{color:#131316;font-size:13px;font-weight:500}.BookingCard-inputWrapper{position:relative}.BookingCard-input{color:#131316;cursor:pointer;appearance:none;background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:10px;width:100%;height:44px;padding:0 36px 0 14px;font-size:14px;transition:box-shadow .15s;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.BookingCard-input:focus{outline:none;box-shadow:0 2px 5px #ff8fdb1f,0 0 0 2px #ff99de66,0 1px 1px #00000014}.BookingCard-inputIcon{color:#747686;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.BookingCard-primaryButton{color:#3a2534;cursor:pointer;background:#ff99de;border:none;border-bottom:2px solid #ff70d1;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-size:.875rem;font-weight:600;transition:opacity .15s;display:flex;box-shadow:0 2px 5px #ff8fdb14,0 0 0 1px #ff8fdb29,0 1px 1px #0000001f}.BookingCard-primaryButton:hover{opacity:.88}.BookingCard-primaryButton:active{transform:scale(.98)}.BookingCard-buttonRow{align-items:stretch;gap:8px;display:flex}.BookingCard-buttonRow .BookingCard-primaryButton{flex:1;width:auto}.BookingCard-secondaryRow{gap:8px;display:flex}.BookingCard-secondaryButton{color:#000000b8;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:7px;height:44px;font-size:.8125rem;font-weight:500;transition:opacity .15s;display:flex;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.BookingCard-secondaryButton:hover{opacity:.85}.BookingCard-iconButton{color:#000000b8;cursor:pointer;background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .15s;display:flex;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.BookingCard-iconButton:hover{opacity:.85}[data-theme=dark] .BookingCard-container,[data-theme=dark-glass] .BookingCard-container{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .BookingCard-card,[data-theme=dark-glass] .BookingCard-card{background:linear-gradient(#ffffff14 0%,#ffffff0a 100%);border-color:#ffffff14;box-shadow:0 1px 3px #0003}[data-theme=dark] .BookingCard-amount,[data-theme=dark-glass] .BookingCard-amount{color:#fff}[data-theme=dark] .BookingCard-period,[data-theme=dark-glass] .BookingCard-period{color:#fff9}[data-theme=dark] .BookingCard-altPrice,[data-theme=dark-glass] .BookingCard-altPrice{color:#ffffff80}[data-theme=dark] .BookingCard-label,[data-theme=dark-glass] .BookingCard-label{color:#ffffffd9}[data-theme=dark] .BookingCard-pill,[data-theme=dark-glass] .BookingCard-pill{color:#ffffffd9;background:#ffffff14;border-bottom-color:#ffffff0d;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}[data-theme=dark] .BookingCard-pill:hover,[data-theme=dark-glass] .BookingCard-pill:hover{background:#ffffff1f}[data-theme=dark] .BookingCard-pill--active,[data-theme=dark-glass] .BookingCard-pill--active{color:#3a2534;background:#ff99de;border-bottom-color:#ff70d1}[data-theme=dark] .BookingCard-pill--active:hover,[data-theme=dark-glass] .BookingCard-pill--active:hover{background:#ff70d1}[data-theme=dark] .BookingCard-input,[data-theme=dark-glass] .BookingCard-input{color:#ffffffd9;background:#ffffff14;border-bottom-color:#ffffff0d;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}[data-theme=dark] .BookingCard-divider,[data-theme=dark-glass] .BookingCard-divider{border-top-color:#ffffff1a}[data-theme=dark] .BookingCard-inputIcon,[data-theme=dark-glass] .BookingCard-inputIcon,[data-theme=dark] .BookingCard-moreOptions,[data-theme=dark-glass] .BookingCard-moreOptions{color:#ffffff80}[data-theme=dark] .BookingCard-moreOptions:hover,[data-theme=dark-glass] .BookingCard-moreOptions:hover{color:#ffffffd9}[data-theme=dark] .BookingCard-termRow,[data-theme=dark-glass] .BookingCard-termRow{background:#ffffff0f;box-shadow:0 0 0 1px #ffffff14}[data-theme=dark] .BookingCard-termRow:hover,[data-theme=dark-glass] .BookingCard-termRow:hover{background:#ffffff1a}[data-theme=dark] .BookingCard-termRowLabel,[data-theme=dark-glass] .BookingCard-termRowLabel{color:#ffffffd9}[data-theme=dark] .BookingCard-termRowPrice,[data-theme=dark-glass] .BookingCard-termRowPrice{color:#ffffff80}[data-theme=dark] .BookingCard-secondaryButton,[data-theme=dark-glass] .BookingCard-secondaryButton,[data-theme=dark] .BookingCard-iconButton,[data-theme=dark-glass] .BookingCard-iconButton{color:#ffffffd9;background:#ffffff14;border-bottom-color:#ffffff0d;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}
.ListingDetails{background-color:var(--background);flex-direction:column;min-height:100%;display:flex}.ListingDetails--drawer{padding-bottom:0}.ListingDetails-header{z-index:10;background:color-mix(in srgb, var(--background) 95%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);position:sticky;top:0}.ListingDetails-headerContent{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1280px;height:49px;margin:0 auto;padding:0 1rem;display:grid}.ListingDetails-headerLeft{align-items:center;display:flex}.ListingDetails-headerCenter{justify-content:center;align-items:center;display:flex;overflow:hidden}.ListingDetails-headerTitle{color:var(--foreground,#000000d9);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.ListingDetails-headerRight{justify-content:flex-end;align-items:center;gap:4px;display:flex}.ListingDetails-backButton{color:var(--foreground);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:flex}.ListingDetails-backButton:hover{opacity:.7}.ListingDetails-headerBtn{width:34px;height:34px;color:var(--muted-foreground,#000000b3);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.ListingDetails-headerBtn:hover{background:color-mix(in srgb, var(--foreground,#000) 6%, transparent)}.ListingDetails-headerBtn--saved{color:#e8309a}.ListingDetails-gallery{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.ListingDetails-content{width:100%;max-width:1280px;margin:0 auto;padding:1.5rem 1rem}.ListingDetails--page .ListingDetails-content{padding-bottom:13rem}.ListingDetails--drawer .ListingDetails-content{padding-bottom:120px}@media (min-width:768px){.ListingDetails--drawer .ListingDetails-content{padding-bottom:2rem}}.ListingDetails-mainColumn{flex-direction:column;gap:2rem;display:flex}.ListingDetails--page .ListingDetails-mainColumn{max-width:720px}.ListingDetails-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600;line-height:1.2}@media (min-width:768px){.ListingDetails-title{font-size:1.875rem}}.ListingDetails-location{color:var(--muted-foreground);font-size:.875rem}.ListingDetails-description{color:var(--foreground);margin-top:1rem;line-height:1.625}.ListingDetails-tags{gap:.5rem;margin-top:1rem;display:flex}.ListingDetails-tag{color:#747686;background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;display:inline-flex;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}.ListingDetails-tagIcon{width:16px;height:16px;color:var(--text-muted,#747686)}.ListingDetails-titleRow{align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.ListingDetails-title{margin-bottom:0}.ListingDetails-promoBanner{border-radius:12px;width:100%;height:140px;position:relative;overflow:hidden}.ListingDetails-promoBannerImg{object-fit:cover;border-radius:12px}.ListingDetails-dotDivider{border:none;border-top:2px dashed #d9dce3;margin:1.5rem 0}.ListingDetails-aboutSection{margin-bottom:2rem}.ListingDetails-aboutTitle{color:var(--foreground,#131316);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.ListingDetails-aboutText{color:var(--text-muted,#747686);font-size:.9375rem;line-height:1.7}.ListingDetails-aboutText+.ListingDetails-aboutText{margin-top:1rem}.ListingDetails-section{border-top:1px solid var(--border);padding-top:1.5rem}.ListingDetails-sectionTitle{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.ListingDetails-waitlistBenefits{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.ListingDetails-waitlistBenefit{color:var(--foreground);align-items:center;gap:.75rem;font-size:.9375rem;line-height:1.4;display:flex}.ListingDetails-waitlistBenefitIcon{color:#6c47ff;flex-shrink:0}.ListingDetails-layout{flex-direction:column;display:flex}@media (min-width:768px){.ListingDetails-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:stretch;gap:2rem;display:grid}.ListingDetails--page .ListingDetails-mainColumn{max-width:none}.ListingDetails--page .ListingDetails-content{padding-bottom:2rem}}.ListingDetails-sidebar{display:none}@media (min-width:768px){.ListingDetails-sidebar{display:block;position:relative}}.DrawerBookingBar{z-index:10000;background:var(--background);border-top:1px solid var(--border);padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000000f}.DrawerBookingBar-inner{flex-direction:column;gap:.5rem;display:flex}.DrawerBookingBar-ticker{border-radius:0;margin:-.75rem -1rem .5rem}.DrawerBookingBar-priceRow{align-items:baseline;gap:6px;display:flex}.DrawerBookingBar-altPrice{color:#747686;flex-shrink:0;font-size:.6875rem}.DrawerBookingBar-price{flex-shrink:0;align-items:baseline;gap:2px;display:flex}.DrawerBookingBar-price .BookingCard-amount{font-size:1.25rem}.DrawerBookingBar-price .BookingCard-period{font-size:.8125rem}body[data-drawer-bar] .DrawerBookingBar--page,body:not([data-drawer-bar]) .DrawerBookingBar--drawer,body[data-gallery-open] .DrawerBookingBar{display:none}[data-theme=dark] .DrawerBookingBar,[data-theme=dark-glass] .DrawerBookingBar,.DrawerBookingBar[data-theme=dark],.DrawerBookingBar[data-theme=dark-glass]{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000d9;border-top-color:#ffffff1a;box-shadow:0 -4px 16px #0000004d}[data-theme=dark] .DrawerBookingBar .BookingCard-amount,[data-theme=dark-glass] .DrawerBookingBar .BookingCard-amount,.DrawerBookingBar[data-theme=dark] .BookingCard-amount,.DrawerBookingBar[data-theme=dark-glass] .BookingCard-amount{color:#fff}[data-theme=dark] .DrawerBookingBar .BookingCard-period,[data-theme=dark-glass] .DrawerBookingBar .BookingCard-period,.DrawerBookingBar[data-theme=dark] .BookingCard-period,.DrawerBookingBar[data-theme=dark-glass] .BookingCard-period{color:#fff9}.DrawerBookingBar-termSelectWrapper{z-index:10;position:relative}.DrawerBookingBar-termTrigger{background:#fff;border:none;border-bottom:2px solid #f2f2f2;border-radius:12px;height:44px;box-shadow:0 2px 5px #676e7614,0 0 0 1px #676e7629,0 1px 1px #0000001f}[data-theme=dark] .DrawerBookingBar .DrawerBookingBar-termTrigger,[data-theme=dark-glass] .DrawerBookingBar .DrawerBookingBar-termTrigger,.DrawerBookingBar[data-theme=dark] .DrawerBookingBar-termTrigger,.DrawerBookingBar[data-theme=dark-glass] .DrawerBookingBar-termTrigger{color:#ffffffd9;background:#ffffff14;border-bottom:2px solid #ffffff0d;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}[data-theme=dark] .DrawerBookingBar-termContent,[data-theme=dark-glass] .DrawerBookingBar-termContent,.DrawerBookingBar-termContent[data-theme=dark],.DrawerBookingBar-termContent[data-theme=dark-glass]{color:#fff;background-color:#24222f;border-color:#343144}[data-theme=dark] .DrawerBookingBar-termContent [data-slot=select-item],[data-theme=dark-glass] .DrawerBookingBar-termContent [data-slot=select-item],.DrawerBookingBar-termContent[data-theme=dark] [data-slot=select-item],.DrawerBookingBar-termContent[data-theme=dark-glass] [data-slot=select-item]{color:#ffffffd9}[data-theme=dark] .DrawerBookingBar-termContent [data-slot=select-item]:focus,[data-theme=dark-glass] .DrawerBookingBar-termContent [data-slot=select-item]:focus,.DrawerBookingBar-termContent[data-theme=dark] [data-slot=select-item]:focus,.DrawerBookingBar-termContent[data-theme=dark-glass] [data-slot=select-item]:focus{color:#fff;background-color:#343144}[data-theme=dark] .DrawerBookingBar .BookingCard-primaryButton,[data-theme=dark-glass] .DrawerBookingBar .BookingCard-primaryButton,.DrawerBookingBar[data-theme=dark] .BookingCard-primaryButton,.DrawerBookingBar[data-theme=dark-glass] .BookingCard-primaryButton{color:#3a2534;background:#ff99de;border-bottom-color:#ff70d1}[data-theme=dark] .DrawerBookingBar .BookingCard-secondaryButton,[data-theme=dark-glass] .DrawerBookingBar .BookingCard-secondaryButton,.DrawerBookingBar[data-theme=dark] .BookingCard-secondaryButton,.DrawerBookingBar[data-theme=dark-glass] .BookingCard-secondaryButton,[data-theme=dark] .DrawerBookingBar .BookingCard-iconButton,[data-theme=dark-glass] .DrawerBookingBar .BookingCard-iconButton,.DrawerBookingBar[data-theme=dark] .BookingCard-iconButton,.DrawerBookingBar[data-theme=dark-glass] .BookingCard-iconButton{color:#ffffffd9;background:#ffffff14;border-bottom:2px solid #ffffff0d;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}[data-theme=dark] .DrawerBookingBar .DrawerBookingBar-altPrice,[data-theme=dark-glass] .DrawerBookingBar .DrawerBookingBar-altPrice,.DrawerBookingBar[data-theme=dark] .DrawerBookingBar-altPrice,.DrawerBookingBar[data-theme=dark-glass] .DrawerBookingBar-altPrice{color:#ffffff80}@media (min-width:768px){.DrawerBookingBar{display:none}}.ListingDetails-moreListingsSection{border-top:1px solid var(--border);width:100%;padding:1.5rem 1rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}@media (max-width:767px){.ListingDetails--page .ListingDetails-moreListingsSection{padding-bottom:calc(13rem + env(safe-area-inset-bottom,0px))}}.ListingDetails-moreListingsTitle{color:var(--foreground,#131316);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.ListingDetails-moreListings{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}[data-theme=dark-glass] .ListingDetails{color:#ffffffeb;background-color:#191821}[data-theme=dark-glass] .ListingDetails-title{color:#fff}[data-theme=dark-glass] .ListingDetails-location{color:#fff9}[data-theme=dark-glass] .ListingDetails-description{color:#ffffffb8}[data-theme=dark-glass] .ListingDetails-backButton,[data-theme=dark-glass] .ListingDetails-headerTitle{color:#ffffffeb}[data-theme=dark-glass] .ListingDetails-headerBtn{color:#ffffffb3}[data-theme=dark-glass] .ListingDetails-headerBtn:hover{background:#ffffff14}[data-theme=dark-glass] .ListingDetails-tag{color:#ffffffb8;background:#ffffff14;border-bottom-color:#ffffff0a;box-shadow:0 2px 5px #0003,0 0 0 1px #ffffff1a,0 1px 1px #0003}[data-theme=dark-glass] .ListingDetails-tagIcon{color:#ffffff85}[data-theme=dark-glass] .ListingDetails-dotDivider{border-top-color:#ffffff1f}[data-theme=dark-glass] .ListingDetails-section,[data-theme=dark-glass] .ListingDetails-learnMore{border-top-color:#ffffff14}[data-theme=dark-glass] .ListingDetails-aboutTitle,[data-theme=dark-glass] .ListingDetails-sectionTitle{color:#fff}[data-theme=dark-glass] .ListingDetails-aboutText{color:#fff9}[data-theme=dark-glass] .ListingDetails-moreListingsSection{border-top-color:#ffffff14}[data-theme=dark-glass] .ListingDetails-moreListingsTitle{color:#fff}[data-theme=dark-glass] .ListingDetails-header{background:#191821f2;border-bottom-color:#ffffff14}[data-theme=dark-glass] .ListingDetails-waitlistBenefit{color:#ffffffeb}[data-theme=dark-glass] .DrawerBookingBar,.DrawerBookingBar[data-theme=dark-glass]{background:#191821;border-top-color:#ffffff14;box-shadow:0 -4px 16px #0000004d}.ListingDetails-markdown{color:#525866;font-size:.9375rem;line-height:1.7}.ListingDetails-markdown h1{color:#0e121b;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ListingDetails-markdown h2{color:#0e121b;margin-top:1.25rem;margin-bottom:.375rem;font-size:1.25rem;font-weight:600}.ListingDetails-markdown h3{color:#0e121b;margin-top:1rem;margin-bottom:.25rem;font-size:1.0625rem;font-weight:600}.ListingDetails-markdown p{margin-bottom:.75rem}.ListingDetails-markdown ul,.ListingDetails-markdown ol{margin-bottom:.75rem;padding-left:1.5rem}.ListingDetails-markdown li{margin-bottom:.25rem}.ListingDetails-markdown blockquote{color:#747686;border-left:3px solid #e1e4ea;margin:.75rem 0;padding-left:1rem;font-style:italic}.ListingDetails-markdown strong{color:#0e121b;font-weight:600}.ListingDetails-markdown em{font-style:italic}.ListingDetails-markdown hr{border:none;border-top:1px solid #e1e4ea;margin:1rem 0}.ListingDetails-markdown :first-child{margin-top:0}.ListingDetails-markdown :last-child{margin-bottom:0}[data-theme=dark-glass] .ListingDetails-markdown{color:#fff9}[data-theme=dark-glass] .ListingDetails-markdown h1,[data-theme=dark-glass] .ListingDetails-markdown h2,[data-theme=dark-glass] .ListingDetails-markdown h3,[data-theme=dark-glass] .ListingDetails-markdown strong{color:#fff}[data-theme=dark-glass] .ListingDetails-markdown blockquote{color:#ffffff80;border-left-color:#ffffff26}[data-theme=dark-glass] .ListingDetails-markdown hr{border-top-color:#ffffff1a}
