.theatres{background-color:#1f2937;border:1px solid #374151;border-top:0;width:100%;animation:.3s theatres-fade-in;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.theatres__body{padding:1rem}.theatres__loading{justify-content:center;align-items:center;padding-top:5rem;padding-bottom:5rem;display:flex}.theatres__spinner{border-bottom:2px solid #3b82f6;border-radius:9999px;width:3rem;height:3rem;animation:1s linear infinite theatres-spin}.theatres__error{color:#f87171;text-align:center;padding-top:3rem;padding-bottom:3rem;font-size:.875rem;line-height:1.25rem}.theatres__empty{color:#9ca3af;text-align:center;padding-top:3rem;padding-bottom:3rem;font-size:.875rem;line-height:1.25rem}.theatres__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1.125rem;font-weight:700;line-height:1.75rem;display:flex}.theatres__count{color:#9ca3af;font-size:.875rem;font-weight:400;line-height:1.25rem}.theatres__filter{color:#fff;background-color:#111827;border:1px solid #374151;border-radius:.5rem;width:100%;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.theatres__filter::placeholder{color:#6b7280}.theatres__filter:focus{border-color:#3b82f6;outline:none}.theatres__list{flex-direction:column;display:flex}.theatres__list>*+*{margin-top:.75rem}.theatres__card{background-color:#111827;border:1px solid #0000;border-radius:.5rem;flex-direction:column;padding:1rem;transition:all .2s;display:flex}.theatres__card:hover{background-color:#1f2937cc;border-color:#3b82f680}.theatres__name{color:#fff;letter-spacing:.025em;font-size:.875rem;font-weight:600;line-height:1.25rem}.theatres__address{color:#9ca3af;align-items:center;gap:.375rem;margin-top:.25rem;font-size:.75rem;line-height:1rem;display:flex}.theatres__address-icon{color:#60a5fab3;flex-shrink:0;width:.875rem;height:.875rem}.theatres__distance-wrap{margin-top:.5rem}.theatres__distance{color:#93c5fd;background-color:#1e3a8a33;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;line-height:1rem}@keyframes theatres-spin{to{transform:rotate(360deg)}}@keyframes theatres-fade-in{0%{opacity:0}to{opacity:1}}
