/* ELEMENTS */
h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 6vw, 3.75rem); 
  font-weight: 600;
  letter-spacing: -0.5px; 
  line-height: 1.2;
}

h2 {
    letter-spacing: -0.5px; 
}

h2, h3, h4 {
  color: #1b1b1b; 
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}


p, li {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #1a1a1a;  
  font-weight: 400;
  letter-spacing: 0.1px;
  margin-bottom: 1.25rem; 
}

.resume-guide a {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: var(--blue);
    text-underline-offset: 5px;
}

nav p {
    margin-bottom: 0
}


/* UTILITIES */
.breadcrumbs {
    padding: 10px 20px;
    margin: 0 5%;
    border-radius: 8px;
    font-size: var(--small-font);
}

.source-tag {
  background-color: #555;
  color: #fff;
  padding: .25rem .75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 2px solid #fff;
}

.technology-item a{
    display: inline-block;
    background-color: var(--grey);
    padding: 0 10px;
    border-radius: 8px;
    font-size: 90%;
}

.technology-item img {
    position: relative;
    top: 3px;
    height: 20px;
    width: 20px;
}

.question-item {
    display: inline-block;
    background-color: var(--main-btn-color);
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 90%;
    color: var(--black);
    font-weight: bold;
}

.question-item img {
    position: relative;
    top: 3px;
    height: 20px;
    width: 20px;
}



/* BLOG INDEX */
.blog-summary {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem 0;
  background-color: #f7f7f7;
}

.blog-summary h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #1b1b1b;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-align: center;
}

.blog-summary .blog-category {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.blog-summary .question-category {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 80%;
}

.blog-summary .question-category h3 {
  font-size: 1.5rem;
  color: #1b1b1b;
  text-align: left;
  width: 100%;
  font-weight: 600;
  border-left: 5px solid var(--blue);
  padding-left: 1rem;
}

.blog-summary .blog-questions-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-start;
}

.blog-summary .blog-question {
  background-color: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid #ddd;
  width: 300px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-summary .blog-question:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: var(--blue);
}

.blog-summary .blog-question h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 0.5rem;
}

.blog-summary .blog-question p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-summary .question-category {
    width: 95%;
  }

  .blog-summary .blog-questions-container {
    justify-content: center;
  }

  .blog-summary .blog-question {
    width: 90%;
  }
}

/* Code To Write  */





/* Blog Category */
.blog-summary .blog-category .question-category .blog-questions-container .blog-question {
  background-color: var(--grey);
  padding: 15px 20px;
  border-radius: 8px;
  width: 500px;
  border: 1px solid var(--grey);
  word-spacing: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.blog-summary .blog-category .question-category .blog-questions-container .blog-question:hover {
    border: 1px solid var(--white);
}

.blog-summary .blog-category .question-category .blog-questions-container .writing-guide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  background-color: var(--grey);
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.blog-summary .blog-category .writing-guide-item img {
  height:25px;
  width: 25px;
}
 */


/* SECTIONS  */

/* Blog Hero  */
.blog-hero {
  display: block;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 18px;
  font-optical-sizing: auto;
  /* height: 500px; */
  line-height: 31.68px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  text-size-adjust :100%;
  unicode-bidi: isolate;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.blog-hero p,
.blog-hero li {
  color: #fff;
}

.blog-hero .breadcrumbs {
  color: var(--green);
}

.blog-hero .blog-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 100%;
  width: 50%;
  margin: auto;
}

.blog-hero .author-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.blog-hero .author-box .author-img-container {
  border-radius: 100%;
  background-color: var(--blue);
  overflow: hidden;
  height: 70px;
  width: 70px;
}

.blog-hero .author-box .author-img-container img {
  height: 70px;
  width: 70px;
  position: relative;
}

.blog-hero .author-box .author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}

.blog-hero .author-box .author-info p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}

.blog-hero .author-box .author-info p.author-name {
  font-weight: 700;
  color: var(--blue);
}

.blog-hero .article-dates p {
  font-size: 12px;
}

@media (max-width: 768px) {
     /* Hero */
    .blog-hero .blog-hero-content {
        width: 90%;
    }
}


/* ARTICLES */
.resume-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin: 0;
  padding: 3rem 0;
  background-color: #f7f7f7;
}

.resume-guide h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1.5rem;
  text-align: left;
  width: 100%;
  color: #000;
  -webkit-text-fill-color: #000;
  background-image: none;
  scroll-margin-top: 100px;
}

.resume-guide  h3,
.resume-guide  h4 {
  margin-bottom: 1.25rem;
  width: 100%;
}




.resume-guide li {
    color: #000;
}

.resume-guide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 44%;
}

.resume-guide-content img {
    border-radius: 8px;
}

.resume-guide-content .text-underline-blue,
.resume-guide-content .text-underline-green,
.resume-guide-content .text-underline-yellow,
.resume-guide-content .text-underline-red,
.resume-guide-content .text-underline-purple,
.resume-guide-content .text-underline-orange,
.resume-guide-content .text-underline-grey {
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.resume-guide-content .resume-guide-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
    max-width: 720px; 
}

.resume-guide-content .resume-guide-paragraph p {
    font-size: 17px;
    width: 100%;
    line-height: 1.8;
    font-weight: 500;
    text-align: justify;
}

.resume-guide-content .resume-guide-paragraph ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.resume-guide-content .resume-guide-paragraph ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    width: 100%;
}

.resume-guide-content .resume-guide-paragraph li {
    width: 100%;
    line-height: 1.8;
    margin-left: 1rem;
    font-size: 17px;
}

.resume-guide-content .resume-guide-paragraph table {
    border-radius: 5px;
    border: 1px solid var(--white);
    border-collapse: separate; border-spacing: 0; text-align: center; overflow: hidden;
    font-family: var(--main-font);
    background-color: var(--white);
}

.resume-guide-content .resume-guide-paragraph table th {
    color: var(--black);
    background-color: var(--light-grey);
    padding: 10px 5px;
}

.resume-guide-content .resume-guide-paragraph table td {
    padding: 10px 5px;
}

.resume-guide-content .resume-guide-paragraph .text-small {
    font-size: var(--small-font);
}

.resume-guide-content .resume-guide-paragraph .text-blue {
    color: var(--blue);
}

.resume-guide-content .resume-guide-paragraph .text-green {
    color: var(--green);
}

.resume-guide-content .resume-guide-paragraph .text-yellow {
    color: var(--yellow);
}

.resume-guide-content .resume-guide-paragraph .text-red {
    color: var(--red);
}

.resume-guide-content .resume-guide-paragraph .text-purple {
    color: #9b5de5;
}

.resume-guide-content .resume-guide-paragraph .text-orange {
    color: #ff9f1c;
}



/* Resume Snippet – Torn Notebook Style */
.resume-guide-content .resume-snippet {
    position: relative;
    background-color: #fcfcfc;
    color: #222;
    font-family: 'Georgia', serif;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 700px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    border: 1px solid #ddd;
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size: 20px 20px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
}


.resume-guide-content .resume-snippet::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: 
        radial-gradient(circle at 10px 10px, transparent 10px, #fcfcfc 11px),
        radial-gradient(circle at 30px 10px, transparent 10px, #fcfcfc 11px),
        radial-gradient(circle at 50px 10px, transparent 10px, #fcfcfc 11px),
        radial-gradient(circle at 70px 10px, transparent 10px, #fcfcfc 11px);
    background-repeat: repeat-x;
    background-size: 40px 20px;
    z-index: 1;
}

.resume-guide-content .resume-snippet .resume-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #222;
    font-family: "Inter", sans-serif;
}

.resume-guide-content .resume-snippet p,
.resume-guide-content .resume-snippet ul li {
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.resume-guide-content .resume-snippet .text-bold {
    font-weight: bold;
    color: #000;
}

.resume-guide-content .resume-snippet ul {
    padding-left: 1.5rem;
    list-style-type: disc;
}





/* WIDGETS  */
/* Progresss Bar */
#scroll-progress-container {
  position: fixed;
  top: 80px;  
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1b1b1b; 
  z-index: 9998;  
}

#scroll-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #23ce6b 0%, #23ce6b 100%);
  transition: width 0.25s ease-out;
  /* box-shadow: 0 0 4px #459666, 0 0 15px #23ce6b; */
  box-shadow: 0 0 2px #459666, 0 0 5px #23ce6b;
}



/* Table of Contents */
.toc-floating-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: auto;
  z-index: 9997;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  width: 240px;
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.toc-floating-box .toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toc-floating-box .toc-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  margin: 0;
  font-family: "Inter", sans-serif;
}


#tocToggleBtn {
  background: none;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  margin-left: 0.5rem;
  transition: color 0.2s ease;
}

#tocToggleBtn:hover {
  color: var(--blue);
}

.toc-floating-box .toc-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-floating-box .toc-links li:first-child {
    margin-top: .75rem;
}

.toc-floating-box .toc-links li {
  margin-bottom: 0.5rem;
}

.toc-floating-box .toc-links a {
  color: #333;
  text-decoration: none;
  padding-left: 0.5rem;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  display: inline-block;
}

.toc-floating-box .toc-links a:hover {
  color: var(--blue);
  border-left: 3px solid var(--blue);
}

.toc-floating-box.collapsed .toc-links {
  display: none;
}

@media (max-width: 768px) {
  .toc-floating-box {
    display: none;
  }
}



/* Social Media Sharing */
.share-bar {
  position: fixed;
  bottom: 20px;
  left: 20px;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 9997;
}

.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.share-btn.email {
  background-color: #fff;
}

.share-btn:hover {
  transform: scale(1.1);
}

.share-btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.facebook {
  background-color: #3c5a9a;
}

.twitter {
  background-color: #000;
}

.linkedin {
  background-color: #0077b5;
}

.reddit {
  background-color: #FF4500;
}

/* FAQ */
.faq-section {
  margin: 4rem auto;
  padding: 2rem;
  max-width: 720px;
  background-color: #fcfcfc;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.faq-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #000;
  text-align: center;
}

.faq-item {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-question {
  width: 100%;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: '–';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 1.5rem;
}

.faq-answer.expanded {
  max-height: 500px; /* Set high enough for longest answer */
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.faq-answer.expanded {
  max-height: 1000px;
}

.faq-answer p {
  font-size: 1rem;
  color: #333;
  margin: 1rem 0;
  line-height: 1.7;
}



/* Review Promo  */
.promo-review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 5rem auto;
  max-width: 960px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  padding: 3rem 2rem;
  transition: background-color 0.3s ease;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.promo-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  z-index: 2;
}

.promo-text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #fff;
  padding-right: 60px; /* Prevent overlap with floating paper */
}

.resume-review-text {
  text-align: left;
}

.promo-review h2#resume-review-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  /* -webkit-text-fill-color: var(--blue) !important; */
  background-image: none !important;
}

.promo-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  font-weight: 400;
}

.btn.btn-review {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  background-color: var(--blue);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.btn.btn-review:hover {
  background-color: var(--green);
  color: #000;
}

.promo-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  pointer-events: none;
}

.resume-mock {
  width: calc(180px * 1.2);
  height: calc(260px * 1.2);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: rotate(-5deg);
  transition: transform 0.4s ease;
  pointer-events: auto;
}

.resume-mock:hover {
  transform: rotate(-3deg) scale(1.02);
}


/* Blog Tags */
.blog-tags {
  margin: auto;
  width: 100%;
}

.blog-tags h3 {
  width: 100%;
  text-align: center;
}

.blog-tags ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.5rem;
  padding-left: 0;
  margin-bottom: 1rem;
}

.blog-tags li a {
  background-color: #eee;
  color: #333;
  padding: .5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
}

.blog-tags li a:hover {
  background-color: #ccc;
}



/* About The Author  */
.about-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 12px;
  width: 100%;
}

.about-author .author-photo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: var(--blue);
  border-radius: 50%;
}

.about-author .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-author .author-details {
  flex: 1;
  font-family: "Inter", sans-serif;
}

.about-author .author-details h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--blue);
  font-weight: 700;
  text-align: center;
}

.about-author .author-details .author-name {
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
}

.about-author .author-details p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1rem;
}

.about-author .author-cta {
  display: inline-block;
  color: var(--blue);
  font-weight: 600;
  text-align: center;
  width: 100%;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.2s ease-in-out;
}

.about-author .author-cta:hover {
  color: var(--green);
}

/* Responsive design */
@media (max-width: 768px) {
  .about-author {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .about-author .author-photo {
    margin-bottom: 1rem;
  }
}




/* Related Articles  */
.related-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  width: 100%;
}

.related-posts h2 {
  text-align: center;
}

.related-posts .post-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}


/* Post Card  */
/* .post-card {
  width: 300px;
  padding: 2rem;
  background-color: #fcfcfc;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.post-card .post-description {
  font-size: 1rem;
}

.post-card .post-date {
  font-size: 12px;
}
 */


 /* Post Card  */
.post-card {
  display: flex;
  flex-direction: column;
  height: 100%; 
  width: 300px;
  padding: 2rem;
  background-color: #fcfcfc;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.post-card .post-body {
  flex-grow: 1;  
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 370px;
}

.post-card a.btn-review {
  margin-top: auto;  
}


.post-card h3 {
    margin-bottom: 1rem;
    text-align: center;
}


.post-card .post-description {
  font-size: 1rem;
  text-align: center;
}

.post-card .post-date {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
    /* Related Posts */
  .post-scroller {
      flex-direction: column;
      gap: 1.5rem;
  }

  .post-card {
    width: 100%;
    height: auto;
  }

  .post-card .post-body {
    height: auto;
  }
}



/* MEDIA QUERIES */
@media (max-width: 768px) {

     .resume-guide {
       padding: 10% 5%;
     }

    /* ELEMENTS */
    .resume-guide h2, 
    .resume-guide h3,
    .resume-guide h4,
    .resume-guide .resume-guide-paragraph {
        width: 100%;
    }


    /* BLOG INDEX */
    .blog-summary {
        width: 100%;
    }

    .blog-summary h1 {
        font-size: 4.75vh;
        line-height: 1.2;
        letter-spacing: 3px;
    }
   
    .blog-summary h3 {
        font-size: var(--large-font);
    }

    .blog-summary .blog-category {
        flex-wrap: nowrap;
    }

    .blog-summary .blog-category .question-category .blog-questions-container a
    {
        width: 90%;
        margin: auto;
    }

    .blog-summary .blog-category .question-category .blog-questions-container .blog-question, 
    .blog-summary .blog-category .question-category .blog-questions-container .resume-guide-item {
        width: 95%;
        line-height: 1.5; 
    }

    /* ARTICLES */
    /* Article Body */
    .resume-guide-content {
        width: 100%;
    }

    .resume-guide-content .resume-snippet {
       padding: 1rem;
    }

    /* FAQ */
    .faq-section {
      padding: 1.5rem 1rem;
      margin: 3rem 1rem !important;
      border-radius: 8px;
      width: 100%;
      margin: auto;
    }

    .faq-title {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .faq-question {
      padding: 0.75rem 1rem;
      font-size: 1rem;
    }

    .faq-question::after {
      right: 1rem;
      font-size: 1.2rem;
    }

    .faq-answer {
      padding: 0 1rem;
    }

    .faq-answer.expanded {
      padding-top: 0;
    }

    .faq-answer p {
      font-size: 0.95rem;
      line-height: 1.6;
    }


    /* Resume Review Promo */
    .promo-content {
    text-align: center;
  }

  .promo-review {
     flex-direction: column-reverse;
  }

  .promo-review h2#resume-review-title {
  text-align: center;
  }

  .promo-text {
    padding: 0;
    align-items: center;
  }

  .promo-text p {
    text-align: center;
  }

  .promo-image {
    margin-top: 2rem;
    justify-content: center;
  }

  .resume-mock {
    transform: rotate(-3deg);
  }

  .resume-mock:hover {
    transform: rotate(0deg) scale(1.02);
  }


   /* Related Posts */
  .related-posts .post-cards-container {
      flex-direction: column;
      gap: 1.5rem;
  }


    /* WIDGETS */
    /* Social Media Sharing */
    .share-bar {
    position: fixed;
    bottom: 0px;
    left: auto;
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 12px;
    padding: 0;
  }

  .share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: none !important; /* disable scaling for mobile */
  }

  .share-btn:hover {
    transform: none; /* no scaling on mobile */
  }

  .share-btn img {
    width: 24px;
    height: 24px;
  }

  /* Optional: hide text labels if any were re-added later */
  .share-btn span {
    display: none;
  }
}




/* Table (Resume Photo) */
table.resume-photo-table {
  position: relative;
  top: -2rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.resume-photo-table th {
  background-color: #f4f4f4;
  color: #1b1b1b;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.resume-photo-table td {
  text-align: center;
  font-size: 0.95rem;
  color: #333;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.resume-photo-table tr:last-child td {
  border-bottom: none;
}

/* Tag styles */
.resume-photo-table strong.expected {
  background-color: #e9f8f0;
  color: #23ce6b;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
}

.resume-photo-table strong.optional {
  background-color: #fff7e6;
  color: #ff9900;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
}

.resume-photo-table strong.not-expected {
  background-color: #fdecea;
  color: #e63946;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
}

.resume-photo-table td:nth-child(1),
.resume-photo-table td:nth-child(2) {
  width: 160px;
}

.resume-photo-table td:nth-child(1),
.resume-photo-table td:nth-child(3) {
  text-align: left;
}

.resume-photo-table td:nth-child(3) {
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .resume-photo-table th,
  .resume-photo-table td {
    font-size: 0.9rem;
    padding: 0.75rem;
  }
}




/* Article: Resume Photo */
.photo-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.photo-item {
  width: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-item img {
  width: 100%;
  height: 220px; /* ID-style bust framing */
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.photo-caption {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #444;
  text-align: center;
  line-height: 1.3;
  min-height: 2.5rem; /* Force space for 2 lines */
}

/* Icon badge styling */
.photo-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
}

/* Red ❌ badge */
.photo-item[data-status="dont"]::before {
  background-image: url('/images/svg/red-cross-icon.svg');
}

/* Green ✅ badge */
.photo-item[data-status="do"]::before {
  background-image: url('/images/svg/green-check-icon.svg');
}


@media (max-width: 768px) {
  .photo-grid {
    width: 100%;
  }
}


/* =========================================
   BLOG / WRITING GUIDE — ARTICLE SUMMARY
   (Flex version: fixes word-wrapping issues)
   ========================================= */

.article-summary {
  --card-bg: #fff;
  --card-border: rgba(0,166,251,0.22);
  --card-shadow: 0 10px 24px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04);
  --ring: rgba(0,166,251,0.18);

  width: 100%;
  max-width: 720px;
  margin: 1rem auto 2rem;
  padding: 1rem 1.25rem 1.25rem;
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(0,166,251,0.04), transparent 60%),
    radial-gradient(120% 100% at 100% 0%, rgba(35,206,107,0.04), transparent 60%),
    var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  box-shadow: var(--card-shadow);
  position: relative;
  isolation: isolate;
  backdrop-filter: saturate(1.05);
}

/* Top gradient accent bar */
.article-summary::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 8px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, var(--green), var(--blue));
  opacity: 0.35;
}

/* Header */
.summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .25rem;
}

.summary-eyebrow {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  border: 1px solid #ececec;
}

.summary-title {
  margin: 0 0 0 auto;
  text-align: right;
  font-weight: 700;
  color: #000;
  font-size: 1.05rem;
  letter-spacing: .2px;
}

/* Body */
.summary-body { 
  margin-top: .75rem; 
}

/* List */
.summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;           
  gap: .35rem;
}



/* Item: FLEX to avoid weird text wrapping */

.resume-guide-content .resume-guide-paragraph a {
   text-decoration: none;
   width: 100%;
}

.resume-guide-content .resume-guide-paragraph li.summary-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: 1rem;     
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  line-height: 1.7;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
} 

/* Leading icon as a real flex item */
.resume-guide-content .resume-guide-paragraph li.summary-list-item::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-image: url('/images/svg/green-check-icon.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  opacity: .95;
}

/* Text (including the (I)/(II) strong tag) */
.resume-guide-content .resume-guide-paragraph li.summary-list-item strong {
  font-weight: 700;
  color: #000;
  margin-right: .25rem;
}

/* Hover / Focus */
.resume-guide-content .resume-guide-paragraph li.summary-list-item:hover,
.resume-guide-content .resume-guide-paragraph li.summary-list-item:focus-within {
  transform: translateY(-1px);
  border-color: rgba(0,166,251,0.45);
  box-shadow:
    0 10px 20px rgba(0,0,0,0.08),
    0 0 0 3px rgba(0,166,251,0.12);
  background: #fff;
}

/* Optional Sticky Variant */
@media (min-width: 1024px) {
  .article-summary--sticky { position: sticky; top: 110px; }
}

/* Responsive */
@media (max-width: 768px) {
  .article-summary { padding: .85rem 1rem 1rem; border-radius: 10px; }
  .summary-title { font-size: 1rem; }
  .summary-list { gap: .3rem; }
  .resume-guide-content .resume-guide-paragraph li.summary-list-item { padding: .55rem .85rem; }
  .resume-guide-content .resume-guide-paragraph li.summary-list-item::before { flex-basis: 16px; width: 16px; height: 16px; }
}
