/* SVG controls keep the same stroke and shape across Safari and other browsers. */
.dv-icon{display:inline-block;width:20px;height:20px;flex:none;vertical-align:middle;overflow:visible;pointer-events:none}
.room-page .expand-photo{width:38px;height:38px;right:12px;bottom:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:9px;background:rgba(252,252,248,.94);color:#163b32;box-shadow:0 2px 10px #02262214;transition:background .2s,transform .2s}
.room-page .expand-photo .dv-icon{width:19px;height:19px}
.room-page .gallery-item a:hover .expand-photo,.room-page .gallery-item a:focus-visible .expand-photo{background:#fff;transform:translateY(-2px)}
.room-page .gallery-item a:active .expand-photo{transform:scale(.94)}
.room-page .photo-dialog button{display:grid;place-items:center;border-radius:50%;-webkit-appearance:none;appearance:none;padding:0}
.room-page .photo-dialog button .dv-icon{width:24px;height:24px}
.room-page .photo-dialog .lightbox-close .dv-icon{width:22px;height:22px}
.room-page .hero-gallery>.dv-icon,.room-page .hero-gallery>span>.dv-icon{width:19px;height:19px}
.room-page .details-accordions summary>span{display:grid;place-items:center}
.room-page .details-accordions summary .dv-icon{width:20px;height:20px}
.room-page .hero-pool-preview .dv-icon{width:15px;height:15px;margin-left:4px}
.room-page .collection-card-title>span{display:inline-flex;align-items:center}
@media(max-width:760px){.room-page .expand-photo{width:34px;height:34px;right:9px;bottom:9px;border-radius:8px}.room-page .expand-photo .dv-icon{width:18px;height:18px}}
@media(prefers-reduced-motion:reduce){.room-page .expand-photo{transition:none}}
