.otacard-hotel-card{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;background:var( --theme-bg-primary, #fff );color:var( --theme-content-primary, #1a232b );font:inherit;border:none;padding:0;margin:0;position:relative}.otacard-hotel-card *,.otacard-hotel-card *:before,.otacard-hotel-card *:after{box-sizing:inherit}.otacard-hotel-card--full{width:100%;max-width:352px;min-height:376px;cursor:pointer}.otacard-hotel-card--compact{width:100%;max-width:320px;min-height:360px;cursor:pointer}.otacard-hotel-card--mini{width:100%;max-width:360px;min-height:0;flex-direction:row;align-items:stretch;gap:12px;padding:12px;text-decoration:none;transition:background .15s ease}.otacard-hotel-card--mini:focus-visible{outline:2px solid var( --theme-interaction-default-normal, #1876dc );outline-offset:-2px}.otacard-hotel-card--mini.is-interactive{cursor:pointer}.otacard-hotel-card--mini.is-interactive:hover{background:var( --theme-bg-hover, rgba( 0, 0, 0, .04 ) )}.otacard-hotel-card--mini.is-interactive.is-active{background:var( --theme-bg-selected, rgba( 0, 0, 0, .07 ) )}.otacard-hotel-card__thumb{flex:0 0 96px;width:96px;height:80px;border-radius:6px;overflow:hidden;background:var( --theme-bg-canvas, #f1f3f5 )}.otacard-hotel-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.otacard-hotel-card__mini-info{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:2px;color:var( --theme-content-primary, #1a232b )}.otacard-hotel-card__mini-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:20px}.otacard-hotel-card--mini .otacard-hotel-card__name{font-size:13px;line-height:18px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-word}.otacard-hotel-card--mini .otacard-hotel-card__price{gap:4px;margin-top:auto}.otacard-hotel-card--mini .otacard-hotel-card__price-amount,.otacard-hotel-card--mini .otacard-hotel-card__price-total{font-size:14px;line-height:18px;font-weight:600}.otacard-hotel-card--mini .otacard-hotel-card__price-per{font-size:12px;line-height:16px}.otacard-hotel-card__image{display:block;overflow:hidden;border-radius:12px;background:var( --theme-bg-canvas, #f1f3f5 );position:relative;text-decoration:none}.otacard-hotel-card__image img{display:block;width:100%;height:100%;object-fit:cover}.otacard-hotel-card__slide{display:block;width:100%;height:100%;text-decoration:none}.otacard-hotel-card--full .otacard-hotel-card__image,.otacard-hotel-card--compact .otacard-hotel-card__image,.otacard-hotel-card--mini .otacard-hotel-card__image{aspect-ratio:4 / 3}.otacard-hotel-card__image--empty{aspect-ratio:inherit;min-height:160px}.otacard-hotel-card__image[aria-disabled=true]{cursor:default}.otacard-hotel-card__info{display:flex;flex-direction:column;gap:12px}.otacard-hotel-card__link{display:block;color:inherit;text-decoration:none}.otacard-hotel-card__link[aria-disabled=true]{cursor:default}.otacard-hotel-card__link:focus-visible{outline:2px solid var( --theme-interaction-default-normal, #1876dc );outline-offset:2px;border-radius:4px}.otacard-hotel-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:18px}.otacard-hotel-card__type{font-size:13px;line-height:18px;color:var( --theme-content-secondary, #555b6d )}.otacard-hotel-card__name{margin:0;font-size:15px;line-height:20px;font-weight:600;color:var( --theme-content-primary, #1a232b );display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.otacard-hotel-card__location{margin:0;font-size:13px;line-height:18px;color:var( --theme-content-secondary, #555b6d );white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.otacard-hotel-card__description{margin:0;font-size:13px;line-height:18px;color:var( --theme-content-secondary, #555b6d );display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.otacard-hotel-card--compact .otacard-hotel-card__description{-webkit-line-clamp:1}.otacard-hotel-card--mini .otacard-hotel-card__location{font-size:12px;line-height:16px}.otacard-hotel-card__amenities{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px 12px}.otacard-hotel-card__amenity{display:inline-flex;align-items:center;gap:4px;font-size:12px;line-height:16px;color:var( --theme-content-secondary, #555b6d )}.otacard-hotel-card__amenity-icon{width:14px;height:14px;flex-shrink:0}.otacard-hotel-card__badges{display:flex;flex-wrap:wrap;gap:4px}.otacard-hotel-card__badge{font-size:11px;line-height:14px;padding:2px 8px;border-radius:999px;background:var( --theme-bg-secondary, #eef2f7 );color:var( --theme-content-secondary, #555b6d )}.otacard-hotel-card__badge--sale{background:#fff2e5;color:#b2470a}.otacard-hotel-card__badge--refundable{background:#e8f5ec;color:#2b7a3a}.otacard-hotel-card__badge--member{background:#e9effb;color:#1771d4}.otacard-hotel-card__badge--eco{background:#eaf7ef;color:#2b7a3a}.otacard-hotel-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.otacard-hotel-card__price{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;color:var( --theme-content-primary, #1a232b )}.otacard-hotel-card__price-amount,.otacard-hotel-card__price-total{font-size:16px;line-height:20px;font-weight:700}.otacard-hotel-card__price-per{font-size:12px;line-height:16px;color:var( --theme-content-secondary, #555b6d )}.otacard-hotel-card__price-sep{color:var( --theme-content-tertiary, #6b7280 );font-size:12px;line-height:16px;padding:0 2px}.otacard-hotel-card__price-strike{font-size:13px;line-height:18px;color:var( --theme-content-tertiary, #6b7280 );text-decoration:line-through;margin-right:4px}.otacard-hotel-card__price-taxes{width:100%;font-size:11px;line-height:14px;color:var( --theme-content-tertiary, #6b7280 )}.otacard-hotel-card__book{flex-shrink:0}.otacard-hotel-card__share{position:absolute;top:12px;right:12px;z-index:1;background:#ffffffeb;backdrop-filter:blur(4px)}.otacard-hotel-card--mini .otacard-hotel-card__footer{justify-content:flex-start}
