/*
 Theme Name:   Cream Magazine Child
 Theme URI:    https://topnewsmarathi.in
 Description:  Child theme for Cream Magazine (SEO friendly & Marathi news optimized). Includes dynamic top-tags slider.
 Author:       Akash
 Author URI:   https://topnewsmarathi.in
 Template:     cream-magazine
 Version:      1.0.0
 Text Domain:  cream-magazine-child
*/

/* ============== Slider styles ============== */
.tag-slider {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 6px 8px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.tag-slider-wrapper {
    overflow: hidden;
    flex: 1;
}

.tag-slider-track {
    display: flex;
    gap: 10px;
    transition: transform 0.35s cubic-bezier(.2,.8,.2,1);
    will-change: transform;
    padding: 6px 0;
}

.tag-slider-track a {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}

.tag-slider-track a:hover,
.tag-slider-track a:focus {
    background: #f44336;
    color: #fff;
    border-color: #f44336;
    outline: none;
}

.tag-slider-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    z-index: 2;
    color: #333;
}

.tag-slider-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .tag-slider-track a { font-size: 13px; padding: 6px 10px; }
    .tag-slider-btn { font-size: 18px; padding: 4px; }
}


/* Maharashtra News Section */
/* Maharashtra News Section */
.maharashtra-news {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.maharashtra-news h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 3px solid #ff5722; /* Accent color */
}

/* News Grid Layout */
.maharashtra-news .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* News Item Styling */
.maharashtra-news .news-item {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.maharashtra-news .news-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.maharashtra-news .news-item img {
    width: 100%;
    height: auto;
    display: block;
}

.maharashtra-news .news-item h3 {
    font-size: 1.1rem;
    margin: 12px;
    color: #333;
}

.maharashtra-news .news-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0 12px 12px;
}

.maharashtra-news .news-item a {
    text-decoration: none;
    color: inherit;
}

/* ===== Home Health Section ===== */
.health-news {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

.health-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 3px solid #ff5722;
    padding-bottom: 6px;
}

.health-header h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ff6f61;
    margin: 0;
}

.health-header .view-all {
    font-size: 13px;
    color: #ff6f61;
    text-decoration: none;
}

.health-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}

.health-card {
    border-radius: 6px;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.3s ease;
}

.health-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.health-img {
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center;
}

.health-card h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 8px;
    line-height: 1.3;
    color: #333;
}

/* Sports Section */
.sport-posts-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  color: #222;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgb(255 87 34 / 0.15);
}

.section-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ff5722;
  border-bottom: 3px solid #ff5722;
  padding-bottom: 1px;
	line-height: 1.6;
}

.sport-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Top row: Two featured cards side by side */
.sport-posts-top-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 28px;
}

.sport-post-featured {
  background: #fff3e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgb(255 87 34 / 0.25);
  transition: box-shadow 0.3s ease;
}

.sport-post-featured:hover {
  box-shadow: 0 8px 24px rgb(255 87 34 / 0.4);
}

.sport-post-thumb-link {
  display: block;
  overflow: hidden;
}

.sport-post-thumb {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sport-post-featured:hover .sport-post-thumb {
  transform: scale(1.05);
}

.sport-post-info {
  padding: 15px 20px;
}

.sport-post-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #e64a19;
}

.sport-post-title a {
  text-decoration: none;
  color: inherit;
}

.sport-post-title a:hover {
  text-decoration: underline;
}

.sport-post-date {
  font-size: 0.9rem;
  color: #b64b2b;
  font-style: italic;
}

/* Bottom row: Four smaller cards in 2x2 grid */
.sport-posts-bottom-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.sport-post-small-card {
  display: flex;
  background: #fff9f3;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(255 87 34 / 0.18);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.sport-post-small-card:hover {
  box-shadow: 0 6px 18px rgb(255 87 34 / 0.35);
}

.sport-post-small-thumb-link {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: 80px;
  overflow: hidden;
}

.sport-post-small-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sport-post-small-card:hover .sport-post-small-thumb {
  transform: scale(1.1);
}

.sport-post-small-info {
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sport-post-small-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: #d84315;
}

.sport-post-small-title a {
  color: inherit;
  text-decoration: none;
}

.sport-post-small-title a:hover {
  text-decoration: underline;
}

.sport-thumb-placeholder {
  background: #ffccbc;
}
 


.tech-featured-section {
  max-width: 1200px;
  margin: 40px auto;
  color: #eee;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #121212;
  padding: 30px 20px;
  border-radius: 8px;
}

.section-title {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #00d1ff;
  border-bottom: 3px solid #00d1ff;
  padding-bottom: 8px;
}

.tech-featured-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Left Big Post */
.tech-post-big {
  position: relative;
  flex: 1 1 60%;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgb(0 209 255 / 0.25);
  display: flex;
  align-items: flex-end;
  padding: 25px;
  color: #fff;
}

.tech-post-big .overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
}

.tech-post-big-content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 20px;
  max-width: 75%;
}

.tech-post-big-title {
  font-size: 1.8rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #00d1ff;
}

.tech-post-big-excerpt {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #ddd;
}

.tech-post-date {
  font-size: 0.85rem;
  color: #aaa;
  font-style: italic;
}

/* Right smaller posts wrapper */
.tech-post-small-wrapper {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Smaller post cards */
.tech-post-small {
  display: flex;
  background: #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgb(0 209 255 / 0.15);
  transition: background 0.3s ease;
}

.tech-post-small:hover {
  background: #272727;
}

.tech-post-small-thumb-link {
  flex-shrink: 0;
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}

.tech-post-small-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tech-post-small:hover .tech-post-small-thumb {
  transform: scale(1.1);
}

.tech-thumb-placeholder {
  background: #333;
  width: 120px;
  height: 90px;
}

.tech-post-small-content {
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tech-post-small-title {
  font-size: 1.1rem;
  margin: 0 0 6px;
  color: #00d1ff;
  font-weight: 600;
}

.tech-post-small-title a {
  color: inherit;
  text-decoration: none;
}

.tech-post-small-title a:hover {
  text-decoration: underline;
}

.entertainment-posts-section {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  color: #2c2c2c;
  background: #faf8ff;
  border-radius: 12px;
}

.entertainment-posts-section .section-title {
  font-size: 25px;
  font-weight: 800;
  color: #7e57c2;
  margin-bottom: 30px;
  padding-left: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.ent-grid {
  column-count: 3;
  column-gap: 20px;
}

@media (max-width: 900px) {
  .ent-grid {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .ent-grid {
    column-count: 1;
  }
}

.ent-card {
  background: #fff;
  margin-bottom: 24px;
  break-inside: avoid;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgb(126 87 194 / 0.15);
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.ent-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgb(126 87 194 / 0.3);
}

.ent-thumb-link {
  display: block;
  overflow: hidden;
  max-height: 220px;
}

.ent-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ent-card:hover .ent-thumb {
  transform: scale(1.05);
}

.ent-thumb-placeholder {
  background: #d1c4e9;
  height: 180px;
  width: 100%;
}

.ent-content {
  padding: 16px 20px;
}

.ent-title {
  font-size: 1.25rem;
  margin: 0 0 12px;
  color: #5e35b1;
  font-weight: 700;
}

.ent-title a {
  text-decoration: none;
  color: inherit;
}

.ent-title a:hover {
  text-decoration: underline;
}

.ent-excerpt {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  margin-bottom: 10px;
}

.ent-date {
  font-size: 0.85rem;
  font-style: italic;
  color: #9575cd;
}

.jobs-posts-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px 25px;
  background: #f0f4f8;
  border-radius: 10px;
  color: #222;
  box-shadow: 0 6px 15px rgb(0 70 140 / 0.1);
}

.jobs-posts-section .section-title {
  font-size: 25px;
  font-weight: 700;
  color: #005a9e;
  margin-bottom: 30px;
  border-bottom: 3px solid #005a9e;
  padding-bottom: 8px;
}

.jobs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 18px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 3px 10px rgb(0 90 158 / 0.15);
  transition: box-shadow 0.3s ease;
}

.job-item:hover {
  box-shadow: 0 6px 20px rgb(0 90 158 / 0.3);
}

.job-info {
  max-width: 75%;
}

.job-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #003d73;
}

.job-title a {
  color: inherit;
  text-decoration: none;
}

.job-title a:hover {
  text-decoration: underline;
  color: #0073e6;
}

.job-company {
  font-size: 1rem;
  color: #555;
  margin: 0 0 8px;
}

.job-date {
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
}

.job-apply-btn {
  background-color: #0073e6;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.job-apply-btn:hover {
  background-color: #005bb5;
}




/* =======================
   Homepage Styles
   ======================= */

/* your homepage css here */
/*h2 section*/
.single-post .content-entry h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 8px 12px;
  margin: 25px 0 15px;
  color: #222;
  border-left: 6px solid #007bff;
  background: #f8f9fa;
  border-radius: 4px;
}

/*h3 section*/
.single-post .content-entry h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  margin: 25px 0 15px;
  color: #222;
}



/*title h1 section*/

.single-post .content-entry h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin: 25px auto;
  padding: 14px 20px;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  color: #fff;
  border-radius: 6px;
  display: inline-block;
}



/*for images section*/
.the_content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px auto;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.the_content img:hover {
  transform: scale(1.03);
  box-shadow: 0 0 0 6px rgba(0,123,255,0.25);
}


/*for links section*/

.the_content a {
  color: #007bff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: background 0.3s ease, color 0.3s ease !important;
}

.the_content a:hover {
  background: #e6f0ff;
  color: #0056b3;
  border-radius: 4px;
  padding: 2px 4px;
}

/*for TOC section*/



/* Horizontal TOC */
.content-entry .toc {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px;
  margin: 25px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow-x: auto; /* mobile-friendly scroll */
}

/* TOC Title */
.content-entry .toc h2 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content-entry .toc a:hover {
  background: #dbf7ff;
  color: #ffffff;
  transform: translateY(-2px);
}
/* TOC List Horizontal */
.content-entry .toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;     /* wraps on smaller screens */
  gap: 10px;
}

/* TOC List Items */
.content-entry .toc li {
  margin: 0;
}

/* TOC Links as Horizontal Pills */
.content-entry .toc a {
  display: inline-block;
  background: #f3f8ff;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 15px;
  color: #0077cc;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e0eaff;
  white-space: nowrap;  /* keeps pill unbroken */
}





/* TOC Container */
.content-entry .toc {
  background: linear-gradient(135deg, #ffffff, #f9fbff);
  border: 1px solid #e6ecf5;
  border-radius: 14px;
  padding: 22px;
  margin: 30px 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  position: relative;
}

/* TOC Container */
.content-entry .toc {
  background: #fff;
  border-left: 5px solid #0077cc;
  border-radius: 10px;
  padding: 22px;
  margin: 30px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* TOC Heading */
.content-entry .toc h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0077cc;
  margin: 0 0 15px;
  text-transform: capitalize;
}


/* for lists */
.the_content ul:not(.toc ul):not(.cm-post-meta ul) {
  list-style: none;
  padding-left: 1.2em;
}

.the_content ul:not(.toc ul):not(.cm-post-meta ul) li {
  position: relative;
  margin-bottom: 8px;
}

.the_content ul:not(.toc ul):not(.cm-post-meta ul) li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #0077cc;
  border-radius: 2px;
}



/* for stat */
.content-entry .stat {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #f1f9ff, #e6f3ff);
  border: 1px solid #cce7ff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #0077cc;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}


/* Responsive */
@media (max-width: 768px) {
  .single-post .content-entry {
    padding: 15px;
  }
  .single-post .content-entry h1 {
    font-size: 24px;
  }
  .single-post .content-entry h2 {
    font-size: 20px;
  }
}

/*tags css*/
.single-post .post_tags a{
	color: #fff;
	border-radius: 20px;
	transition: 0.8s;
}

.single-post .post_tags a:hover{
	color: #fff;
	border-radius: 20px;
}


/*For Quote Section*/

.content-entry blockquote {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  text-align: center;
  padding: 18px 20px;
  margin: 25px auto;
  border: none;
  background: #f7faff;
  border-radius: 8px;
  position: relative;
}
.content-entry blockquote::before,
.content-entry blockquote::after {
  content: "❝";
  font-size: 26px;
  color: #0077cc;
  position: absolute;
}
.content-entry blockquote::before {
  left: 10px;
  top: -5px;
}
.content-entry blockquote::after {
  right: 10px;
  bottom: -5px;
  transform: rotate(180deg);
}


/*post meta section*/
.single-post .cm-post-meta  {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 13px;
}

/*for author section*/
.single-post .cm-post-meta  .post_author {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.single-post .cm-post-meta .post_author:hover {
  border-color: #007bff;
  color: #007bff;
  box-shadow: 0 4px 10px rgba(0,123,255,0.1);
}

/*for date section*/
.single-post .cm-post-meta  .posted_date {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.single-post .cm-post-meta .posted_date:hover {
  border-color: #007bff;
  color: #007bff;
  box-shadow: 0 4px 10px rgba(0,123,255,0.1);
}

/*for comment section*/
.single-post .cm-post-meta  .comments {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.cm-post-meta .comments:hover {
  border-color: #007bff;
  color: #007bff;
  box-shadow: 0 4px 10px rgba(0,123,255,0.1);
}


/*for catagory section*/
.single-post .cm-post-meta  .entry_cats {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.single-post .cm-post-meta .entry_cats:hover {
  border-color: #007bff;
  color: #007bff;
  box-shadow: 0 4px 10px rgba(0,123,255,0.1);
}

/* FAQ wrapper */
#faqs,
[itemscope][itemtype$="FAQPage"] {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 15px;
  font-family: "Inter", "Segoe UI", sans-serif;
}

/* Title */
#faqs > h2,
[itemscope][itemtype$="FAQPage"] > h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
  border-left: 5px solid #0078d7;
  padding-left: 12px;
}

/* Question block */
#faqs [itemscope][itemtype$="Question"],
[itemscope][itemtype$="FAQPage"] [itemscope][itemtype$="Question"] {
  background: #f9fbfd;
  border-left: 4px solid #0078d7;
  margin: 18px 0;
  padding: 14px 18px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

#faqs [itemscope][itemtype$="Question"]:hover,
[itemscope][itemtype$="FAQPage"] [itemscope][itemtype$="Question"]:hover {
  background: #eef6fb;
}

/* Question text */
#faqs h3[itemprop="name"],
[itemscope][itemtype$="FAQPage"] h3[itemprop="name"],
#faqs summary[itemprop="name"],
[itemscope][itemtype$="FAQPage"] summary[itemprop="name"] {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  padding-right: 25px;
  position: relative;
}

/* Custom marker */
#faqs h3[itemprop="name"]::before,
#faqs summary[itemprop="name"]::before,
[itemscope][itemtype$="FAQPage"] h3[itemprop="name"]::before,
[itemscope][itemtype$="FAQPage"] summary[itemprop="name"]::before {
  content: "❓";
  color: #0078d7;
  margin-right: 8px;
}

/* Answer styling */
#faqs [itemscope][itemtype$="Answer"],
[itemscope][itemtype$="FAQPage"] [itemscope][itemtype$="Answer"] {
  margin-top: 10px;
  padding-left: 8px;
  border-left: 2px solid #dbe6f2;
}

#faqs [itemscope][itemtype$="Answer"] p,
[itemscope][itemtype$="FAQPage"] [itemscope][itemtype$="Answer"] p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #333;
}

/* Links inside answers */
#faqs a,
[itemscope][itemtype$="FAQPage"] a {
  color: #0078d7;
  text-decoration: underline;
  font-weight: 500;
}
#faqs a:hover,
[itemscope][itemtype$="FAQPage"] a:hover {
  color: #0055a5;
}