body {
    font-family: 'Heebo', sans-serif;
    background-color: transparent;
    color: #000;
    margin: 0;
}

[data-theme="dark"] body, body[data-theme="dark"] {
    color: #fff;
}

.widget-wrapper {
    width: max-content;
    max-width: 100%;
    padding: 20px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.title-svg { display: block; width: 244px; height: auto; }

.theme-btn {
    background: #212529;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
