/*
/   name           Favourite
/   version        4.2
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/favourite
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

.downloads-section {
  margin: 0 auto;
}
.download-item {
  display: block;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 15px 30px 15px;
  background-color: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.download-item img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.download-info {
  flex-grow: 1;
}
.download-info h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
.download-info p {
  margin: 0 0 15px 0;
  color: #666;
}
.download-button {
  padding: 10px 15px;
  background-color: #07adad;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
.download-button:hover {
  background-color: #057d7d;
}

#fav-focus1 {
  margin: 15px 0;
}