/*
 Theme Name:   Karouzo Huntt Child
 Description:  Huntt Child Theme for Karouzo website
 Author:       Antonis Lyras
 Template:     huntt
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-fifteen-child
*/

/* Existing styles above ... */

/* Featured Stamp Post styling to match karouzo.com */
.stamp {
  /* visually emphasize the featured (stamp) post */
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e5e5e5;
}

.stamp .post-thumbnail img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.stamp .entry-title {
  font-size: 38px;
  line-height: 1.25;
  margin: 16px 0 10px;
}

.stamp .entry-title a {
  color: #222;
  text-decoration: none;
}

.stamp .entry-title a:hover {
  color: #0073aa;
}

.stamp .entry-excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 782px) {
  .stamp .entry-title { font-size: 28px; }
  .stamp .post-thumbnail img { max-height: 360px; }
}
