.page .theme-default-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#home-footer .footer-links {
    display: flex;
    flex-direction: column;
  }
  
  #home-footer {
    display: flex;
    max-width: 1200px;
    margin: 1rem auto;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  
  #home-footer .footer-item {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0.28rem 0;
    padding: 5px;
    color: var(--c-text);
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 185px;
    border-radius: 6px;
    transition: all 0.15s;
  }
  
  #home-footer .footer-item:hover {
    color: #1d74f2;
    background: #f5f5f7;
    text-decoration: none;
    transform: scale(1.02);
  }
  .dark #home-footer .footer-item:hover {
    background: #1a1a1a;
  }
  #home-footer .footer-item:active {
    transform: scale(0.98); 
  }
  #home-footer .footer-group {
min-width: 180px;
  }
  
  #home-footer .footer-title-group {
    display: flex;
    align-items: center;
    margin: 1rem 0 0.7rem 0;
  }
  
  #home-footer .footer-title-group a {
    margin-left: 8px;
  }
  
  #home-footer .footer-title-group i {
    line-height: 1;
    color: var(--c-text);
    transition: 0.3s;
    font-size: 12px;
  }

  
  #home-footer .footer-title-group .footer-title {
    margin: 0;
  }
  
  #home-footer .random-friends-btn {
    display: flex;
  }
  
  #home-footer .footer-title {
    color: var(--c-text);
    font-size: 1.2rem;
  }
 
  
  #footer_deal i {
    font-size: 0.9rem;
    line-height: 0.9rem;
    height: 0.9rem;
  }
  #footer-copyright {
margin: 0 auto;
background: #f5f5f7;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
border-radius: 15px;
  }
  .dark #footer-copyright {
background: #1a1a1a;
  }
 #footer-copyright-cover {
 }
