footer {
  background-color: var(--gray);
  margin-top: 20px;
  padding-top: 40px;
}

footer .section-top .col-title {
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 16px;
}

footer .section-top .links-col {
  padding-bottom: 36px;
}

footer .section-top .fnav-list {
  gap: 10px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: unset;
}

footer .section-top .fnav-list .fnav-item{  
  color: var(--grey);
}

footer .section-middle .optional-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .content-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  padding: 12px 0;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 0;
  border-right: 0;
  border-color: var(--white);
  border-style: solid;
}
footer .content-wrp .logo-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .content-wrp .logo-wrp {
  display: block;
  width: 60px;
  aspect-ratio: 2/2;
}
footer .content-wrp .logo-wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .section-middle .live-tv-btn {
  color: var(--white);
}

footer .section-bottom {
  padding-top: 18px;
  padding-bottom: 20px;
}
footer .section-bottom .navigation-wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .section-bottom .navigation-wrp a.nav-item {
  color: var(--white) !important;
}
footer .section-bottom .policy-wrp {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
}
footer .section-bottom .policy-wrp .text-content .by-text {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
footer .section-bottom .policy-wrp .logo-content img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

@media (min-width: 576px) {
  footer {
    margin-top: 40px;
    padding-top: 80px;
  }
  footer .section-top .col-title {
    margin-bottom: 18px;
  }

  footer .section-top .links-col {
    padding-bottom: 40px;
  }

  footer .section-top .fnav-list {
    gap: 12px;
  }
  footer .section-middle .optional-links .live-tv-btn {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid var(--white);
    height: 48px;
  }
  footer .section-bottom .navigation-wrp {
    gap: 24px;
  }
  footer .section-bottom {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  footer .section-bottom .policy-wrp {
    flex-direction: row;
    margin-top: 36px;
    width: 100%;
    justify-content: space-between;
  }
  footer .section-bottom .policy-wrp .text-content .by-text {
    text-align: left;
  }
}

@media (min-width: 1441px) {
  footer {
    margin-top: 60px;
    padding-top: 120px;
  }
  footer .content-wrp {
    padding: 20px 0;
  }

  footer .section-top .col-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  footer .section-top .links-col {
    padding-bottom: 80px;
  }

  footer .section-top .fnav-list {
    gap: 16px;
  }
  footer .section-bottom .navigation-wrp {
    gap: 36px;
  }
  footer .section-bottom {
    padding-top: 30px;
  }
  footer .section-bottom .policy-wrp {
    margin-top: 40px;
  }
  footer .section-bottom {
    padding-bottom: 60px;
  }
}