.tour-categories-wrapper{display:flex;flex-wrap:wrap;gap:8px;min-width:360px;padding-bottom:24px;overflow-x:visible}.tour-categories-wrapper .category-item{flex-shrink:0}@media(max-width:768px){.tour-categories-wrapper{justify-content:center}}.marker-label{color:#fff!important;padding-bottom:5px;font-weight:800}.audio-player{width:100%;display:flex;border-top:1px solid rgba(211,220,224,.5019607843);overflow:hidden;box-shadow:0 -4px 24px -2px rgba(0,0,0,.031372549),0 -4px 12px 4px rgba(0,0,0,.031372549);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.audio-player__buttons{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;padding:16px 12px;background-color:rgba(240,249,255,.8156862745)}.audio-player__autoplay{flex:0 0 auto;border:none;background-color:#2daee1;color:#fff;padding:4px 8px;font-size:12px;border-radius:4px;cursor:pointer;transition:color .2s ease-in-out,background-color .2s ease-in-out}.audio-player__autoplay.autoplaying{background-color:#fff;color:var(--content-grey)}.audio-player__button{flex:0 0 auto;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #2daee1;background-color:#fff;color:#2daee1;margin:0;box-shadow:0 0 8px rgba(45,174,225,.12),0 8px 8px rgba(45,174,225,.24);transition:background-color .25s ease-in-out,color .25s ease-in-out}.audio-player__body{background-color:hsla(0,0%,100%,.8666666667);padding:16px 16px 16px 20px;flex:1}.audio-player__body p{margin:0}.audio-player__body .audio-player__text{display:flex;align-items:center;gap:12px;height:50px}.audio-player__body .audio-player__text-count{flex-shrink:0;color:#2daee1;font-size:14px;font-weight:800;background-color:#f0f9ff;border-radius:4px;padding:2px 8px}.audio-player__body .audio-player__text-title{color:var(--heading-black);font-size:20px;line-height:1.25em;font-weight:800;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.5em}.audio-player__time{display:flex;justify-content:space-between;color:var(--heading-black);font-size:14px;line-height:16px;font-weight:300;margin:0;padding-top:4px}.audio-player__time .audio-player__error{margin:0;padding:2px 6px;background-color:#fef2f2;color:#f34040;border-radius:6px;font-size:14px}.audio-player .el-slider__bar{background-color:#2daee1}.audio-player .el-slider__button{box-shadow:0 2px 6px 0 rgba(0,0,0,.2666666667);border:none}div.el-popper.audio-player__slider-tooltip{background-color:#2daee1;color:#fff;border:none;font-weight:300;border-radius:6px;box-shadow:0 2px 6px 0 rgba(0,0,0,.4)}div.el-popper.audio-player__slider-tooltip .el-popper__arrow{display:none}.opacity-enter-active,.opacity-leave-active{transition:opacity .15s ease-out}.opacity-enter-from,.opacity-leave-to{opacity:0}