.theme-simple .visual-simple { display: block; padding-top: 20px; }
.theme-simple .radio-box { width: 390px; height: 250px; margin: 0 auto; background: #171720; border: 4px solid #3b3b4c; position: relative; box-shadow: inset 0 0 0 8px #242431, 0 14px 28px rgba(0,0,0,.45); }
.theme-simple .dial { width: 120px; height: 120px; border-radius: 50%; background: #6d4318; border: 5px solid #ffb84d; position: absolute; left: 36px; top: 58px; }
.theme-simple .dial:after { content: ''; width: 10px; height: 50px; background: #fff0c8; position: absolute; left: 50px; top: 10px; }
.theme-simple .speaker { position: absolute; right: 34px; top: 44px; width: 170px; height: 150px; background: repeating-linear-gradient(0deg, #0d0d13 0, #0d0d13 8px, #2f2f3f 8px, #2f2f3f 14px); border: 3px solid #3b3b4c; }
.theme-simple.playing .dial:after { animation: spin 2s linear infinite; transform-origin: 5px 50px; }
body.color-violet.theme-simple .dial { background: #3a235f; border-color: #c09aff; }
body.color-red.theme-simple .dial { background: #622018; border-color: #ff796b; }
body.color-blue.theme-simple .dial { background: #1b3f62; border-color: #83caff; }
body.color-green.theme-simple .dial { background: #1e4836; border-color: #8de0b4; }
body.color-gold.theme-simple .dial { background: #5a4218; border-color: #ffd36f; }
