/* 
# learner.games

Copyright:
It is illegal to copy, distribute or modify websites, software, programs, applications, codes, assets, repositories, or any other files of Learner Games.

It is illegal to use "Paid Software" - "Paid Programs" - "Paid Applications" and any other "Paid Services" of Learner Games for Free.

Software Piracy is illegal.

© 2025 Learner Games. All rights reserved.  
*/
.games-list .col-2:hover {
  background-color: #e6e6e6 !important;
}

.copyright-link {
  color: #000000 !important;
  text-decoration: none;
}

.copyright-link:hover {
  color: #0085ff !important;
}

html,
body {
  height: 100% !important;
  margin: 0 !important;
}

.content {
  min-height: 100% !important;
}

.content-inside {
  padding: 20px !important;
  padding-bottom: 50px;
}

.footer {
  height: 50px;
  margin-top: -50px;
}

/* Social Links Sidebar */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}
