.labwp-weather-widget {
    font-family: inherit;
    padding: 15px;
    box-sizing: border-box;
}

.labwp-weather-square,
.labwp-weather-menu {
    width: 100%;
}

.labwp-weather-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.labwp-weather-content {
    display: flex;
    flex-direction: column;
}

.labwp-weather-main {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.labwp-weather-icon {
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.labwp-weather-menu .labwp-weather-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.labwp-weather-info h3 {
    margin: 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.labwp-weather-temp {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}

.labwp-weather-menu .labwp-weather-temp {
    font-size: 16px;
    margin-right: 10px;
}

.labwp-weather-menu .labwp-weather-city {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.labwp-weather-details {
    font-size: 14px;
}

.labwp-weather-details p {
    margin: 5px 0;
}

.labwp-weather-centered .labwp-weather-content {
    align-items: center;
    text-align: center;
}

.labwp-weather-centered .labwp-weather-main {
    flex-direction: column;
}

.labwp-weather-centered .labwp-weather-icon {
    margin-right: 0;
    margin-bottom: 15px;
}

.labwp-weather-centered .labwp-weather-info h3 {
    max-width: 100%;
}
