.direct-phone-group {
  padding: 17px 0;
  border-top: 1px solid #284158;
}

.direct-phone-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 11px;
}

.direct-phone-actions > a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 11px 13px;
  border: 1px solid #284c69;
  border-radius: 9px;
  background: rgba(255, 255, 255, .035);
  transition: border-color .2s, background .2s, transform .2s;
}

.direct-phone-actions > a:hover,
.direct-phone-actions > a:focus-visible {
  border-color: var(--cyan);
  background: rgba(35, 216, 237, .09);
  transform: translateY(-2px);
}

.direct-phone-actions svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.direct-phone-actions > a:first-child svg path:last-child {
  fill: var(--cyan);
  stroke: none;
}

.direct-phone-actions > a > span {
  display: grid;
  gap: 2px;
  color: inherit;
  letter-spacing: normal;
}

.direct-phone-actions small {
  color: #92a8bc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.direct-phone-actions b {
  color: #fff;
  font-size: 12px;
}

.footer-phone-actions {
  display: flex;
  overflow: hidden;
  border: 1px solid #284158;
  border-radius: 7px;
}

.footer-phone-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: #c4d1dc;
  font-size: 11px;
  font-weight: 700;
}

.footer-phone-actions a + a {
  border-left: 1px solid #284158;
}

.footer-phone-actions a:hover,
.footer-phone-actions a:focus-visible {
  color: #fff;
  background: rgba(35, 216, 237, .08);
}

.footer-phone-actions svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-phone-actions a:first-child svg path:last-child {
  fill: var(--cyan);
  stroke: none;
}

.footer-brand .footer-social-label {
  margin: 25px 0 5px;
  color: #d5e0e9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-social-label + .footer-socials {
  margin-top: 0;
}

@media (max-width: 480px) {
  .direct-phone-actions {
    grid-template-columns: 1fr;
  }

  .direct-phone-actions > a {
    min-height: 58px;
  }
}
