/*
Theme Name: CricHunter
Theme URI: https://rahulmourya.in/
Author: Rahul Mourya
Author URI: https://rahulmourya.in/
Description: Don't try to copy the theme, otherwise, I'll take the action against you.
Version: 2.0
*/
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#submit {
	border-radius: 50px !important;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}
/*Social Share*/
.wpjankari-social-wrapper {
    margin: 10px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.wpjankari-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
		display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/*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;
}
/*Post Comment*/
@media (max-width: 768px){
	.comments-area {
		margin-left:15px;
		margin-right: 15px;
	}
}
.comments-area {
	border-radius: 7px;
	border: 1px solid var(--border-color);;
	margin-top: 50px;
}
.comment-reply-title {
	margin-top: -35px;
	margin-bottom: 40px;
	border: 1.5px solid var(--text-1);
	background: var(--background);
	padding: 4px 30px;
	border-radius: 50px;
	font-size: 22px;
	color: var(--text-1);
}

.moni-intro {
    
    padding: 10px;
    margin-bottom: 10px;
    font-style: italic;
}

.moni-meta {
    font-size: 17px;
    color: #555;
    margin-bottom: 15px;
}
.job-post-wrapper{
  max-width:1000px;
  margin:auto;
  padding:15px;
  background:#fff;
}

.job-titles{
  font-size:26px;
  font-weight:700;
}

.job-meta{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:#555;
  margin:8px 0;
}

.author-img{
  width:32px;
  height:32px;
  border-radius:50%;
}

.last-date-box{
  background:#ffe6e6;
  border-left:5px solid #b30000;
  padding:10px;
  margin:15px 0;
  font-weight:600;
}

.job-intro{
  font-size:16px;
  line-height:1.6;
  margin-bottom:20px;
}
.job-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
    flex-wrap: wrap;
}

.last-date-box {
    background-color: #ffe5e5;
    padding: 8px 12px;
    border-left: 4px solid #ff0000;
    font-weight: bold;
    margin-bottom: 5px;
}
/* =====================================
   H2 HEADING STYLE – GENERATEPRESS
   Light Pink BG + Red Text
===================================== */

.entry-content h2,
.ff-strict-results h2,
.job-style h2 {
    background: #ffe4e6;              /* halka gulabi */
    color: #b91c1c;                   /* red text */
    padding: 10px 15px;
    margin: 25px 0 15px;
    font-size: 18px;
    font-weight: 700;
    border-left: 5px solid #dc2626;   /* red strip */
    border-radius: 4px;
    line-height: 1.4;
}

/* H2 ke andar link ho to */
.entry-content h2 a {
    color: #b91c1c;
    text-decoration: none;
}

.entry-content h2 a:hover {
    text-decoration: underline;
}

/* Mobile font adjust */
@media (max-width: 768px) {
    .entry-content h2,
    .ff-strict-results h2 {
        font-size: 16px;
        padding: 8px 12px;
    }
}