.subject-wise-listing-page {
  position: relative;
  top: 7.375rem;
  flex-direction: column;
}

.subject-wise-listing-page .bg-yellow-shade {
  display: flex;
  height: 12.5rem;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  align-self: stretch;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.subject-wise-listing-page .section-position {
  position: relative;
  top: -4.5rem;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.subject-wise-listing-page .subject-wise-listing-hero_section {
  display: flex;
  max-width: 50rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

.subject-wise-listing-page .subject-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.subject-wise-listing-page .subject-info .subject-title {
  color: var(--Neutral-Black, #1a1a1a);
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.025rem;
}

.subject-wise-listing-page .subject-info .subject-description {
  color: var(--Neutral-Dark-Grey, #4f4f4f);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.01rem;
}

.subject-wise-listing-page .subject-info .share-container {
  display: flex;
  height: 2.75rem;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
  border-top: 1px solid var(--Neutral-Stroke, #e9ebec);
  border-bottom: 1px solid var(--Neutral-Stroke, #e9ebec);
}

.subject-wise-listing-page .share-container-item {
  display: flex;
  padding: 0.625rem 0.75rem;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.subject-wise-listing-page .share-container-item span {
  color: var(--Neutral-Dark-Grey, #4f4f4f);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
}

.subject-wise-listing-page .filter-section {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.subject-wise-listing-page .drop-down {
  padding: 0.625rem 0.75rem 0.625rem 1rem;
}

.subject-wise-listing-page .filter-section .filter-section-item {
  display: flex;
  padding: 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;

  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  border: 1px solid var(--Neutral-Stroke, #e9ebec);
  cursor: pointer;
}

.filter-section .filter-section-item.active {
  border: 1px solid var(--Primary-Main, #ffb81c);
}

.filter-section .filter-section-item span {
  color: var(--Neutral-Black, #1a1a1a);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
}

/* ----------------- Year Wise Listing ------------------- */

.year-wise-listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.year-wise-listing .year-title {
  display: flex;
  padding-bottom: 0.25rem;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
  border-bottom: 1px solid var(--Neutral-Stroke, #e9ebec);
}

.year-wise-listing .year-title span {
  color: var(--Neutral-Black, #1a1a1a);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
}

.year-wise-listing .year-listing-paper {
  display: flex;
  padding: 1.5rem 0rem;
  align-items: center;
  gap: 2.5rem;
  align-self: stretch;
  cursor: pointer;
  border-bottom: 1px solid var(--Neutral-Stroke, #e9ebec);
}

.year-listing-paper .paper-left_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1 0 0;
}

.year-listing-paper .paper-left_container .paper-title {
  color: var(--Pine-Green, #008578);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -0.01rem;
}

.paper-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.paper-stats .paper-stats-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.paper-stats .paper-stats-item .text {
  color: var(--Neutral-Black, #1a1a1a);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
}

.paper-right_container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.paper-right_container .chip-container {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
}

.paper-right_container .paper-chip {
  display: flex;
  padding: 0.125rem 0.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  background: #ecf0f4;
}

.paper-chip .chip-text {
  color: var(--Neutral-Black, #1a1a1a);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
}

.paper-right_container .arrow-right {
  transition: transform 0.3s ease-in-out;
}

.year-wise-listing
  .year-listing-paper:hover
  .paper-right_container
  .arrow-right {
  transform: translateX(0.5rem);
}

.no-paper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-radius: 0.75rem;
  background: #fff;
  height: 10rem;
  width: 100%;
}

.no-paper-container p {
  color: var(--Neutral-Granite, #7a7a7a);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
}

.display-none {
  display: none;
}

/* ----------------- Mobile Responsive View ------------------- */

@media (max-width: 768px) {
  .subject-wise-listing-page .section-position {
    padding: 0;
    top: 0;
    margin-bottom: 7rem;
  }

  .subject-wise-listing-page .bg-yellow-shade {
    height: 7.5rem;
  }

  .subject-wise-listing-page .subject-wise-listing-hero_section {
    padding: 0 1rem 2.5rem 1rem;
    max-width: 100%;
  }

  .subject-wise-listing-page .subject-info {
    align-items: center;
    gap: 1rem;
  }

  .subject-wise-listing-page .subject-info .subject-title {
    font-size: 1.75rem;
  }

  .subject-wise-listing-page .subject-info .subject-description {
    font-size: 0.875rem;
  }

  .subject-wise-listing-page .filter-section {
    overflow-x: auto;
    max-width: 100%;
  }

  .year-wise-listing .year-listing-paper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .paper-right_container {
    width: 100%;
    justify-content: space-between;
  }

  .paper-chip .chip-text {
    font-size: 0.75rem;
  }

  .no-paper-container {
    width: 100%;
    height: 2rem;
  }
}
