/* Simple Blog Editor Style */
/* Simple Blog Style with SEO-friendly formatting */
.simple-blog-style {
    font-size: 16px; /* Standard font size */
    line-height: 1.5; /* Increased line height for readability */
    color: #333; /* Dark text color for readability */
    margin-bottom: 30px; /* Space below content blocks */
    background-color: transparent; /* No background color */
    border: none; /* No borders */
}

.simple-blog-style p {
    margin-bottom: 15px; /* Space between paragraphs */
    text-align: justify; /* Justify text for clean alignment */
}

.simple-blog-style h1 {
    font-size: 25px; /* Larger size for H2 headings */
    margin-top: 30px; /* Space above headings */
    margin-bottom: 15px; /* Space below headings */
    font-weight: bold; /* Bold for headings */
    color: #222; /* Darker color for headings */
}

.simple-blog-style h2 {
    font-size: 24px; /* Larger size for H2 headings */
    margin-top: 30px; /* Space above headings */
    margin-bottom: 15px; /* Space below headings */
    font-weight: bold; /* Bold for headings */
    color: #222; /* Darker color for headings */
}

.simple-blog-style h3 {
    font-size: 22px; /* Slightly smaller size for H3 headings */
    margin-top: 25px; /* Space above headings */
    margin-bottom: 10px; /* Space below headings */
    font-weight: bold;
    color: #333;
}

.simple-blog-style h4 {
    font-size: 20px; /* Smaller size for H4 headings */
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444;
}

.simple-blog-style ul, 
.simple-blog-style ol {
    margin-left: 20px; /* Indent lists */
    margin-bottom: 20px; /* Space below lists */
}

.simple-blog-style ul li,
.simple-blog-style ol li {
    margin-bottom: 10px; /* Space between list items */
    line-height: 1.6; /* Consistent line height in lists */
}

.simple-blog-style a {
    color: #0073aa; /* Standard blue link color */
    text-decoration: underline; /* Underline links for clarity */
    transition: color 0.3s ease; /* Smooth color transition */
}

.simple-blog-style a:hover {
    color: #005177; /* Darker blue on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
    .simple-blog-style {
        font-size: 16px; /* Adjust font size for smaller screens */
        line-height: 1.6; /* Adjust line height for smaller screens */
    }
    
    .simple-blog-style h2 {
        font-size: 22px; /* Adjust heading size for smaller screens */
    }
    
    .simple-blog-style h3 {
        font-size: 20px; /* Adjust heading size for smaller screens */
    }
    
    .simple-blog-style h4 {
        font-size: 18px; /* Adjust heading size for smaller screens */
    }
}

/*Addition css code */

.page .entry-title {
display: none;
display: none;
}

.highlighted {
    background-color: #359b0a;
    font-weight: bold;
}

img {
  border-radius: 5px;
}


/* Heading CSS Myfinal11 Home H1 */
.attractive-heading {
    font-size: 1.5em;
    font-weight: bold;
    color: #359B0A;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    background: linear-gradient(to right,#ff7e5f,#feb47b);
    -webkit-background-clip: text;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 100%;
    margin: 0 auto 0;
}

@media (max-width: 768px) {
    .attractive-heading {
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .attractive-heading {
        font-size: 1em;
    }
}

.content {
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.content-box {
    flex: 1 1 10%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
}

.content-box h2 {
    font-size: 14px;
    color: #359b0a;
    margin-bottom: 10px;
}

.content-box p {
    font-size: 12px;
    color: #555;
}

.content-box:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .content-box {
        flex: 1 1 100%;
    }
}

/* Category Page Header Styling */
.page-header {
    margin-bottom: 10px;
}

.page-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #359b0a; /* Ensure the title color matches the header background */
}

.subcategory-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    padding: 5px 0;
}

.subcategory-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.subcategory-nav ul::-webkit-scrollbar {
    height: 5px;
}

.subcategory-nav ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.subcategory-nav ul li {
    margin-right: 5px; /* Reduced margin */
}

.subcategory-nav ul li a {
    text-decoration: none;
    padding: 5px 10px; /* Adjusted padding */
    background-color: #fff;
    color: #359b0a;
    border-radius: px;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap; /* Ensure that text does not wrap */
    display: flex;
    align-items: center;
    font-size: 1.0em; /* Adjusted font size */
}

.subcategory-nav ul li a.active, 
.subcategory-nav ul li a:hover {
    background-color: #359b0a;
    color: #fff;
}

/* Adjust line height for main content area */
.mh-content {
    line-height: 1.6;
}

/* Adjust line height for sidebar content */
.mh-sidebar {
    line-height: 1.6;
}
.entry-title {
    line-height: 1.3;
}
.entry-content {
    line-height: 2.0;
}

.sagarauto-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    display: block;
}

.sagarauto-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
}

.sagarauto-table th,
.sagarauto-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    /* This line is removed to allow text wrapping */
}

.sagarauto-table th {
    background-color: #c9f3ca;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.sagarauto-table td {
    vertical-align: middle;
    font-size: 14px;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .sagarauto-table table {
        font-size: 13px;
    }
    .sagarauto-table th,
    .sagarauto-table td {
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .sagarauto-table table {
        font-size: 12px;
    }
    .sagarauto-table th,
    .sagarauto-table td {
        padding: 6px;
    }
}

/* menu design black */

@media screen and (max-width: 1120px) {
    .mh-main-nav li a {
        line-height: 1.2;
        vertical-align: middle;
				padding: 10px 15px;
    }
}

@media screen and (max-width: 1120px) {
    .mh-main-nav li a, .mh-extra-nav li a, .mh-footer-nav li a {
        padding: 10px 15px !important;
    }
}

@media screen and (max-width: 1120px) {
    .mh-main-nav {
        display: flex;
        align-items: center;
    }

    .mh-main-nav li {
        flex: 1;
    }

    .mh-main-nav li a {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
}


/* fantasy card ads */

.fantasy-ads-container {
    max-width: 100%;
    padding: 20px;
    background: #f8f9fa;
}
.fantasy-ads-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
.fantasy-ads-wrapper {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
}
.fantasy-card {
    flex: 0 0 auto;
    width: 150px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.fantasy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.fantasy-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    margin-bottom: 10px;
}
.fantasy-ads-p {
    font-size: 14px;
    font-weight: 800;
    margin: 5px;
    color: #333;
}
.fantasy-btn {
    display: inline-block;
    background: #359b0a;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
}
.fantasy-description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.teams-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 5px;
}

.teams-scroll-wrapper .series-single.teams.mb10 {
  flex: 0 0 auto;
  padding: 10px;
}

/* Optional scrollbar */
.teams-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}
.teams-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

/* custom menu */

.headerHaaNaa {
    background-color: #FFD700;
    color: black;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.headerHaaNaa a {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .headerHaaNaa {
        font-size: 14px;
        padding: 5px 0;
    }
}

@media (max-width: 480px) {
    .headerHaaNaa {
        font-size: 14px;
        padding: 5px 0;
    }
}

/* mf11 ads solt MyFinal11 FanatsyZ Tool */

.mf11-ad-box {
  background: #f0fff4;
  border: 2px solid #28a745;
  border-radius: 10px;
  padding: 20px;
  margin: 25px 0;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mf11-ad-title {
  font-size: 18px;
  font-weight: bold;
  color: #1c7c37;
  margin-bottom: 8px;
}

.mf11-ad-title span {
  color: #28a745;
}

.mf11-ad-subtext {
  font-size: 15px;
  margin-bottom: 5px;
  color: #333;
}

.mf11-ad-tagline {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.mf11-ad-btn {
  display: inline-block;
  background: #28a745;
  color: white !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.mf11-ad-btn:hover {
  background: #218838;
}

.section-heading {
    font-size: 16px;
    background-color: #f0f5ff;
    padding: 10px 15px;
    border-left: 3px solid #359b0a !important;
    border-radius: 4px;
}

.login-account-page {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 1050px !important;
    margin: 10px auto;
}

.login-account-page h1 {
    font-size: 1.6em;
    color: #222;
    margin-bottom: 15px;
}

.login-account-page p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 25px;
}

.login-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.login-links {
    margin-top: 10px;
    font-size: 1.0em;
    color: #444;
}

.login-links a {
    color: #007BFF;
    text-decoration: none;
    font-weight: 500;
}




.custom-unlock-box {
    background-color: #e6f5e9; /* Light green background */
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    width: 250px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.unlock-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
}

.login-text {
    font-size: 14px;
    color: #333;
    margin: 5px 0 15px;
}

.login-text a {
    color: #359b0a;
    text-decoration: none;
    font-weight: bold;
}

.unlock-button {
    background-color: #359b0a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 180px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.unlock-button:before {
    content: "\1F512"; /* Lock icon */
    font-size: 16px;
}


