#icon-list {
    position: absolute;
    user-select: none;
}

#icon-list.viewer {
    pointer-events: none;
}

#icon-list > * {
    pointer-events: auto;
    cursor: pointer;
}

#icon-list.editor > .icon {
    background-color: #f003;
}

#icon-list.editor > .icon * {
    pointer-events: none;
}

/* 右上按鈕 */
#icon-list > * > .text {
    font-size: 35px;
	font-family: 圓體;
	color: white;
    background-color: #EE964B;
    padding: 5px 10px;
    border-radius: 10px;
}

#icon-list > * > .text:hover {
    background-color: #F98630;
}

#icon-list audio-x::part(icon) {
    width: 50px;
}

#icon-list audio-x::part(bg) {
    fill: white;
}

#icon-list audio-label [slot=audio] {
    margin-right: 8px;
    position: relative;
    margin-top: 15px;
}

#icon-list audio-label [slot=label] {
    font-size: 50px;
}

#icon-list audio-label [slot=label].playing {
    color: red;
}

#icon-list .underline {
    background-image: radial-gradient(circle, #F95738 6px, transparent 7px),
                      linear-gradient(to right, #F95738, #F95738),
                      radial-gradient(circle, #F95738 6px, transparent 7px);
                      /*左右各一個小圓*/
    background-repeat: no-repeat;
    background-size: 12px 12px, calc(100% - 14px) 12px, 12px 12px;
    background-position: left bottom, center bottom, right bottom;
    display: block;
    outline: none;
    border: none;
}

#icon-list button {
    font-size: 45px;
    padding: 5px 20px;
    border-left: 8px solid #EE964B;
    border-right: 12px solid #EE964B;
    border-top: 8px solid #EE964B;
    border-bottom: 15px solid #EE964B;
    border-radius: 30px;
    background-color: #FAF0CA;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

#icon-list button:hover {
    background-color: #F4D35E;
}
