.uptime-lob-bar {
  background: #F6F8FC;
  padding: 14px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5ECF9;
}

.uptime-lob-logo {
  width: 20px;
  height: 20px;
}

.uptime-lob-link {
  margin-left: 60px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  transition: color 0.3s;
}

.uptime-lob-link:hover {
  color: #5C7FC0;
  text-decoration: none !important;
}

.uptime-lob-link svg {
  width: 8px;
  fill: #004C99;
  transition: fill 0.3s;
  margin-left: 5px;
}

.uptime-lob-link:hover svg{
  fill: #00356A;
}

.uptime-lob-social {
  margin-left: auto;
  height: 24px;
  display: flex;
}

.uptime-lob-social > a {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 15px;
}

.uptime-lob-social svg {
  width: 24px;
  fill: #004C99;
  transition: fill 0.3s;
}

.uptime-lob-social svg:hover {
  fill: #00356A;
}

@media (max-width: 767px) {
  .uptime-lob-link {
    margin-left: 30px;
  }
}