#tp-weather-widget .sw-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgb(255, 255, 255);
    background: linear-gradient(rgb(111, 124, 133), rgb(145, 155, 159));
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 20px;
    transition: all 0.2s ease 0s;
    height: 54px;
    width: 100px;
    position: fixed;
    top: 10px;
    right: 10px;
    left: unset;
    overflow: hidden;
}