/**
* Theme Name: Konsulix Child
* Description: This is a child theme of Konsulix, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: konsulix
* Version: 1.0.10
*/

.external-post-slide {
  display: flex;
  justify-content: center;
}

.external-post-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 340px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.external-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.external-post-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;

}

.external-post-card h3 {
  font-size: 20px;
  margin: 10px 0 5px;
  color: #222;
}

.external-post-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  display: block;
}

.external-post-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.external-readmore-btn {
  display: inline-block;
  background: #0073aa;
  color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  margin-top: auto;
}

.external-readmore-btn:hover {
  background: #005f8d;
}
