.meteo-informer {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  overflow: hidden;
}

.meteo-informer,
.meteo-informer * {
  box-sizing: border-box;
}

.meteo-informer a {
  color: inherit;
}

.meteo-informer span {
  display: inline;
}

.meteo-informer__head {
  display: table;
  table-layout: auto;
  width: 100%;
}

.meteo-informer__body {
  display: table;
  table-layout: auto;
  width: 100%;
}

.meteo-informer__row {
  display: table-row;
  text-decoration: none;
}

.meteo-informer__row:hover {
  text-decoration: none;
}

.meteo-informer__cell-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 58px;
  padding: 5px 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #FFFFFF;
  text-decoration: none;
}

.meteo-informer__cell-logo:hover {
  text-decoration: none;
}

.meteo-informer__cell-info {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  width: auto;
  padding: 5px 8px 5px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #FFFFFF;
  color: #2B2B2B;
}

.meteo-informer__cell-title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px;
  width: auto;
}

.meteo-informer__cell-icon {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  text-align: center;
  padding: 5px 0;
  line-height: 0;
}

.meteo-informer__cell-icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.meteo-informer__cell-temperature {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  text-align: right;
  padding: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.meteo-informer__logo {
  display: block;
  width: 48px;
  height: 10px;
}

.meteo-informer__logo-part-1 {
  fill: #2B2B2B;
}

.meteo-informer__logo-part-2 {
  fill: #FFC823;
}

.meteo-informer__logo-part-3 {
  fill: #FFFFFF;
}
