/* Famous Quotation Section Start */

/* Famous Quotation Jump Menu Start */
.quotes-index-section {
  padding: 5px 10px;
  background-color: #ffffff;
}

.quotes-index {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 10px auto 20px;
  max-width: 1000px;
  width: 100%;
}

.quotes-index h2 {
  font-family: "Amatic SC", cursive;
  font-size: clamp(22px, 4vw, 32px);
  margin-bottom: 10px;
  text-align: center;
}

.quotes-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.quotes-index li a {
  display: inline-block;
  padding: 3px 5px;
  text-decoration: none;
  background: #fff;
  color: #0645AD;
  font-family: "Amatic SC", cursive;
  font-size: clamp(13px, 2vw, 16px);
  font-weight: bold;
  border-left: 4px solid #ff0000;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.quotes-index li {
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  background-color: #ffffff;
}

.quotes-index li:hover {
  transform: scale(1.10);
}

.quotes-index li a:hover,
.quotes-index li a:focus {
  text-decoration: underline;
  color: #0645AD;
  outline: none;
}

@media (max-width: 767px) {
  .quotes-index {
    margin: 5px 0 10px;
  }
}

/* Famous Quotation Jump Menu End */

/* Famous Quotation Year Groups Start */

.famous-quotations-year {
  padding: 5px 10px;
  background-color: #ffffff;
}

.quote-year-group {
  /* max-width: 1000px;
  margin: 5px auto 14px; */
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fafafa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* margin-bottom: 14px; */
}

.quote-year-summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 42px 10px 14px;
  position: relative;
  font-family: "Amatic SC", cursive;
  font-size: clamp(24px, 5vw, 35px);
  font-weight: bold;
  color: #ff0000;
  background: #f5f5f5;
  line-height: 1.1;
}

.quote-year-summary::-webkit-details-marker {
  display: none;
}

.accordion-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: clamp(20px, 3vw, 26px);
  color: #666;
}

/* Rotate when open */
.quote-year-group[open] .accordion-icon {
  transform: translateY(-50%) rotate(90deg);
}

.quotes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 10px;
  background-color: #ffffff;
} 

/* Famous Quotation Year Groups End */

/* Famous Quotation Cards Start */

/* Famous Quotations centered on other pages */
.famous-quotations .container > .quote-block {
  max-width: 1000px;
  margin: 5px auto;
}

.famous-quotations {
  padding: 5px 20px;
  background-color: #ffffff;
}

h2.famous-quote-heading {
  font-size: clamp(24px, 5vw, 35px) !important;
}

.famous-quote-heading {
  font-family: "Amatic SC", cursive;
  font-weight: bold;
  color: #ff0000;
  margin: 5px 0 0;
  text-align: left;
}

.quote-block {
  max-width: 1000px;
  margin: 0;
  background-color: #f5f0dc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #d6d0bb;
  border-radius: 8px;
  overflow: hidden;
}

.quote-block-wide {
  grid-column: 1 / -1;
}

.quote-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d6d0bb;
}

.flag-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 3px;
}

.quote-flag {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: clamp(47px, 8vw, 67px);
  height: auto;
  border-radius: 4px;
  border: 1px solid black;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 3px;
}

.quote-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 24px;
}

.quote-details {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.quote-person {
  font-family: "Amatic SC", cursive;
  font-size: clamp(19px, 2.5vw, 23px);
  font-weight: 700;
  margin: 0 0 -3px 0;
  color: #111;
  line-height: 1.2;
}

.cite-person {
  font-style: normal;
}

.quote-title {
  font-family: "Amatic SC", cursive;
  font-size: clamp(14px, 2.5vw, 17px);
  margin: 0;
  line-height: 1.2;
}

.quote-date {
  font-family: "Amatic SC", cursive;
  font-size: clamp(14px, 2.5vw, 17px);
  color: #444;
  line-height: 1.2;
}

.quote-text {
  padding: 0 3px;
  text-align: justify;
  margin: 0;
  border-top: 1px solid #d6d0bb;
}

.blockquote-text {
  margin: 0;
}

/* blockquote p {
  margin-bottom: 0.5em;
} */


/* Famous Quotation Cards End */

@media (max-width: 767px) {
  .quote-year-summary {
    padding: 9px 38px 9px 12px;
  }

  .quotes-grid {
    padding: 8px;
    gap: 10px;
  }
}

@media (min-width: 900px) {
  .quotes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-block-wide {
    grid-column: auto;
  }

  .quote-block.quote-span-full-width {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
  }
}

/* Famous Quotation Section End */