.sk-live-footer {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(260px, 1.5fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 18px 20px 14px;
  border: 1px solid rgba(255, 99, 38, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 99, 38, 0.07), rgba(17, 17, 20, 0.96) 42%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.sk-live-footer__brand strong,
.sk-live-footer__brand small {
  display: block;
}

.sk-live-footer__brand strong {
  color: #f4efe9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sk-live-footer__brand small,
.sk-live-footer__copyright,
.sk-live-footer__install-note {
  color: #8b8788;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sk-live-footer__brand small {
  margin-top: 4px;
  font-size: 7px;
  letter-spacing: 0.16em;
}

.sk-live-footer__follow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  min-width: 0;
  flex-wrap: wrap;
}


.sk-live-footer__follow-label {
  color: #a9a2a2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sk-live-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 12px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  color: #f4efe9;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 5px 14px rgba(0, 0, 0, 0.16);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}


.sk-live-footer__social:hover,
.sk-live-footer__social:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  outline: none;
}


.sk-live-footer__social i {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  flex: 0 0 23px;
}


.sk-live-footer__social--youtube {
  border-color: rgba(255, 48, 48, 0.38);
  background: linear-gradient(135deg, rgba(255, 48, 48, 0.16), rgba(255, 255, 255, 0.035));
}

.sk-live-footer__social--youtube i {
  background: #ff3030;
}

.sk-live-footer__social--youtube:hover,
.sk-live-footer__social--youtube:focus-visible {
  border-color: #ff4a4a;
  background: linear-gradient(135deg, rgba(255, 48, 48, 0.28), rgba(255, 255, 255, 0.06));
  box-shadow: 0 8px 22px rgba(255, 48, 48, 0.18);
}


.sk-live-footer__social--instagram {
  border-color: rgba(225, 78, 176, 0.42);
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.18), rgba(253, 29, 29, 0.11), rgba(252, 176, 69, 0.08));
}

.sk-live-footer__social--instagram i {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045);
}

.sk-live-footer__social--instagram:hover,
.sk-live-footer__social--instagram:focus-visible {
  border-color: #f35bb5;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.3), rgba(253, 29, 29, 0.18), rgba(252, 176, 69, 0.12));
  box-shadow: 0 8px 22px rgba(225, 78, 176, 0.18);
}


.sk-live-footer__install {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #ff7a3d;
  border-radius: 9px;
  color: #171113;
  background: #ff6426;
  box-shadow: 0 7px 18px rgba(255, 99, 38, 0.18);
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.sk-live-footer__install:hover,
.sk-live-footer__install:focus-visible {
  background: #ff7a3d;
  box-shadow: 0 9px 22px rgba(255, 99, 38, 0.3);
  transform: translateY(-1px);
}

.sk-live-footer__install-note {
  grid-column: 2 / -1;
  margin: -8px 0 0;
  color: #ffad86;
  font-size: 8px;
  text-transform: none;
}

.sk-live-footer__bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sk-live-footer__copyright {
  color: #ff9a70;
}

@media (max-width: 900px) {
  .sk-live-footer {
    grid-template-columns: 1fr auto;
  }

  .sk-live-footer__follow {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .sk-live-footer__install-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .sk-live-footer {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 17px 15px 14px;
  }

  .sk-live-footer__follow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .sk-live-footer__social {
    width: 100%;
    min-width: 0;
    padding-right: 9px;
  }

  .sk-live-footer__follow-label {
    grid-column: 1 / -1;
  }

  .sk-live-footer__install {
    width: 100%;
  }

  .sk-live-footer__install-note,
  .sk-live-footer__bottom {
    grid-column: auto;
  }

  .sk-live-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}
