.dropdown-content>.theme-picker-section{display:block;padding:4px 0;cursor:default;border-top:1px solid var(--block-border-color);border-bottom:1px solid var(--block-border-color)}.dropdown-content>.theme-picker-section:hover{background:0 0}.theme-picker-section .dropdown-section-label{padding:8px 16px 4px;font-size:.75em;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--primary-light-text-color)}.theme-picker-section .theme-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 16px;background:0 0;border:none;border-radius:0;box-shadow:none;color:var(--primary-text-color);font-size:var(--font-size-content);font-weight:400;text-align:left;cursor:pointer;line-height:normal;justify-content:flex-start}.theme-picker-section .theme-option:hover{background:var(--list-hover-color);color:var(--primary-text-color);border:none;box-shadow:none;transform:none}.theme-picker-section .theme-option svg{flex-shrink:0;color:var(--primary-light-text-color);transition:transform .3s ease}.theme-picker-section .theme-option:hover>svg:first-of-type{transform:rotate(15deg)}.theme-picker-section .theme-option>span{flex:1}.theme-picker-section .theme-option-check{opacity:0;color:var(--primary-color)}.theme-picker-section .theme-option.active{color:var(--primary-color);font-weight:600}.theme-picker-section .theme-option.active .theme-option-check{opacity:1;color:var(--primary-color)}.theme-picker-section .theme-option.active>svg:first-of-type{color:var(--primary-color)}.theme-transitioning *,.theme-transitioning ::after,.theme-transitioning ::before{transition:none!important;animation-duration:0s!important;animation-delay:0s!important}