.tb-weather {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-family: inherit;
}

.tb-weather__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.tb-weather__icon svg {
    width: 46px;
    height: 46px;
    display: block;
    overflow: visible;
}

.tb-weather__text {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    white-space: nowrap;
}

.tb-weather__temp {
    font-size: 28px;
}

.tb-weather__condition {
    font-size: 22px;
}

.tb-weather--error {
    font-size: 16px;
    opacity: .85;
}
