{"version":3,"sources":["plugins/play/styles/data:;charset=utf-8,/*%20Play/Pause%20button%20*/%0A%0A.play-button%20%7B%0A%20%20width:%2036px;%0A%20%20height:%2036px;%0A%20%20min-width:%2036px;%0A%20%20min-height:%2036px;%0A%0A%20%20padding:%200;%0A%20%20border:%20none;%0A%20%20background:%20var(--primary-color);%0A%20%20border-radius:%2050%25;%0A%20%20cursor:%20pointer;%0A%20%20display:%20flex;%0A%20%20align-items:%20center;%0A%20%20justify-content:%20center;%0A%20%20transition:%20background-color%200.2s;%0A%0A%20%20user-select:%20none;%0A%7D%0A%0A.play-button:hover%20%7B%0A%20%20background-color:%20%23357abd;%0A%7D%0A%0A.play-button%20svg%20%7B%0A%20%20width:%2020px;%0A%20%20height:%2020px;%0A%20%20fill:%20white;%0A%7D%0A"],"names":[],"mappings":"AAAA;AAEA;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA","sourcesContent":["/* Play/Pause button */\n\n.play-button {\n  width: 36px;\n  height: 36px;\n  min-width: 36px;\n  min-height: 36px;\n\n  padding: 0;\n  border: none;\n  background: var(--primary-color);\n  border-radius: 50%;\n  cursor: pointer;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  transition: background-color 0.2s;\n\n  user-select: none;\n}\n\n.play-button:hover {\n  background-color: #357abd;\n}\n\n.play-button svg {\n  width: 20px;\n  height: 20px;\n  fill: white;\n}\n"],"file":"btn-play.css"}