.bottom-sheet__modal{display:flex;visibility:hidden;padding:0;border-radius:var(--border-radius);top:unset;bottom:0}.bottom-sheet__modal{transition-property:visibility;transition-duration:.6s;transition-timing-function:var(--transition-easing)}.bottom-sheet__modal .modal__content{max-width:100vw;margin:0 auto;width:100%;padding:0;transform:translateY(100%)}.bottom-sheet__modal .modal__content{transition-property:transform;transition-duration:.6s;transition-timing-function:var(--transition-easing)}.bottom-sheet__modal .modal__content-wrap{display:flex;flex-direction:column;height:90%;height:90svh;position:absolute;bottom:0;width:100%;overflow:auto}.bottom-sheet__modal[open]{visibility:visible}.bottom-sheet__modal[open] .modal__content{transform:translateY(0)}.bottom-sheet__modal--fullscreen .modal__content-wrap{height:100vh;height:calc(100svh - var(--wp-admin-bar-height))}.bottom-sheet__header{display:flex;padding:var(--spacing-2) var(--spacing-1);box-shadow:var(--shadow-2);position:sticky;top:0;background:var(--color-white);z-index:99}.bottom-sheet__header-title{margin-bottom:0;color:var(--color-gray-90)}.bottom-sheet__header-wrap{display:flex;align-items:center;gap:var(--spacing-4);margin:0 auto;width:var(--wrap-width)}.bottom-sheet__header-wrap>*{align-self:center}.bottom-sheet__header-close-button{flex:1 0 0;display:inline-flex;justify-content:end;position:static}.bottom-sheet__header-close-button .btn__icon-left{margin-right:0}.bottom-sheet__header .tags-v2{margin-bottom:0}.bottom-sheet__footer{position:sticky;bottom:0;background:var(--color-white);width:100%;z-index:98}.bottom-sheet__content{flex:1 0 auto;background:var(--color-white);padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter);max-width:var(--wrap-width);margin-top:var(--spacing-6);margin-bottom:var(--spacing-6)}@media screen and (min-width: 768px){.bottom-sheet__content{margin-left:auto;margin-right:auto}}.bottom-sheet__rating{--color-light-green: #73cf11;--color-dark-green: #00b67a;--color-rating-star: var(--color-light-green);--star-background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3e%3cpath fill='%23fff' d='m7.667 10.48 3.041-.772 1.271 3.917-4.312-3.146Zm7-5.063H9.312L7.667.375 6.02 5.417H.667L5 8.542l-1.646 5.041 4.333-3.125 2.667-1.916 4.313-3.125Z'/%3e%3c/svg%3e");display:flex;gap:var(--spacing-2);align-items:center;font-weight:var(--font-weight-bold);color:var(--color-gray-90);padding:var(--spacing-2) var(--spacing-3)}.bottom-sheet__rating--dark-green{--color-rating-star: var(--color-dark-green)}.bottom-sheet__rating-star{display:block;width:20px;height:20px;background:var(--star-background-image) no-repeat center center;background-color:var(--color-rating-star)}
