/* --------------------------------------------------------------
   1. BAGIAN UNTUK: TAMPILAN > SESUAIKAN > CSS TAMBAHAN
   (Fokus: Override Warna Oren, Fix Tombol, & Hilangkan Outline)
   -------------------------------------------------------------- */

/* Paksa Semua Elemen Utama Menjadi Pink Brand (#F06292) */
body .gc-button-primary,
body .is-post-format span,
body .gc-social-widget .social-icons ul li a:hover,
body .gc-pagination nav.pagination .nav-links .page-numbers.current,
body .calendar_wrap caption,
body .entry-cats ul li a:before,
body .read-more-button:hover:before,
body #gc-backtotop .caption:after,
body .gc-banner-s1 .owl-dots .owl-dot.active {
    background-color: #F06292 !important;
    box-shadow: none !important;
}

/* Fix Tombol Cari (WordPress Block & Default) */
body .wp-block-search__button,
body .wp-element-button,
body button.search-submit, 
body input[type="submit"].search-submit {
    background-color: #F06292 !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    background: #F06292 !important;
}

/* Fix Tombol Lanjut Baca - Putih Kontras & No Orange Outline */
body .btn-continue, 
body .more-link, 
body a.more-link,
body .gc-blog-list-s1 .more-link {
    background-color: #F06292 !important; 
    border: 2px solid #F06292 !important;
    color: #ffffff !important; 
    text-decoration: none !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    display: inline-block !important;
    border-radius: 50px !important;
    box-shadow: none !important; 
    outline: 0 !important;
}

body .btn-continue:hover, 
body .more-link:hover,
body a.more-link:hover {
    background-color: #d84b7a !important; 
    border-color: #d84b7a !important;
    color: #ffffff !important;
}

/* Garis & Aksen Sidebar */
body .widget-title h3::before, 
body .widget-area .widget-title::before,
body .gc-widget-title-s1::before {
    background-color: #F06292 !important;
    border-left: 4px solid #F06292 !important;
}

/* Navigasi & Link Hover */
body #page a:hover,
body .main-navigation ul li a:hover,
body .main-navigation ul li.current-menu-item > a {
    color: #F06292 !important;
}

/* --------------------------------------------------------------
   2. BAGIAN UNTUK: EDITOR BERKAS TEMA (style.css)
   (Fokus: Tipografi & Hapus Iklan Banner)
   -------------------------------------------------------------- */

/* Hapus Banner Iklan Bawaan Tema */
.gc-top-widget-area, 
.gc-bottom-widget-area,
.widget_text .image {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Tipografi Home Page & Footer */
.home .entry-title a, 
.footer-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 42px !important; /* Judul Besar */
    font-weight: 700 !important;
    font-style: normal !important;
    color: #000000 !important;
    line-height: 1.2 !important;
}

body, p, .entry-content, .footer-post-item a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: #000000 !important;
    font-style: normal !important;
}

/* Badge Kategori */
.entry-category a, .entry-cats ul li a {
    background-color: #F06292 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    border-radius: 20px !important;
}