/*
Theme Name: Travel Master Child
Theme URI: https://genpijateng.com
Description: Child theme untuk Travel Master dengan custom layout single post
Author: GenPI Jateng
Template: travel-master
Version: 1.0.1
Text Domain: travel-master-child
*/

/* ========================================
   Custom CSS untuk Single Post Layout
   ======================================== */

/* Fix: slick-theme.css load setelah parent CSS, kembalikan override margin slider */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* Sembunyikan header image, judul, dan breadcrumb di single post */
.single #page-site-header {
    display: none !important;
}

/* Kecilkan judul artikel di single post */
/* Parent theme: .single-wrapper .entry-title { font-size: 32px } */
.single-wrapper .entry-title {
    font-size: 24px !important;
    line-height: 1.3;
}

/* Kecilkan metadata (By:... dan tanggal) di single post - hanya yang pertama setelah judul */
.single-wrapper .entry-header + .entry-meta {
    font-size: 13px !important;
    color: #666;
    margin-bottom: 15px;
}

.single-wrapper .entry-header + .entry-meta a,
.single-wrapper .entry-header + .entry-meta span {
    font-size: 13px !important;
    color: #666;
}

.single-wrapper .entry-header + .entry-meta a:hover,
.single-wrapper .entry-header + .entry-meta a:focus {
    color: #00afe9;
}

/* Responsive untuk mobile */
@media screen and (max-width: 768px) {
    .single-wrapper .entry-title {
        font-size: 22px !important;
    }

    .single-wrapper .entry-header + .entry-meta,
    .single-wrapper .entry-header + .entry-meta a,
    .single-wrapper .entry-header + .entry-meta span {
        font-size: 12px !important;
    }
}
