/*
 Theme Name:   Sporkolik Child
 Theme URI:    https://www.sporkolik.net/
 Description:  Sporkolik Child Theme
 Author:       Your Name (or leave blank)
 Author URI:   https://www.sporkolik.net/
 Template:     sporkolik
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child-theme
 Text Domain:  sporkolik-child
*/

/* Add your own custom CSS here */

/* Reset padding for featured image container on single posts */
.single-post .td-post-featured-image{padding-bottom:0;/* Reset any inherited padding */ height:auto;/* Ensure height is determined by the image */}
.single-post .td-post-featured-image .entry-thumb{display:block;/* Ensure image behaves like a block element */ width:100%;/* Make image responsive */ height:auto;/* Maintain aspect ratio */}