.fd-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-right: 6px;
    border: 0;
    background: transparent;
    color: var(--text-muted, #6b7280);
    cursor: pointer;
    line-height: 0;
    vertical-align: middle;
    transform-origin: center;
    appearance: none;
    transition: transform 0.2s ease-in-out;
}

.freq-dict .fd-play {
    color: inherit;
}

.fd-play:hover,
.fd-play:focus,
.fd-play:active {
    background: transparent;
    box-shadow: none;
}

.fd-play:hover {
    transform: scale(1.14);
}
