/* Gama-Pack - foldery strony głównej. Warstwa wizualna bez zmiany URL-i i bez JS. */
.gamapack-home-folders{
  margin:0 0 18px!important;
}
.gamapack-home-folders .gphf-tile{
  display:block!important;
  position:relative!important;
  min-height:106px!important;
  box-sizing:border-box!important;
  text-decoration:none!important;
  cursor:default;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important;
}
.gamapack-home-folders a.gphf-tile{
  cursor:pointer!important;
}
.gamapack-home-folders .gphf-tile:hover,
.gamapack-home-folders .gphf-tile:focus{
  background:#f4fbf1!important;
  border-color:#9fc786!important;
  box-shadow:0 7px 20px rgba(80,70,40,.12)!important;
  transform:translateY(-1px)!important;
  outline:none!important;
}
.gamapack-home-folders .gphf-tile-icon{
  display:inline-block!important;
  float:right!important;
  margin:0 0 8px 10px!important;
  min-width:34px!important;
  padding:5px 7px!important;
  border:1px solid #d5e8cc!important;
  border-radius:13px!important;
  background:#edf7e8!important;
  color:#3d6638!important;
  font-size:11px!important;
  font-weight:bold!important;
  line-height:1.1!important;
  text-align:center!important;
  opacity:.92!important;
}
.gamapack-home-folders .gphf-tile strong{
  display:block!important;
  color:#315a2d!important;
  font-size:16px!important;
  line-height:1.25!important;
  margin:0 0 6px!important;
}
.gamapack-home-folders .gphf-tile em{
  display:block!important;
  color:#557c46!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-style:normal!important;
}
.gamapack-home-folders a.gphf-tile:hover strong,
.gamapack-home-folders a.gphf-tile:focus strong{
  text-decoration:underline!important;
}
@media(max-width:560px){
  .gamapack-home-folders .gphf-tile{
    min-height:92px!important;
  }
}
