.theme-btn {
    anchor-name: --theme-button;
    color: rgb(255, 255, 255);
    border: none;
    background-color: transparent;
    width: 60px;
    height: 60px;
}

.theme-btn:hover {
    cursor: pointer;
}

.theme-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* padding: 5px 0; */
}

.theme-content a {
    display: block;
    /* padding: 8px 15px; */
    text-decoration: none;
    color: #333;
    font-family: system-ui, sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
    text-align: center;
    justify-items: center;
    align-content: center;
}

.theme-content a:hover {
    background: #f5f5f5;
}

.theme-btns {
    width: 60px;
    height: 60px;
    justify-content: center;
}

[popover] {
    position-anchor: --theme-button;
    top: anchor(bottom);
    left: anchor(left);
    margin: 2px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    min-width: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.show-for-sr {
    display: none;
}