/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0
*/

/* Add your custom CSS below */
.single-featured-full {
  width: 100vw;              
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;       
  margin-right: -50vw;
  overflow: hidden;
  max-height: 70vh;          
}
.single-featured-full .single-featured-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;          
}
.custom-single-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}
.single-title {
  font-size: 2.1rem;
  margin: 0 0 10px;
  line-height: 1.15;
}
.single-meta {
  color: #71717a;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.single-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #111827;
}
.post-nav {
  display:flex;
  justify-content:space-between;
  margin-top:28px;
}
.post-nav a { text-decoration:none; font-weight:600; }
@media (max-width: 768px) {
  .single-featured-full { max-height: 45vh; }
  .custom-single-wrapper { margin: 20px 16px; padding: 20px; border-radius:10px; }
  .single-title { font-size: 1.6rem; }
}
