/*
 Theme Name:   GajiPT.com
 Theme URI:    https://gajipt.com
 Description:  GeneratePress Child theme for mobile responsive blog website.
 Author:       MC
 Author URI:   https://gajipt.com
 Template:     generatepress
 Version:      1.3.0
*/

/* GeneratePress Site CSS */
/* Mengubah font default di homepage */
body.home {
    font-family: 'Lexend Deca', sans-serif;
}







/* === Baca Juga - Tampilan Profesional Premium === */
.baca-juga {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 5px solid #2563eb; /* biru profesional */
  padding: 11px 24px;
  margin: 10px 0;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  font-family: "Segoe UI", "Arial", sans-serif;
  transition: all 0.3s ease-in-out;
}

.baca-juga:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.baca-juga .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: #1f2937;
  margin-top: 2px;
}

.baca-juga .content {
  display: flex;
  flex-direction: column;
}

.baca-juga .label {
  font-size: 15px;
  font-weight: bold; /* BOLD aktif di sini */
  color: #0f172a;
  margin-bottom: 6px;
}

.baca-juga .link {
  font-size: 15px;
  color: #1f2937;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}

.baca-juga .link:hover {
  color: #1e40af;
  text-decoration: underline;
}





/*Search Box*/
#wp-block-search__input-1 {
	border-radius: 120px;
	border: 0px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-radius: 40px;
}
input[type="search"] {
	border-color: var(--contrast-3);
	border-radius: 50PX;
}
.wp-block-search__button.has-icon {
	border-radius: 50px;
}
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/*Post Headline*/
.single h2 {
	background-color: #F7F7F4;
  border-left: 8px solid #20a1ad;
  padding: 10px 5px 10px 16px;
}
/*Categories Hedline*/
.inb-hp-heading:before {
    border-top: 2px solid var(--text-1);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.inb-home-heading:before {
    border-top: 1px solid var(--border-color);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.wplite-banner-ads {
	margin-bottom: 15px;
}
/* WP Image*/
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	margin-bottom: 20px;
}
.gb-container .wp-block-image img {
	border-radius: 5px;
	margin-bottom: 5px;
}
/* Sticky widgets */ 
.auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 80px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
}
/* Rank MathCSS */
.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 5px 10px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}
/*Table of contents*/
#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}
/*Post Date*/
.post-dates {
    font-size: 12px;
	font-weight: 400;
    color: var(--text-1);
}

/*Tag Cloud*/
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a {
    font-size: 12px!important;
    margin-bottom: 8px;
    margin-right: 8px;
}
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a,  div.tags a{
    color: #333333;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 25px;
}
/*Softer Download Link*/
.software-download-button a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: var(--color-background);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.software-download-button a:hover {
    background-color: var(--color-background-hover);
}