#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  height: 100px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#main-menu .main-menu-bar {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#main-menu .main-menu-bar #menu-btn-holder {
  position: absolute;
  top: 13px;
  right: 1rem;
  padding-top: 10px;
  padding-right: 50px;
  z-index: 10000;
  width: 150px;
  height: 70px;
}
#main-menu .main-menu-bar .menu-text {
  position: absolute;
  top: 14px;
  right: 110px;
  font-size: 1rem;
  font-weight: 500;
  color: #2F3145;
  font-family: "Poppins", sans-serif;
}
#main-menu .main-menu-bar .menu-search {
  position: absolute;
  top: 15px;
  right: 180px;
  height: 70px;
  padding-top: 23px;
  font-size: 1rem;
  font-weight: 500;
  z-index: 1250;
  padding-right: 2rem;
  border-right: 1px solid #EFF0F5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#main-menu .main-menu-bar .menu-search a {
  color: #2F3145;
}
#main-menu .main-menu-bar .menu-search i {
  color: #440964;
  margin-left: 10px;
}
#main-menu .main-menu-bar .menu-search:hover {
  color: #F20093;
}
#main-menu .main-menu-bar .menu_logo {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 300px;
  height: 71px;
}
#main-menu #main-menu-inner {
  position: absolute;
  top: -2000px;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #EAE7ED;
  color: #2F3145;
  padding-left: 1rem;
  padding-top: 6rem;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#main-menu #main-menu-inner a {
  text-decoration: none;
}
#main-menu #main-menu-inner .menu-item {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #1B1B1B;
  text-decoration: underline;
  position: relative;
}
#main-menu #main-menu-inner .menu-item.active {
  color: #440964;
}
#main-menu #main-menu-inner .menu-item:hover {
  color: #440964;
}
#main-menu .menu-inner-bottom {
  margin-top: 4rem;
  position: relative;
  width: 100%;
}
#main-menu .menu-inner-bottom a {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #1B1B1B;
  text-decoration: underline;
  position: relative;
}
#main-menu .menu-inner-bottom a.active {
  color: #440964;
}
#main-menu .menu-inner-bottom a:hover {
  color: #440964;
}
#main-menu.on #main-menu-inner {
  top: 100px;
}
#menu-btn {
  position: relative;
  z-index: 10000;
  width: 166px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menu-btn-icon {
  position: absolute;
  right: 50px;
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-trigger {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 1px;
  height: 1px;
}
#menu_body_hide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #050E21;
  display: table;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menu_body_hide.on {
  opacity: 0.9;
  z-index: 220;
}
#menu-btn-icon path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #2F3145;
  stroke-dashoffset: 0px;
}
path#menu-btn-top,
path#menu-btn-bottom {
  stroke-dasharray: 240px 950px;
}
path#menu-btn-middle {
  stroke-dasharray: 240px 240px;
}
#menu-btn-icon.cross path#menu-btn-top,
#menu-btn-icon.cross path#menu-btn-bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#menu-btn-icon.cross path#menu-btn-middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
@media only screen and (max-width: 767px) {
#main-menu .menu_logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
#main-menu .menu-login {
    top: 1rem;
}
#menu-btn {
    top: 0.5rem;
}
}
@media screen and (max-height: 767px) {
#main-menu .menu-inner-bottom {
    position: relative;
    bottom: 0;
    padding-right: 0;
}
}.close-menu {
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 20px;
}
.close-menu:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#menu_body_hide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: table;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu-holder {
  position: fixed;
  top: 0;
  right: -150vw;
  z-index: 900;
}
#mobile-menu-bar {
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: -120px;
  left: 0;
  color: #fff;
  z-index: 1000;
  box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#mobile-menu-bar.top-on {
  top: 0 !important;
}
#mobile-menu-bar.on {
  top: 0;
}
#mobile-menu-bar.menu-open {
  top: 0 !important;
}
#mobile-menu-bar .mob_menu_logo {
  position: absolute;
  top: 5vw;
  left: 1rem;
  z-index: 99;
  width: 60vw;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: -150vw;
  padding-top: 100px;
  overflow-y: auto;
  width: 320px;
  height: 100vh;
  background-color: #E2E8EE;
  color: #1B1B1B;
  padding-left: 1rem;
  z-index: 900;
  box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .menu-links .menu-item {
  position: relative;
  display: block;
  cursor: pointer;
  color: #1B1B1B;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0.75rem;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
}
.mobile-menu .menu-links .menu-item:hover {
  color: #151F6D;
}
.mobile-menu .menu-links .menu-item i {
  font-size: 1.2rem;
  margin-left: 10px;
}
.mobile-menu .menu-links .menu-item .menu-item-expand {
  position: absolute;
  right: -6vw;
  top: 1vw;
  width: 5vw;
}
.mobile-menu.on {
  right: 0;
}
#menu_btn,
.menu_btn {
  position: absolute;
  top: 40px;
  right: 1rem;
  z-index: 1100;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menu_btn .nav-icon,
.menu_btn .nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 110;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menu_btn .nav-icon span,
.menu_btn .nav-icon span {
  display: block;
  position: absolute;
  border-radius: 0px;
  height: 3px;
  width: 100%;
  background: #151F6D;
  opacity: 1;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.3) !important;
}
#menu_btn .nav-icon span:nth-child(1),
.menu_btn .nav-icon span:nth-child(1) {
  top: 0px;
}
#menu_btn .nav-icon span:nth-child(2),
.menu_btn .nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menu_btn .nav-icon span:nth-child(3),
.menu_btn .nav-icon span:nth-child(3) {
  top: 16px;
  width: 60%;
}
#menu_btn .nav-icon.nav_open span,
.menu_btn .nav-icon.nav_open span {
  border-radius: 10px;
  background: #151F6D;
}
#menu_btn .nav-icon.nav_open span:nth-child(1),
.menu_btn .nav-icon.nav_open span:nth-child(1) {
  top: 9px !important;
  transform: rotate(135deg) !important;
}
#menu_btn .nav-icon.nav_open span:nth-child(2),
.menu_btn .nav-icon.nav_open span:nth-child(2) {
  opacity: 0 !important;
  left: 20vw !important;
}
#menu_btn .nav-icon.nav_open span:nth-child(3),
.menu_btn .nav-icon.nav_open span:nth-child(3) {
  width: 100%;
  top: 9px !important;
  transform: rotate(-135deg) !important;
}
#menu_btn:hover .nav-icon span:nth-child(3),
.menu_btn:hover .nav-icon span:nth-child(3) {
  width: 100%;
}
.menu-inner-bottom a {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: #1B1B1B;
  text-decoration: underline;
}
.menu-inner-bottom a:hover {
  color: #151F6D;
}
@media only screen and (max-width: 767px) {
.mobile-menu .menu-links .menu-item {
    font-size: 4vw;
}
}.lds-roller {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(60, 116, 182, 0.8);
  display: table;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#loader .vert-mid {
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
  display: table-cell;
}
#loader .vert-mid .card {
  width: 100%;
  max-width: 500px;
  margin: auto;
  color: #ffffff;
  background-color: #0A162B;
}
#loader .vert-mid .card .btn-primary {
  background-color: #3c74b6;
  border: 0 !important;
  height: 50px;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.75rem;
}
#loader.on {
  display: table;
  opacity: 1;
  z-index: 3000;
}
#loader #loader-message {
  font-weight: 600;
  font-family: "BrandonText", sans-serif;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 15px;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: table;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.loader .lds-roller div:after {
  background: #3c74b6;
}
.loader.off {
  opacity: 0;
  z-index: -1;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
#loader .blue-dots-top-right {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 320px);
  right: calc(50% - 320px);
  width: 250px;
  height: 418px;
  transform: rotate(-120deg) !important;
  -webkit-transform: rotate(-120deg) !important;
}
#loader .pink-pentagon-top-right {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 230px);
  right: calc(50% - 400px);
  width: 300px;
  height: 300px;
  -webkit-animation: rotating 100s linear infinite;
  -moz-animation: rotating 100s linear infinite;
  -ms-animation: rotating 100s linear infinite;
  -o-animation: rotating 100s linear infinite;
  animation: rotating 100s linear infinite;
}
@keyframes rotating {
from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.card {
  border-radius: 0;
}
.half_row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.half_row .half_col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}.resource-card {
  border-radius: 0;
  background-color: #FFDB2B;
  padding-right: 5rem;
  transition: all 200ms ease;
}
.resource-card p.resource-title {
  font-weight: 600;
}
.resource-card a {
  color: #002B45;
}
.resource-card .download-resource {
  position: absolute;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #002B45;
  top: 1.5rem;
  right: 1rem;
  line-height: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 0.9rem;
  letter-spacing: 0;
}
.resource-card .download-resource i {
  font-size: 20px;
}
.resource-card.resource-title {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
}
.resource-card:hover {
  background-color: #FCE262;
}
@media only screen and (max-width: 767px) {
.resource-card p.download-resource {
    font-size: 3.5vw;
}
.resource-card p.resource-title {
    font-size: 5vw;
}
.resource-card .resource-summary {
    min-height: 0px;
}
}.search-holder[data-v-d5b43e9a] {
  position: relative;
  border: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid #000;
}
.search-holder input[data-v-d5b43e9a] {
  border-radius: 0;
  appearance: none;
  padding: 0;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  z-index: 1;
  height: 50px;
  background: none;
  position: relative;
  border: 0;
}
.search-holder input[data-v-d5b43e9a]:focus {
  background-color: transparent;
}
.search-holder[data-v-d5b43e9a]:after {
  content: "\f002";
  font-family: "FontAwesome";
  width: 20px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 0;
}
.button-search[data-v-d5b43e9a] {
  text-align: right;
  position: relative;
}
.button-search input[data-v-d5b43e9a] {
  display: inline-block;
  max-width: 526px;
}
.button-search button[data-v-d5b43e9a] {
  display: inline-block;
  position: absolute;
  right: 0;
  border: 1px solid #000 !important;
  top: 0;
  border-radius: 0 5px 5px 0;
  min-width: 0;
  width: 60px;
  height: 100%;
  color: #000;
}
.loading[data-v-d5b43e9a] {
  height: 987px;
  width: 100%;
  position: relative;
}
.loading .lds-roller[data-v-d5b43e9a] {
  position: absolute;
  top: 50px;
  left: calc(50% - 32px);
}
.loading .loading-text[data-v-d5b43e9a] {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
}.youtube-video-container .ratio {
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  width: 100%; /* Full width of the container */
  overflow: hidden; /* Hide the overflowing parts of the image */
}
.image-ratio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.video-thumbnail {
  width: 100%; /* Make the image fill the container width */
  height: 100%; /* Make the image fill the container height */
  object-fit: cover; /* Ensure the image covers the container, cropping if necessary */
  object-position: center; /* Center the image within the container */
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 66px;
  z-index: 1;
  cursor: pointer;
}
.sutton-deaths[data-v-e288ee82] {
}
.sutton-deaths__filters {
&[data-v-e288ee82] {
  margin-bottom: 2rem;
  border-radius: 8px;
  
  border: 1px solid #ccc;
}
.input-holder{
&[data-v-e288ee82] {
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
&.border-right-0[data-v-e288ee82]{
      border-right: 0;
}
}
.filter-btn-holder{
&[data-v-e288ee82] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.filter-btn[data-v-e288ee82] {
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 0 2rem;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      min-width: 0px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      max-width: 180px !important;
      width: 180px !important;
      height: calc(60px + 2rem);
}
}
input[data-v-e288ee82]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
select[data-v-e288ee82]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
}
.form-row[data-v-e288ee82] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-holder[data-v-e288ee82] {
  flex: 1;
  min-width: 200px; /* Adjust as needed for equal length */
}
.filter-btn-holder[data-v-e288ee82] {
  width: 180px;
}
.form-input[data-v-e288ee82],
.form-select[data-v-e288ee82] {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  flex: 1 1 200px;
  min-width: 180px;
}
.sutton-deaths__results[data-v-e288ee82] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.loading[data-v-e288ee82] {
  text-align: center;
  font-size: 1.2rem;
  color: #151F6D;
  padding: 2rem 0;
}
.results-meta[data-v-e288ee82] {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1rem;
}
.results-count strong[data-v-e288ee82] {
  color: #151F6D;
}
.no-results[data-v-e288ee82] {
  text-align: center;
  color: #b00;
  font-size: 1.1rem;
  padding: 2rem 0;
}
.death-card[data-v-e288ee82] {
  display: flex;
  gap: 1.5rem;
  background: #fff;
  border-radius: 0;
  padding: 1.25rem 1rem;
  align-items: flex-start;
}
.death-card[data-v-e288ee82]:nth-child(even) {
  background: #E2E8EE;
}
.death-card__image[data-v-e288ee82] {
  width: 120px;
  height: 150px;
  border-radius: 8px;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.death-card__image img[data-v-e288ee82] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.no-image {
&[data-v-e288ee82] {
  color: #888;
  font-size: 0.95rem;
  text-align: center;
}
i[data-v-e288ee82]{
    font-size: 2rem;
}
}
.death-card__info[data-v-e288ee82] {
  flex: 1;
}
.death-card__header {
&[data-v-e288ee82] {

  gap: 1rem;
  margin-bottom: 0.5rem;
}
strong[data-v-e288ee82]{
    font-weight: 500;
}
}
.death-card__date[data-v-e288ee82] {
  color: #151F6D;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.death-card__name[data-v-e288ee82] {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.death-card__meta[data-v-e288ee82] {
  margin-bottom: 0.2rem;
}
.death-card__desc[data-v-e288ee82] {
  color: #222;
}
.load-more-row[data-v-e288ee82] {
  text-align: center;
  margin-top: 1.5rem;
}
.load-more-btn[data-v-e288ee82] {
  background: #151F6D;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.load-more-btn[data-v-e288ee82]:hover {
  background: #151F6D;
}
@media (max-width: 768px) {
.form-row[data-v-e288ee82] {
    flex-direction: column;
}
.input-holder[data-v-e288ee82],
  .filter-btn-holder[data-v-e288ee82] {
    width: 100%;
}
.sutton-deaths__filters {
.input-holder[data-v-e288ee82]{
        border-right: 0;
        border-bottom: 1px solid #ccc;
}
.filter-btn-holder{
.filter-btn[data-v-e288ee82] {
          height: 60px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 5px;
          max-width: 100% !important;
          width: 100% !important;
}
}
}
}

.john-hume-speeches[data-v-9e45d2c2] {
}
.john-hume-speeches__filters {
&[data-v-9e45d2c2] {
    margin-bottom: 2rem;
    border-radius: 8px;

    border: 1px solid #ccc;
}
.input-holder{
&[data-v-9e45d2c2] {
      border-right: 1px solid #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
}
&.border-right-0[data-v-9e45d2c2]{
        border-right: 0;
}
}
.filter-btn-holder{
&[data-v-9e45d2c2] {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
}
.filter-btn[data-v-9e45d2c2] {
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 0 2rem;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        min-width: 0px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        max-width: 180px !important;
        width: 180px !important;
        height: calc(60px + 2rem);
}
}
input[data-v-9e45d2c2]{
      border:0;
      height: 60px;
      border-radius: 6px;
      font-size: 1rem;
      flex: 1 1 200px;
      min-width: 180px;
}
select[data-v-9e45d2c2]{
      border:0;
      height: 60px;
      border-radius: 6px;
      font-size: 1rem;
      flex: 1 1 200px;
      min-width: 180px;
}
}
.form-row[data-v-9e45d2c2] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.input-holder[data-v-9e45d2c2] {
    flex: 1;
    min-width: 200px;
}
.filter-btn-holder[data-v-9e45d2c2] {
    width: 180px;
}
.form-input[data-v-9e45d2c2],
  .form-select[data-v-9e45d2c2] {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
.john-hume-speeches__results[data-v-9e45d2c2] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.loading[data-v-9e45d2c2] {
    text-align: center;
    font-size: 1.2rem;
    color: #151F6D;
    padding: 2rem 0;
}
.results-meta[data-v-9e45d2c2] {
    margin-bottom: 1rem;
    color: #888;
    font-size: 1rem;
}
.results-count strong[data-v-9e45d2c2] {
    color: #151F6D;
}
.no-results[data-v-9e45d2c2] {
    text-align: center;
    color: #b00;
    font-size: 1.1rem;
    padding: 2rem 0;
}
.speech-card[data-v-9e45d2c2] {
    background: #fff;
    border-radius: 0;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}
.speech-card[data-v-9e45d2c2]:last-child {
    border-bottom: none;
}
.speech-card[data-v-9e45d2c2]:nth-child(even) {
    background: #E2E8EE;
}
.speech-card__content[data-v-9e45d2c2] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.speech-card__info[data-v-9e45d2c2] {
    flex: 1;
    min-width: 0; /* Allow text to wrap */
    display: flex;
    flex-direction: column;
}
.speech-card__action[data-v-9e45d2c2] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
}
.view-container[data-v-9e45d2c2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.view-label[data-v-9e45d2c2] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #151F6D;
    white-space: nowrap;
}
.view-button[data-v-9e45d2c2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #151F6D;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.view-button[data-v-9e45d2c2]:hover {
    background: #151F6D;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(21, 31, 109, 0.3);
}
.view-button:hover .view-chevron[data-v-9e45d2c2] {
    color: white;
}
.view-chevron[data-v-9e45d2c2] {
    font-size: 1rem;
    color: #151F6D;
    transition: color 0.2s ease;
}
.speech-card__title h4 {
&[data-v-9e45d2c2] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    hyphens: auto;
}
a[data-v-9e45d2c2]{
      text-decoration: underline;
}
}
.speech-card__details[data-v-9e45d2c2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.95rem;
    align-items: flex-start;
    justify-content: flex-start;
}
.speech-card__details > div[data-v-9e45d2c2] {
    line-height: 1.4;
    flex-shrink: 0;
}
.speech-card__details strong[data-v-9e45d2c2] {
    font-weight: 500;
}
.speech-card__details a[data-v-9e45d2c2] {
    color: #0066cc;
    text-decoration: none;
}
.speech-card__details a[data-v-9e45d2c2]:hover {
    text-decoration: underline;
}
.load-more-row[data-v-9e45d2c2] {
    text-align: center;
    margin-top: 1.5rem;
}
@media (max-width: 768px) {
.form-row[data-v-9e45d2c2] {
      flex-direction: column;
}
.input-holder[data-v-9e45d2c2],
    .filter-btn-holder[data-v-9e45d2c2] {
      width: 100%;
}
.john-hume-speeches__filters {
.input-holder[data-v-9e45d2c2]{
          border-right: 0;
          border-bottom: 1px solid #ccc;
}
.filter-btn-holder{
.filter-btn[data-v-9e45d2c2] {
            height: 60px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 5px;
            max-width: 100% !important;
            width: 100% !important;
}
}
}
}
.form-row[data-v-9e45d2c2] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.input-holder[data-v-9e45d2c2] {
    flex: 1;
    min-width: 200px; /* Adjust as needed for equal length */
}
.filter-btn-holder[data-v-9e45d2c2] {
    width: 180px;
}
.form-input[data-v-9e45d2c2],
  .form-select[data-v-9e45d2c2] {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
.john-hume-speeches__results[data-v-9e45d2c2] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.loading[data-v-9e45d2c2] {
    text-align: center;
    font-size: 1.2rem;
    color: #151F6D;
    padding: 2rem 0;
}
.results-meta[data-v-9e45d2c2] {
    margin-bottom: 1rem;
    color: #888;
    font-size: 1rem;
}
.results-count strong[data-v-9e45d2c2] {
    color: #151F6D;
}
.no-results[data-v-9e45d2c2] {
    text-align: center;
    color: #b00;
    font-size: 1.1rem;
    padding: 2rem 0;
}
.speech-card[data-v-9e45d2c2] {
    background: #fff;
    border-radius: 0;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}
.speech-card[data-v-9e45d2c2]:last-child {
    border-bottom: none;
}
.speech-card[data-v-9e45d2c2]:nth-child(even) {
    background: #E2E8EE;
}
.speech-card__content[data-v-9e45d2c2] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.speech-card__info[data-v-9e45d2c2] {
    flex: 1;
    min-width: 0; /* Allow text to wrap */
    display: flex;
    flex-direction: column;
}
.speech-card__action[data-v-9e45d2c2] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
}
.view-container[data-v-9e45d2c2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.view-label[data-v-9e45d2c2] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #151F6D;
    white-space: nowrap;
}
.view-button[data-v-9e45d2c2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #151F6D;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.view-button[data-v-9e45d2c2]:hover {
    background: #151F6D;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(21, 31, 109, 0.3);
}
.view-button:hover .view-chevron[data-v-9e45d2c2] {
    color: white;
}
.view-chevron[data-v-9e45d2c2] {
    font-size: 1rem;
    color: #151F6D;
    transition: color 0.2s ease;
}
.speech-card__title h4 {
&[data-v-9e45d2c2] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    hyphens: auto;
}
a[data-v-9e45d2c2]{
      text-decoration: underline;
}
}
.speech-card__details[data-v-9e45d2c2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.95rem;
    align-items: flex-start;
    justify-content: flex-start;
}
.speech-card__details > div[data-v-9e45d2c2] {
    line-height: 1.4;
    flex-shrink: 0;
}
.speech-card__details strong[data-v-9e45d2c2] {
    font-weight: 500;
}
.speech-card__details a[data-v-9e45d2c2] {
    color: #0066cc;
    text-decoration: none;
}
.speech-card__details a[data-v-9e45d2c2]:hover {
    text-decoration: underline;
}
.load-more-row[data-v-9e45d2c2] {
    text-align: center;
    margin-top: 1.5rem;
}
@media (max-width: 768px) {
.form-row[data-v-9e45d2c2] {
      flex-direction: column;
}
.input-holder[data-v-9e45d2c2],
    .filter-btn-holder[data-v-9e45d2c2] {
      width: 100%;
}
.john-hume-speeches__filters {
.input-holder[data-v-9e45d2c2]{
          border-right: 0;
          border-bottom: 1px solid #ccc;
}
.filter-btn-holder{
.filter-btn[data-v-9e45d2c2] {
            height: 60px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 5px;
            max-width: 100% !important;
            width: 100% !important;
}
}
}
}
  
.bibliography-search__filters {
&[data-v-6bf07afc] {
  margin-bottom: 2rem;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.input-holder{
&[data-v-6bf07afc] {
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
&.border-right-0[data-v-6bf07afc]{
      border-right: 0;
}
}
.filter-btn-holder{
&[data-v-6bf07afc] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 0.5rem;
}
.filter-btn[data-v-6bf07afc], .clear-btn[data-v-6bf07afc] {
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 0 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      min-width: 0px;
      height: calc(60px + 2rem);
      flex: 1;
}
.filter-btn[data-v-6bf07afc] {
      background: #151F6D;
}
.clear-btn[data-v-6bf07afc] {
      background: #6c757d;
}
}
input[data-v-6bf07afc]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
select[data-v-6bf07afc]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
}
.form-row[data-v-6bf07afc] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-holder[data-v-6bf07afc] {
  flex: 1;
  min-width: 200px;
}
.filter-btn-holder {
&[data-v-6bf07afc] {
  width: 150px;
}
.btn[data-v-6bf07afc]{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
}
.clear-btn[data-v-6bf07afc] {
  width: auto;
  height: auto;
}
.form-input[data-v-6bf07afc],
.form-select[data-v-6bf07afc] {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  flex: 1 1 200px;
  min-width: 180px;
}
.bibliography-search__results[data-v-6bf07afc] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.results-meta[data-v-6bf07afc] {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1rem;
}
.results-count strong[data-v-6bf07afc] {
  color: #151F6D;
}
.no-results[data-v-6bf07afc] {
  text-align: center;
  color: #b00;
  font-size: 1.1rem;
  padding: 2rem 0;
}
.bibliography-card[data-v-6bf07afc] {
  background: #fff;
  border-radius: 0;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.bibliography-card[data-v-6bf07afc]:last-child {
  border-bottom: none;
}
.bibliography-card[data-v-6bf07afc]:nth-child(even) {
  background: #E2E8EE;
}
.bibliography-card__content[data-v-6bf07afc] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.bibliography-card__info[data-v-6bf07afc] {
  flex: 1;
  min-width: 0; /* Allow text to wrap */
  display: flex;
  flex-direction: column;
}
.bibliography-card__action[data-v-6bf07afc] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}
.view-container[data-v-6bf07afc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.view-label[data-v-6bf07afc] {
  font-size: 0.9rem;
  font-weight: 500;
  color: #151F6D;
  white-space: nowrap;
}
.view-button[data-v-6bf07afc] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #151F6D;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.view-button[data-v-6bf07afc]:hover {
  background: #151F6D;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(21, 31, 109, 0.3);
}
.view-button:hover .view-chevron[data-v-6bf07afc] {
  color: white;
}
.view-chevron[data-v-6bf07afc] {
  font-size: 1rem;
  color: #151F6D;
  transition: color 0.2s ease;
}
.bibliography-card__header[data-v-6bf07afc] {
  margin-bottom: 1rem;
}
.bibliography-card__title h4 {
&[data-v-6bf07afc] {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  word-wrap: break-word;
  hyphens: auto;
}
a[data-v-6bf07afc]{
    text-decoration: underline;
}
}
.bibliography-card__meta[data-v-6bf07afc] {
  font-size: 0.95rem;
  color: #888;
}
.meta-divider[data-v-6bf07afc] {
  color: #999;
  margin: 0 0.5rem;
}
.bibliography-card__details[data-v-6bf07afc] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.bibliography-card__details > div[data-v-6bf07afc] {
  line-height: 1.4;
  flex-shrink: 0;
}
.bibliography-card__details strong[data-v-6bf07afc] {
  font-weight: 500;
}
.bibliography-card__details a[data-v-6bf07afc] {
  color: #0066cc;
  text-decoration: none;
}
.bibliography-card__details a[data-v-6bf07afc]:hover {
  text-decoration: underline;
}
.load-more-row[data-v-6bf07afc] {
  text-align: center;
  margin-top: 1.5rem;
}
.load-more-btn[data-v-6bf07afc] {
  background: #151F6D;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.load-more-btn[data-v-6bf07afc]:hover {
  background: #151F6D;
}
@media (max-width: 768px) {
.form-row[data-v-6bf07afc] {
    flex-direction: column;
}
.input-holder[data-v-6bf07afc],
  .filter-btn-holder[data-v-6bf07afc] {
    width: 100%;
}
.bibliography-search__filters {
.input-holder[data-v-6bf07afc]{
      border-right: 0;
      border-bottom: 1px solid #ccc;
}
.filter-btn-holder{
.filter-btn[data-v-6bf07afc], .clear-btn[data-v-6bf07afc] {
        height: 60px;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
}
.filter-btn[data-v-6bf07afc] {
        border-bottom-left-radius: 5px;
}
.clear-btn[data-v-6bf07afc] {
        border-bottom-right-radius: 5px;
}
}
}
.bibliography-card__title h4[data-v-6bf07afc] {
    font-size: 1rem;
    font-weight: 500;
}
.bibliography-card__meta[data-v-6bf07afc] {
    flex-direction: column;
    gap: 0.25rem;
}
.meta-divider[data-v-6bf07afc] {
    display: none;
}
.bibliography-card__content[data-v-6bf07afc] {
    flex-direction: column;
    gap: 1rem;
}
.bibliography-card__action[data-v-6bf07afc] {
    padding-left: 0;
    align-self: flex-end;
}
.bibliography-card__details[data-v-6bf07afc] {
    flex-direction: column;
    gap: 0.5rem;
}
.bibliography-card__details > div[data-v-6bf07afc] {
    flex-shrink: 1;
}
.view-container[data-v-6bf07afc] {
    gap: 0.25rem;
}
.view-label[data-v-6bf07afc] {
    font-size: 0.8rem;
}
.view-button[data-v-6bf07afc] {
    width: 35px;
    height: 35px;
}
.view-chevron[data-v-6bf07afc] {
    font-size: 0.9rem;
}
}

.heathwood-search__filters {
&[data-v-d60b2f17] {
  margin-bottom: 2rem;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.input-holder{
&[data-v-d60b2f17] {
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
&.border-right-0[data-v-d60b2f17]{
      border-right: 0;
}
}
.filter-btn-holder{
&[data-v-d60b2f17] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 0.5rem;
}
.filter-btn[data-v-d60b2f17], .clear-btn[data-v-d60b2f17] {
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 0 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      min-width: 0px;
      height: calc(60px + 2rem);
      flex: 1;
}
.filter-btn[data-v-d60b2f17] {
      background: #151F6D;
}
.clear-btn[data-v-d60b2f17] {
      background: #6c757d;
}
}
input[data-v-d60b2f17]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
select[data-v-d60b2f17]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
}
.advanced-filters[data-v-d60b2f17] {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.more-filters-toggle[data-v-d60b2f17] {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.more-filters-btn[data-v-d60b2f17] {
    background: #151F6D;
    width: 140px;
    margin: 0 15px;
    border: 1px solid #151F6D;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.15rem 1rem;
    display: inline-flex;
    transition: color 0.2s ease;
}
.more-filters-btn[data-v-d60b2f17]:hover {
  color: #fff;
  background: #0d1429;
}
.more-filters-btn i[data-v-d60b2f17] {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  transition: transform 0.2s ease;
}
.more-filters-container[data-v-d60b2f17] {
  border-radius: 6px;
  padding: 1rem 0;  border-top: 1px solid #e9ecef;
  padding-right: 150px;
}
.more-filters-row[data-v-d60b2f17] {
  margin-top: 0;
}
.form-row[data-v-d60b2f17] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-holder[data-v-d60b2f17] {
  flex: 1;
  min-width: 200px;
}
.filter-btn-holder {
&[data-v-d60b2f17] {
  width: 150px;
}
.btn[data-v-d60b2f17]{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
}
.clear-btn[data-v-d60b2f17] {
  width: auto;
  height: auto;
}
.form-input[data-v-d60b2f17],
.form-select[data-v-d60b2f17] {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  flex: 1 1 200px;
  min-width: 180px;
}
.heathwood-search__results[data-v-d60b2f17] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 1rem;
}
.results-meta[data-v-d60b2f17] {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1rem;
}
.results-count strong[data-v-d60b2f17] {
  color: #151F6D;
}
.no-results[data-v-d60b2f17] {
  text-align: center;
  color: #b00;
  font-size: 1.1rem;
  padding: 2rem 0;
}
.loading-state[data-v-d60b2f17] {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  padding: 2rem 0;
}
.loading-spinner[data-v-d60b2f17] {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #151F6D;
  border-radius: 50%;
  animation: spin-d60b2f17 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin-d60b2f17 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.result-table-container[data-v-d60b2f17] {
  margin-bottom: 2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.result-table[data-v-d60b2f17] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.4;
}
.result-table td[data-v-d60b2f17] {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.result-table tr:last-child td[data-v-d60b2f17] {
  border-bottom: none;
}
.label-cell[data-v-d60b2f17] {
  background-color: #f8f9fa;
  font-weight: bold;
  width: 180px;
  white-space: nowrap;
  color: #151F6D;
}
.label-cell strong[data-v-d60b2f17] {
  font-weight: 600;
}
.transcript-cell[data-v-d60b2f17] {
  text-align: center;
  background-color: #f8f9fa;
  padding: 12px;
}
.transcript-btn[data-v-d60b2f17] {
  background: #151F6D;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
}
.transcript-btn[data-v-d60b2f17]:hover {
  background: #0d1429;
}
.transcript-btn i[data-v-d60b2f17] {
  font-size: 1rem;
}
.description-content[data-v-d60b2f17] {
  line-height: 1.5;
}
.read-more-container[data-v-d60b2f17] {
  margin-top: 0.5rem;
}
.read-more-btn[data-v-d60b2f17] {
  background: none;
  border: none;
  color: #151F6D;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: underline;
  padding: 0;
  transition: color 0.2s ease;
}
.read-more-btn[data-v-d60b2f17]:hover {
  color: #0d1429;
}
.load-more-row[data-v-d60b2f17] {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
.form-row[data-v-d60b2f17] {
    flex-direction: column;
}
.input-holder[data-v-d60b2f17],
  .filter-btn-holder[data-v-d60b2f17] {
    width: 100%;
}
.heathwood-search__filters {
.input-holder[data-v-d60b2f17]{
      border-right: 0;
      border-bottom: 1px solid #ccc;
}
.filter-btn-holder{
.filter-btn[data-v-d60b2f17], .clear-btn[data-v-d60b2f17] {
        height: 60px;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
}
.filter-btn[data-v-d60b2f17] {
        border-bottom-left-radius: 5px;
}
.clear-btn[data-v-d60b2f17] {
        border-bottom-right-radius: 5px;
}
}
}
.result-table[data-v-d60b2f17] {
    font-size: 0.8rem;
}
.label-cell[data-v-d60b2f17] {
    width: 140px;
    font-size: 0.8rem;
}
.result-table td[data-v-d60b2f17] {
    padding: 6px 8px;
}
.transcript-btn[data-v-d60b2f17] {
    padding: 6px 12px;
    font-size: 0.8rem;
}
.read-more-btn[data-v-d60b2f17] {
    font-size: 0.8rem;
}
.read-more-container[data-v-d60b2f17] {
    text-align: left;
    margin-top: 0.25rem;
}
.more-filters-toggle[data-v-d60b2f17] {
    margin-top: 0.75rem;
}
.more-filters-btn[data-v-d60b2f17] {
    font-size: 0.9rem;
}
.more-filters-container[data-v-d60b2f17] {
    padding: 0.75rem;
}
}

/* Sticky Navigation Card */
.page-navigation[data-v-a51db3f2] {
  position: var(--0af7517a);
  bottom: 28px;
  right: 108px;
  width: var(--2170b5ec);
  max-height: var(--8b76e65e);
  overflow-y: auto;
  background: white;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 0;
  padding-bottom: 0 !important;
}

/* Toggle Button */
.nav-toggle-btn[data-v-a51db3f2] {
  position: absolute;
  top: 8px;
  left: 8px;
  background: none;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.nav-toggle-btn[data-v-a51db3f2]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav-toggle-btn[data-v-a51db3f2]:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* Card Header */
.page-navigation[data-v-a51db3f2]::before {
  content: attr(data-title);
  display: block;
  background: #151F6D;
  color: white;
  padding: 0.9rem 1rem 0.9rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0;
  margin: -1px -1px 0 -1px;
  position: relative;
}
.page-navigation .nav-link[data-v-a51db3f2] {
  color: #151F6D;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  display: block;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f8f9fa;
}
.page-navigation .nav-link[data-v-a51db3f2]:hover {
  color: #0d1429;
  text-decoration: none;
  background-color: #f8f9fa;
  padding-left: 1.25rem;
}
.page-navigation .nav-text[data-v-a51db3f2] {
  color: #666;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  margin: 0;
  border-bottom: 1px solid #f8f9fa;
}
.page-navigation .nav-children[data-v-a51db3f2] {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.75rem;
}
.page-navigation .nav-link.child[data-v-a51db3f2],
.page-navigation .nav-text.child[data-v-a51db3f2] {
  padding-left: 1.75rem;
  font-size: 0.82rem;
}
.page-navigation ul[data-v-a51db3f2] {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
.page-navigation li[data-v-a51db3f2] {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.page-navigation li[data-v-a51db3f2]::before {
  content: none !important;
}
.page-navigation li:last-child .nav-link[data-v-a51db3f2],
.page-navigation li:last-child .nav-text[data-v-a51db3f2] {
  border-bottom: none;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
.page-navigation[data-v-a51db3f2] {
    position: static;
    width: 100%;
    margin-top: 2rem;
    max-height: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.page-navigation[data-v-a51db3f2]::before {
    border-radius: 8px 8px 0 0;
}
}
@media (max-width: 767px) {
.page-navigation[data-v-a51db3f2] {
    margin-top: 1.5rem;
    width: 100%;
}
}

/* Hide on very small screens */
@media (max-width: 575px) {
.page-navigation[data-v-a51db3f2] {
    display: none;
}
}

/* Smooth scroll behavior for anchor links */
html[data-v-a51db3f2] {
  scroll-behavior: smooth;
}

/* Collapsed state styles */
.page-navigation.collapsed[data-v-a51db3f2] {
  max-height: auto;
  cursor: pointer;
}
.page-navigation.collapsed ul[data-v-a51db3f2] {
  display: none;
}

/* Active link styling */
.page-navigation .nav-link[data-v-a51db3f2]:active,
.page-navigation .nav-link[data-v-a51db3f2]:focus {
  outline: 2px solid #151F6D;
  outline-offset: -2px;
}

.related-deaths-search[data-v-a42820c5] {
}
.related-deaths__filters {
&[data-v-a42820c5] {
  margin-bottom: 2rem;
  border-radius: 8px;

  border: 1px solid #ccc;
}
.input-holder{
&[data-v-a42820c5] {
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
&.border-right-0[data-v-a42820c5]{
      border-right: 0;
}
}
.filter-btn-holder{
&[data-v-a42820c5] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.filter-btn[data-v-a42820c5] {
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 0 2rem;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      min-width: 0px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      max-width: 180px !important;
      width: 180px !important;
      height: calc(60px + 2rem);
}
}
input[data-v-a42820c5]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
select[data-v-a42820c5]{
    border:0;
    height: 60px;
    border-radius: 6px;
    font-size: 1rem;
    flex: 1 1 200px;
    min-width: 180px;
}
}
.form-row[data-v-a42820c5] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-holder[data-v-a42820c5] {
  flex: 1;
  min-width: 200px;
}
.filter-btn-holder[data-v-a42820c5] {
  width: 180px;
}
.form-input[data-v-a42820c5],
.form-select[data-v-a42820c5] {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  flex: 1 1 200px;
  min-width: 180px;
}
.related-deaths__results[data-v-a42820c5] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.loading[data-v-a42820c5] {
  text-align: center;
  font-size: 1.2rem;
  color: #151F6D;
  padding: 2rem 0;
}
.results-meta[data-v-a42820c5] {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1rem;
}
.results-count strong[data-v-a42820c5] {
  color: #151F6D;
}
.no-results[data-v-a42820c5] {
  text-align: center;
  color: #b00;
  font-size: 1.1rem;
  padding: 2rem 0;
}
.death-card[data-v-a42820c5] {
  display: flex;
  gap: 1.5rem;
  background: #fff;
  border-radius: 0;
  padding: 1.25rem 1rem;
  align-items: flex-start;
}
.death-card[data-v-a42820c5]:nth-child(even) {
  background: #E2E8EE;
}
.death-card__image[data-v-a42820c5] {
  width: 120px;
  height: 150px;
  border-radius: 8px;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.death-card__image img[data-v-a42820c5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.no-image {
&[data-v-a42820c5] {
  color: #888;
  font-size: 0.95rem;
  text-align: center;
}
i[data-v-a42820c5]{
    font-size: 2rem;
}
}
.death-card__info[data-v-a42820c5] {
  flex: 1;
}
.death-card__header {
&[data-v-a42820c5] {

  gap: 1rem;
  margin-bottom: 0.5rem;
}
strong[data-v-a42820c5]{
    font-weight: 500;
}
}
.death-card__date[data-v-a42820c5] {
  color: #151F6D;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.death-card__name[data-v-a42820c5] {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.religion-badge[data-v-a42820c5] {
  background: #151F6D;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.death-card__meta[data-v-a42820c5] {
  margin-bottom: 0.2rem;
}
.death-card__desc[data-v-a42820c5] {
  color: #222;
}
.read-more-container[data-v-a42820c5] {
  margin-top: 0.5rem;
}
.read-more-btn[data-v-a42820c5] {
  background: none;
  border: none;
  color: #151F6D;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: underline;
}
.load-more-row[data-v-a42820c5] {
  text-align: center;
  margin-top: 1.5rem;
}
.load-more-btn[data-v-a42820c5] {
  background: #151F6D;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.load-more-btn[data-v-a42820c5]:hover {
  background: #151F6D;
}
@media (max-width: 768px) {
.form-row[data-v-a42820c5] {
    flex-direction: column;
}
.input-holder[data-v-a42820c5],
  .filter-btn-holder[data-v-a42820c5] {
    width: 100%;
}
.related-deaths__filters {
.input-holder[data-v-a42820c5]{
        border-right: 0;
        border-bottom: 1px solid #ccc;
}
.filter-btn-holder{
.filter-btn[data-v-a42820c5] {
          height: 60px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 5px;
          max-width: 100% !important;
          width: 100% !important;
}
}
}
}

.bloody-sunday-slideshow[data-v-450be0de] {
  margin: 0 auto;
}
.slideshow-container[data-v-450be0de] {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.image-container[data-v-450be0de] {
  display: block;
  min-height: 700px;
  overflow: hidden;
  border-radius: 0;
}
.image-placeholder[data-v-450be0de] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 0;
}
.placeholder-content[data-v-450be0de] {
  text-align: center;
  padding: 2rem;
}
.slideshow-image[data-v-450be0de] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.navigation-controls[data-v-450be0de] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.nav-controls-container[data-v-450be0de] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 600px;
}
.photo-counter[data-v-450be0de] {
  font-weight: 600;
  color: #495057;
  background-color: #e9ecef;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-btn[data-v-450be0de] {
  min-width: 100px;
  flex: 1;
  max-width: 140px;
}
.btn-text[data-v-450be0de] {
  display: inline;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
.nav-controls-container[data-v-450be0de] {
    gap: 0.5rem;
}
.nav-btn[data-v-450be0de] {
    min-width: 70px;
    max-width: 100px;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
}
.btn-text[data-v-450be0de] {
    display: none;
}
.photo-counter[data-v-450be0de] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}
}
@media (max-width: 480px) {
.nav-controls-container[data-v-450be0de] {
    gap: 0.25rem;
}
.nav-btn[data-v-450be0de] {
    min-width: 50px;
    max-width: 80px;
    padding: 0.25rem 0.375rem;
}
.photo-counter[data-v-450be0de] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}
}
.nav-btn[data-v-450be0de]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.photo-info[data-v-450be0de] {
  background-color: white;
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.photo-title[data-v-450be0de] {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.photo-caption[data-v-450be0de] {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1.5rem;
}
.photo-metadata[data-v-450be0de] {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
}
.photo-metadata p[data-v-450be0de] {
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.photo-metadata strong[data-v-450be0de] {
  color: #495057;
}

/* Thumbnail Navigation */
.thumbnail-navigation[data-v-450be0de] {
  overflow-x: auto;
  padding: 1rem 0;
}
.thumbnails-container[data-v-450be0de] {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.thumbnail-btn[data-v-450be0de] {
  border: none;
  background: none;
  padding: 2px;
  border-radius: 0;
  transition: all 0.2s ease;
  min-width: 80px;
  min-height: 60px;
  overflow: hidden;
}
.thumbnail-btn[data-v-450be0de]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.thumbnail-btn.active[data-v-450be0de] {
  border: 3px solid #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}
.thumbnail-image[data-v-450be0de] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
.slideshow-container[data-v-450be0de] {
    padding: 1rem;
}
.image-container[data-v-450be0de] {
    min-height: 272px;
    max-height: 500px;
}
.photo-info[data-v-450be0de] {
    padding: 1rem;
}
.photo-title[data-v-450be0de] {
    font-size: 1.25rem;
}
.thumbnail-btn[data-v-450be0de] {
    min-width: 60px;
    min-height: 45px;
}
}

.newry-slideshow[data-v-5fdfceee] {
  margin: 0 auto;
}
.slideshow-container[data-v-5fdfceee] {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.image-container[data-v-5fdfceee] {
  display: block;
  min-height: 272px;
  max-height: 832px;
  overflow: hidden;
  border-radius: 0;
}
.image-placeholder[data-v-5fdfceee] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 0;
}
.placeholder-content[data-v-5fdfceee] {
  text-align: center;
  padding: 2rem;
}
.slideshow-image[data-v-5fdfceee] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.navigation-controls[data-v-5fdfceee] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.nav-controls-container[data-v-5fdfceee] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 600px;
}
.photo-counter[data-v-5fdfceee] {
  font-weight: 600;
  color: #495057;
  background-color: #e9ecef;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-btn[data-v-5fdfceee] {
  min-width: 100px;
  flex: 1;
  max-width: 140px;
}
.btn-text[data-v-5fdfceee] {
  display: inline;
}
.photo-info[data-v-5fdfceee] {
    background-color: white;
    padding: 2rem;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* Mobile responsive adjustments */
@media (max-width: 576px) {
.nav-controls-container[data-v-5fdfceee] {
    gap: 0.5rem;
}
.nav-btn[data-v-5fdfceee] {
    min-width: 70px;
    max-width: 100px;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
}
.btn-text[data-v-5fdfceee] {
    display: none;
}
.photo-counter[data-v-5fdfceee] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}
}
@media (max-width: 480px) {
.nav-controls-container[data-v-5fdfceee] {
    gap: 0.25rem;
}
.nav-btn[data-v-5fdfceee] {
    min-width: 50px;
    max-width: 80px;
    padding: 0.25rem 0.375rem;
}
.photo-counter[data-v-5fdfceee] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}
}
.nav-btn[data-v-5fdfceee]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Thumbnail Navigation */
.thumbnail-navigation[data-v-5fdfceee] {
  overflow-x: auto;
  padding: 1rem 0;
}
.thumbnails-container[data-v-5fdfceee] {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.thumbnail-btn[data-v-5fdfceee] {
  border: none;
  background: none;
  padding: 2px;
  border-radius: 0;
  transition: all 0.2s ease;
  min-width: 80px;
  min-height: 60px;
  overflow: hidden;
}
.thumbnail-btn[data-v-5fdfceee]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.thumbnail-btn.active[data-v-5fdfceee] {
  border: 3px solid #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}
.thumbnail-image[data-v-5fdfceee] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
.slideshow-container[data-v-5fdfceee] {
    padding: 1rem;
}
.image-container[data-v-5fdfceee] {
    min-height: 400px;
    max-height: 500px;
}
.photo-title[data-v-5fdfceee] {
    font-size: 1.25rem;
}
.thumbnail-btn[data-v-5fdfceee] {
    min-width: 60px;
    min-height: 45px;
}
}

.biographies-search__filters[data-v-1f69577e] {
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.biographies-search__filters .input-holder[data-v-1f69577e] {
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biographies-search__filters .input-holder.border-right-0[data-v-1f69577e] {
  border-right: 0;
}
.biographies-search__filters .filter-btn-holder[data-v-1f69577e] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0.5rem;
}
.biographies-search__filters .filter-btn-holder .filter-btn[data-v-1f69577e] {
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  min-width: 0px;
  height: calc(60px + 2rem);
  flex: 1;
  background: #151F6D;
}
.biographies-search__filters input[data-v-1f69577e],
.biographies-search__filters select[data-v-1f69577e] {
  border: 0;
  height: 60px;
  border-radius: 6px;
  font-size: 1rem;
  flex: 1 1 200px;
  min-width: 180px;
  padding: 0 1rem;
}
.form-row[data-v-1f69577e] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-holder[data-v-1f69577e] {
  flex: 1;
  min-width: 200px;
}
.filter-btn-holder[data-v-1f69577e] {
  width: 150px;
}
.filter-btn-holder .btn[data-v-1f69577e] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* Letter Filter Bar */
.letter-filter-bar[data-v-1f69577e] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.letter-btn[data-v-1f69577e] {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
  min-width: 40px;
  text-align: center;
}
.letter-btn[data-v-1f69577e]:hover:not(.disabled) {
  background: #151F6D;
  color: #fff;
  border-color: #151F6D;
}
.letter-btn.active[data-v-1f69577e] {
  background: #151F6D;
  color: #fff;
  border-color: #151F6D;
}
.letter-btn.disabled[data-v-1f69577e] {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Results Meta */
.results-meta[data-v-1f69577e] {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1rem;
}
.results-count strong[data-v-1f69577e] {
  color: #151F6D;
}
.clear-btn[data-v-1f69577e] {
  color: #151F6D;
  text-decoration: none;
}
.clear-btn[data-v-1f69577e]:hover {
  text-decoration: underline;
}

/* Loading State */
.loading-state[data-v-1f69577e] {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  padding: 3rem 0;
}
.loading-spinner[data-v-1f69577e] {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #151F6D;
  border-radius: 50%;
  animation: spin-1f69577e 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin-1f69577e {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.no-results[data-v-1f69577e] {
  text-align: center;
  color: #b00;
  font-size: 1.1rem;
  padding: 3rem 0;
}

/* Biographies Grid */
.biographies-grid[data-v-1f69577e] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.biography-card[data-v-1f69577e] {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.biography-card[data-v-1f69577e]:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.biography-card-link[data-v-1f69577e] {
  display: block;
  text-decoration: none;
  color: inherit;
}
.biography-card-image[data-v-1f69577e] {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biography-card-image img[data-v-1f69577e] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.biography-card:hover .biography-card-image img[data-v-1f69577e] {
  transform: scale(1.05);
}
.biography-card-placeholder[data-v-1f69577e] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 4rem;
  opacity: 0.7;
}
.biography-card-content[data-v-1f69577e] {
  padding: 1.25rem;
}
.biography-card-name[data-v-1f69577e] {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #151F6D;
}
.biography-card-years[data-v-1f69577e] {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.5rem;
}
.biography-card-role[data-v-1f69577e] {
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 0.75rem;
  font-style: italic;
  line-height: 1.4;
}
.biography-card-summary[data-v-1f69577e] {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.biography-card-link-text[data-v-1f69577e] {
  font-size: 0.85rem;
  color: #151F6D;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.biography-card-link-text i[data-v-1f69577e] {
  transition: transform 0.2s ease;
}
.biography-card:hover .biography-card-link-text i[data-v-1f69577e] {
  transform: translateX(4px);
}

/* Load More */
.load-more-row[data-v-1f69577e] {
  text-align: center;
  margin-top: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
.form-row[data-v-1f69577e] {
    flex-direction: column;
}
.input-holder[data-v-1f69577e],
  .filter-btn-holder[data-v-1f69577e] {
    width: 100%;
}
.biographies-search__filters .input-holder[data-v-1f69577e] {
    border-right: 0;
    border-bottom: 1px solid #ccc;
}
.biographies-search__filters .filter-btn-holder .filter-btn[data-v-1f69577e] {
    height: 60px;
    border-radius: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.letter-filter-bar[data-v-1f69577e] {
    justify-content: center;
}
.letter-btn[data-v-1f69577e] {
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    min-width: 32px;
}
.biographies-grid[data-v-1f69577e] {
    grid-template-columns: 1fr;
}
}

.biography-detail[data-v-6b7b8d73] {
  padding: 2rem 0;
}
.loading-state[data-v-6b7b8d73] {
  text-align: center;
  padding: 4rem 0;
  color: #666;
}
.loading-spinner[data-v-6b7b8d73] {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #151F6D;
  border-radius: 50%;
  animation: spin-6b7b8d73 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin-6b7b8d73 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.error-state[data-v-6b7b8d73] {
  text-align: center;
  padding: 4rem 0;
  color: #dc3545;
}
.biography-photo-container[data-v-6b7b8d73] {
  position: sticky;
  top: 150px;
}
.biography-photo[data-v-6b7b8d73] {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.biography-photo-placeholder[data-v-6b7b8d73] {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 5rem;
  opacity: 0.7;
}
.biography-photo-caption[data-v-6b7b8d73] {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin-top: 0.5rem;
  text-align: center;
}
.biography-name[data-v-6b7b8d73] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #151F6D;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.biography-years[data-v-6b7b8d73] {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.biography-role[data-v-6b7b8d73] {
  font-size: 1.1rem;
  color: #555;
  font-style: italic;
  line-height: 1.5;
}
.biography-body[data-v-6b7b8d73] {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.biography-body[data-v-6b7b8d73] p {
  margin-bottom: 1.25rem;
}
.biography-body[data-v-6b7b8d73] h2,
.biography-body[data-v-6b7b8d73] h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #151F6D;
}
.biography-body[data-v-6b7b8d73] ul,
.biography-body[data-v-6b7b8d73] ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.biography-body[data-v-6b7b8d73] li {
  margin-bottom: 0.5rem;
}
.biography-body[data-v-6b7b8d73] blockquote {
  border-left: 4px solid #151F6D;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #555;
}
.references-section[data-v-6b7b8d73] {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #151F6D;
}
.references-section h3[data-v-6b7b8d73] {
  font-size: 1.5rem;
  color: #151F6D;
  margin-bottom: 1rem;
}
.references-section h4[data-v-6b7b8d73] {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0.75rem;
}
.reference-content[data-v-6b7b8d73] {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
.web-references-list[data-v-6b7b8d73] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.web-references-list li[data-v-6b7b8d73] {
  margin-bottom: 0.5rem;
}
.web-references-list a[data-v-6b7b8d73] {
  color: #151F6D;
  word-break: break-all;
  font-size: 0.9rem;
}
.web-references-list a[data-v-6b7b8d73]:hover {
  text-decoration: underline;
}
.entry-notes[data-v-6b7b8d73] {
  font-style: italic;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.biography-tags h4[data-v-6b7b8d73] {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.75rem;
}
.tags-list[data-v-6b7b8d73] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-badge[data-v-6b7b8d73] {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: #151F6D;
  color: #fff;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease;
}
.tag-badge[data-v-6b7b8d73]:hover {
  background: #0d1347;
  color: #fff;
}
.source-link[data-v-6b7b8d73] {
  padding-top: 1rem;
}
@media (max-width: 768px) {
.biography-name[data-v-6b7b8d73] {
    font-size: 1.75rem;
}
.biography-photo-container[data-v-6b7b8d73] {
    position: static;
    margin-bottom: 1.5rem;
}
.biography-photo-placeholder[data-v-6b7b8d73] {
    aspect-ratio: 1;
    font-size: 4rem;
}
}

.chronology-index[data-v-89961ffc] {
  max-width: 100%;
}
.chronology-filters[data-v-89961ffc] {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.filter-label[data-v-89961ffc] {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
.year-selector[data-v-89961ffc] {
  margin-bottom: 1.5rem;
}

/* Mobile/Desktop visibility */
.mobile-select[data-v-89961ffc] {
  display: block;
}
.desktop-pills.year-pills[data-v-89961ffc],
.desktop-pills.month-pills[data-v-89961ffc] {
  display: none;
}
@media (min-width: 769px) {
.mobile-select[data-v-89961ffc] {
    display: none;
}
.desktop-pills.year-pills[data-v-89961ffc],
  .desktop-pills.month-pills[data-v-89961ffc] {
    display: flex;
}
}

/* Select styling */
.form-select[data-v-89961ffc] {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
  cursor: pointer;
}
.form-select[data-v-89961ffc]:focus {
  outline: none;
  border-color: #151F6D;
  box-shadow: 0 0 0 3px rgba(21, 31, 109, 0.1);
}
.year-pills[data-v-89961ffc],
.month-pills[data-v-89961ffc] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.year-pill[data-v-89961ffc],
.month-pill[data-v-89961ffc] {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  color: #333;
}
.year-pill[data-v-89961ffc]:hover,
.month-pill[data-v-89961ffc]:hover {
  border-color: #151F6D;
  color: #151F6D;
}
.year-pill.active[data-v-89961ffc],
.month-pill.active[data-v-89961ffc] {
  background: #151F6D;
  color: #fff;
  border-color: #151F6D;
}
.month-selector[data-v-89961ffc] {
  margin-bottom: 1.5rem;
}
.search-row[data-v-89961ffc] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.search-input-wrapper[data-v-89961ffc] {
  flex: 1;
  min-width: 250px;
  position: relative;
}
.search-input[data-v-89961ffc] {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}
.search-input[data-v-89961ffc]:focus {
  outline: none;
  border-color: #151F6D;
  box-shadow: 0 0 0 3px rgba(21, 31, 109, 0.1);
}
.search-icon[data-v-89961ffc] {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}
.fatalities-toggle[data-v-89961ffc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}
.fatalities-toggle input[data-v-89961ffc] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.toggle-label[data-v-89961ffc] {
  font-size: 0.9rem;
  color: #666;
}
.toggle-label i[data-v-89961ffc] {
  color: #dc3545;
}
.results-meta[data-v-89961ffc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.results-count[data-v-89961ffc] {
  color: #666;
}
.results-count strong[data-v-89961ffc] {
  color: #151F6D;
}
.clear-btn[data-v-89961ffc] {
  color: #151F6D;
  text-decoration: none;
  font-size: 0.9rem;
}
.clear-btn[data-v-89961ffc]:hover {
  text-decoration: underline;
}
.loading-state[data-v-89961ffc] {
  text-align: center;
  padding: 4rem 0;
  color: #666;
}
.loading-spinner[data-v-89961ffc] {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #151F6D;
  border-radius: 50%;
  animation: spin-89961ffc 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin-89961ffc {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.no-results[data-v-89961ffc] {
  text-align: center;
  padding: 4rem 0;
  color: #666;
}
.no-results a[data-v-89961ffc] {
  color: #151F6D;
}

/* Loading Years */
.loading-years[data-v-89961ffc] {
  color: #666;
  font-style: italic;
  padding: 0.5rem 0;
}

/* Select Year Prompt */
.select-year-prompt[data-v-89961ffc] {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  margin-bottom: 2rem;
}
.select-year-prompt .prompt-icon[data-v-89961ffc] {
  font-size: 3rem;
  color: #151F6D;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.select-year-prompt h3[data-v-89961ffc] {
  font-size: 1.5rem;
  color: #151F6D;
  margin-bottom: 0.75rem;
}
.select-year-prompt p[data-v-89961ffc] {
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Timeline Styles */
.month-group[data-v-89961ffc] {
  margin-bottom: 2rem;
}
.month-heading[data-v-89961ffc] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #151F6D;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #151F6D;
}
.events-list[data-v-89961ffc] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-card[data-v-89961ffc] {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.event-card[data-v-89961ffc]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #151F6D;
}
.event-card.has-fatalities[data-v-89961ffc] {
  border-left: 4px solid #dc3545;
}
.event-date[data-v-89961ffc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 0.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}
.event-date .day[data-v-89961ffc] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #151F6D;
  line-height: 1;
}
.event-date .weekday[data-v-89961ffc] {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
}
.event-content[data-v-89961ffc] {
  flex: 1;
}
.event-link[data-v-89961ffc] {
  text-decoration: none;
}
.event-title[data-v-89961ffc] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #151F6D;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.event-link:hover .event-title[data-v-89961ffc] {
  text-decoration: underline;
}
.fatality-badge[data-v-89961ffc] {
  color: #dc3545;
  font-size: 0.85rem;
}
.event-summary[data-v-89961ffc] {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}
.event-meta[data-v-89961ffc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.event-date-full[data-v-89961ffc] {
  color: #888;
}
.read-more[data-v-89961ffc] {
  color: #151F6D;
  text-decoration: none;
  font-weight: 500;
}
.read-more[data-v-89961ffc]:hover {
  text-decoration: underline;
}
.read-more i[data-v-89961ffc] {
  margin-left: 0.25rem;
  font-size: 0.75rem;
}

/* Load More */
.load-more-row[data-v-89961ffc] {
  text-align: center;
  margin-top: 2rem;
}
.load-more-btn[data-v-89961ffc] {
  background: #151F6D;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.load-more-btn[data-v-89961ffc]:hover:not(:disabled) {
  background: #0d1347;
}
.load-more-btn[data-v-89961ffc]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
.chronology-filters[data-v-89961ffc] {
    padding: 1rem;
}
.month-selector[data-v-89961ffc] {
    margin-bottom: 1rem;
}
.search-row[data-v-89961ffc] {
    flex-direction: column;
    align-items: stretch;
}
.search-input-wrapper[data-v-89961ffc] {
    min-width: 100%;
}
.event-card[data-v-89961ffc] {
    flex-direction: column;
}
.event-date[data-v-89961ffc] {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
    min-width: auto;
    padding: 0.25rem 0.5rem;
    width: fit-content;
}
.event-date .day[data-v-89961ffc] {
    font-size: 1.25rem;
}
.results-meta[data-v-89961ffc] {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}
}

.chronology-event[data-v-5c27423d] {
  max-width: 100%;
}
.loading-state[data-v-5c27423d] {
  text-align: center;
  padding: 4rem 0;
  color: #666;
}
.loading-spinner[data-v-5c27423d] {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #151F6D;
  border-radius: 50%;
  animation: spin-5c27423d 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin-5c27423d {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.error-state[data-v-5c27423d] {
  text-align: center;
  padding: 4rem 0;
  color: #dc3545;
}

/* Event Header */
.event-header[data-v-5c27423d] {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e0e0e0;
}
.event-date-badge[data-v-5c27423d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 1rem;
  background: #151F6D;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}
.event-date-badge.has-fatalities[data-v-5c27423d] {
  background: linear-gradient(135deg, #151F6D 0%, #dc3545 100%);
}
.event-date-badge .day[data-v-5c27423d] {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.event-date-badge .month[data-v-5c27423d] {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.25rem;
}
.event-date-badge .year[data-v-5c27423d] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.25rem;
}
.event-header-content[data-v-5c27423d] {
  flex: 1;
}
.event-weekday[data-v-5c27423d] {
  display: inline-block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.event-title[data-v-5c27423d] {
  font-size: 2rem;
  font-weight: 700;
  color: #151F6D;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.event-badges[data-v-5c27423d] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.badge[data-v-5c27423d] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}
.fatality-badge[data-v-5c27423d] {
  background: #dc3545;
  color: #fff;
}
.topic-badge[data-v-5c27423d] {
  background: #e9ecef;
  color: #495057;
}

/* Event Body */
.event-body[data-v-5c27423d] {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}
.event-body[data-v-5c27423d] p {
  margin-bottom: 1.25rem;
}
.event-body[data-v-5c27423d] ul,
.event-body[data-v-5c27423d] ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.event-body[data-v-5c27423d] li {
  margin-bottom: 0.5rem;
}
.event-body[data-v-5c27423d] a {
  color: #151F6D;
  text-decoration: underline;
}

/* Cross References */
.cross-references[data-v-5c27423d] {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  border-left: 4px solid #151F6D;
}
.cross-references h3[data-v-5c27423d] {
  font-size: 1.1rem;
  color: #151F6D;
  margin: 0 0 0.75rem;
}
.cross-references p[data-v-5c27423d] {
  margin: 0;
  color: #555;
}

/* Source Info */
.source-info[data-v-5c27423d] {
  margin-bottom: 2rem;
}
.source-link[data-v-5c27423d] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #151F6D;
  font-size: 0.9rem;
}
.source-link[data-v-5c27423d]:hover {
  text-decoration: underline;
}

/* Navigation */
.event-navigation[data-v-5c27423d] {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 2px solid #e0e0e0;
}
.nav-link[data-v-5c27423d] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  flex: 1;
  max-width: 250px;
}
.nav-link[data-v-5c27423d]:hover {
  background: #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.nav-prev[data-v-5c27423d] {
  text-align: left;
}
.nav-next[data-v-5c27423d] {
  text-align: right;
  justify-content: flex-end;
}
.nav-text[data-v-5c27423d] {
  display: flex;
  flex-direction: column;
}
.nav-text small[data-v-5c27423d] {
  font-size: 0.75rem;
  color: #888;
}
.nav-text strong[data-v-5c27423d] {
  font-size: 0.9rem;
  color: #151F6D;
}
.nav-back[data-v-5c27423d] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #151F6D;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}
.nav-back[data-v-5c27423d]:hover {
  background: #0d1347;
}
.nav-placeholder[data-v-5c27423d] {
  flex: 1;
  max-width: 250px;
}

/* Responsive */
@media (max-width: 768px) {
.event-header[data-v-5c27423d] {
    flex-direction: column;
    gap: 1rem;
}
.event-date-badge[data-v-5c27423d] {
    flex-direction: row;
    min-width: auto;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}
.event-date-badge .day[data-v-5c27423d] {
    font-size: 2rem;
}
.event-date-badge .month[data-v-5c27423d],
  .event-date-badge .year[data-v-5c27423d] {
    margin-top: 0;
}
.event-title[data-v-5c27423d] {
    font-size: 1.5rem;
}
.event-body[data-v-5c27423d] {
    font-size: 1rem;
}
.event-navigation[data-v-5c27423d] {
    flex-direction: column;
    gap: 0.75rem;
}
.nav-link[data-v-5c27423d],
  .nav-placeholder[data-v-5c27423d] {
    max-width: 100%;
}
.nav-back[data-v-5c27423d] {
    order: -1;
    justify-content: center;
}
}

.glossary-index[data-v-0b5e2196] {
  max-width: 100%;
}
.glossary-filters[data-v-0b5e2196] {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.filter-label[data-v-0b5e2196] {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
.letter-selector[data-v-0b5e2196] {
  margin-bottom: 1.5rem;
}

/* Mobile/Desktop visibility */
.mobile-select[data-v-0b5e2196] {
  display: block;
}
.desktop-pills[data-v-0b5e2196] {
  display: none;
}
@media (min-width: 769px) {
.mobile-select[data-v-0b5e2196] {
    display: none;
}
.desktop-pills[data-v-0b5e2196] {
    display: flex;
}
}

/* Select styling */
.form-select[data-v-0b5e2196] {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
  cursor: pointer;
}
.form-select[data-v-0b5e2196]:focus {
  outline: none;
  border-color: #151F6D;
  box-shadow: 0 0 0 3px rgba(21, 31, 109, 0.1);
}
.letter-pills[data-v-0b5e2196] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.letter-pill[data-v-0b5e2196] {
  padding: 0.4rem 0.6rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.letter-pill[data-v-0b5e2196]:hover {
  border-color: #151F6D;
  color: #151F6D;
}
.letter-pill.active[data-v-0b5e2196] {
  background: #151F6D;
  color: #fff;
  border-color: #151F6D;
}
.letter-count[data-v-0b5e2196] {
  font-size: 0.7rem;
  opacity: 0.7;
}
.letter-pill.active .letter-count[data-v-0b5e2196] {
  opacity: 0.9;
}
.search-row[data-v-0b5e2196] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.search-input-wrapper[data-v-0b5e2196] {
  flex: 1;
  min-width: 250px;
  position: relative;
}
.search-input[data-v-0b5e2196] {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}
.search-input[data-v-0b5e2196]:focus {
  outline: none;
  border-color: #151F6D;
  box-shadow: 0 0 0 3px rgba(21, 31, 109, 0.1);
}
.search-icon[data-v-0b5e2196] {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}
.results-meta[data-v-0b5e2196] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.results-count[data-v-0b5e2196] {
  color: #666;
}
.results-count strong[data-v-0b5e2196] {
  color: #151F6D;
}
.clear-btn[data-v-0b5e2196] {
  color: #151F6D;
  text-decoration: none;
  font-size: 0.9rem;
}
.clear-btn[data-v-0b5e2196]:hover {
  text-decoration: underline;
}
.loading-state[data-v-0b5e2196] {
  text-align: center;
  padding: 4rem 0;
  color: #666;
}
.loading-spinner[data-v-0b5e2196] {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #151F6D;
  border-radius: 50%;
  animation: spin-0b5e2196 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin-0b5e2196 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.no-results[data-v-0b5e2196] {
  text-align: center;
  padding: 4rem 0;
  color: #666;
}
.no-results a[data-v-0b5e2196] {
  color: #151F6D;
}
.loading-letters[data-v-0b5e2196] {
  color: #666;
  font-style: italic;
  padding: 0.5rem 0;
}

/* Letter Groups */
.letter-group[data-v-0b5e2196] {
  margin-bottom: 2.5rem;
}
.letter-heading[data-v-0b5e2196] {
  font-size: 2rem;
  font-weight: 700;
  color: #151F6D;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #151F6D;
}
.terms-grid[data-v-0b5e2196] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}
.term-card[data-v-0b5e2196] {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.term-card[data-v-0b5e2196]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #151F6D;
}
.term-link[data-v-0b5e2196] {
  text-decoration: none;
}
.term-title[data-v-0b5e2196] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #151F6D;
  margin: 0 0 0.5rem;
}
.term-link:hover .term-title[data-v-0b5e2196] {
  text-decoration: underline;
}
.term-synonyms[data-v-0b5e2196] {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.75rem;
  font-style: italic;
}
.synonyms-label[data-v-0b5e2196] {
  font-weight: 500;
  color: #888;
}
.term-summary[data-v-0b5e2196] {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}
.read-more[data-v-0b5e2196] {
  color: #151F6D;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.read-more[data-v-0b5e2196]:hover {
  text-decoration: underline;
}
.read-more i[data-v-0b5e2196] {
  margin-left: 0.25rem;
  font-size: 0.75rem;
}

/* Load More */
.load-more-row[data-v-0b5e2196] {
  text-align: center;
  margin-top: 2rem;
}
.load-more-btn[data-v-0b5e2196] {
  background: #151F6D;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}
.load-more-btn[data-v-0b5e2196]:hover:not(:disabled) {
  background: #0d1347;
}
.load-more-btn[data-v-0b5e2196]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
.glossary-filters[data-v-0b5e2196] {
    padding: 1rem;
}
.search-row[data-v-0b5e2196] {
    flex-direction: column;
    align-items: stretch;
}
.search-input-wrapper[data-v-0b5e2196] {
    min-width: 100%;
}
.terms-grid[data-v-0b5e2196] {
    grid-template-columns: 1fr;
}
.results-meta[data-v-0b5e2196] {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}
}

.polls-index[data-v-0319257e] {
    margin: 0 auto;
}
.filters-section[data-v-0319257e] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.search-box[data-v-0319257e] {
    position: relative;
    margin-bottom: 1.5rem;
}
.search-input[data-v-0319257e] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.search-input[data-v-0319257e]:focus {
    outline: none;
    border-color: #1a365d;
    box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}
.search-icon[data-v-0319257e] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}
.filter-row[data-v-0319257e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
}
.filter-label[data-v-0319257e] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}
.year-selector[data-v-0319257e] {
    flex: 1;
    min-width: 100%;
}
.desktop-pills[data-v-0319257e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}
.year-pill[data-v-0319257e] {
    padding: 0.375rem 0.75rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.15s;
}
.year-pill[data-v-0319257e]:hover {
    border-color: #1a365d;
    background: #f0f4f8;
}
.year-pill.active[data-v-0319257e] {
    background: #1a365d;
    border-color: #1a365d;
    color: white;
}
.mobile-select[data-v-0319257e] {
    display: none;
}
.form-select[data-v-0319257e] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9375rem;
    background: white;
    cursor: pointer;
}
.form-select[data-v-0319257e]:focus {
    outline: none;
    border-color: #1a365d;
}
.extra-filters[data-v-0319257e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}
.geography-filter[data-v-0319257e],
.conducted-filter[data-v-0319257e] {
    flex: 1;
    min-width: 180px;
}
.results-summary[data-v-0319257e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
}
.results-count[data-v-0319257e] {
    font-size: 0.9375rem;
    color: #6b7280;
}
.clear-filters-btn[data-v-0319257e] {
    background: none;
    border: none;
    color: #1a365d;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: underline;
}
.clear-filters-btn[data-v-0319257e]:hover {
    color: #2d4a7c;
}
.loading-state[data-v-0319257e] {
    text-align: center;
    padding: 3rem 1rem;
}
.spinner[data-v-0319257e] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e7eb;
    border-top-color: #1a365d;
    border-radius: 50%;
    animation: spin-0319257e 0.8s linear infinite;
    margin: 0 auto 1rem;
}
@keyframes spin-0319257e {
to {
        transform: rotate(360deg);
}
}
.polls-list[data-v-0319257e] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.poll-card[data-v-0319257e] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.poll-card[data-v-0319257e]:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}
.poll-header[data-v-0319257e] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}
.poll-year[data-v-0319257e] {
    background: #1a365d;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}
.poll-date[data-v-0319257e] {
    color: #6b7280;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}
.poll-title[data-v-0319257e] {
    margin: 0 0 0.75rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
}
.poll-title a[data-v-0319257e] {
    color: #111827;
    text-decoration: none;
}
.poll-title a[data-v-0319257e]:hover {
    color: #1a365d;
}
.poll-meta[data-v-0319257e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}
.meta-item[data-v-0319257e] {
    display: flex;
    gap: 0.375rem;
}
.meta-label[data-v-0319257e] {
    color: #6b7280;
}
.meta-value[data-v-0319257e] {
    color: #374151;
    font-weight: 500;
}
.poll-badges[data-v-0319257e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.badge[data-v-0319257e] {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
    border-radius: 12px;
    font-weight: 500;
}
.geography-badge[data-v-0319257e] {
    background: #dbeafe;
    color: #1e40af;
}
.sample-badge[data-v-0319257e] {
    background: #d1fae5;
    color: #065f46;
}
.method-badge[data-v-0319257e] {
    background: #fef3c7;
    color: #92400e;
}
.poll-summary[data-v-0319257e] {
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;
}
.view-details-link[data-v-0319257e] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #1a365d;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}
.view-details-link[data-v-0319257e]:hover {
    text-decoration: underline;
}
.no-results[data-v-0319257e] {
    text-align: center;
    padding: 3rem 1rem;
    background: #f9fafb;
    border-radius: 12px;
}
.no-results p[data-v-0319257e] {
    color: #6b7280;
    margin-bottom: 1rem;
}
.btn-primary[data-v-0319257e] {
    background: #1a365d;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-primary[data-v-0319257e]:hover {
    background: #2d4a7c;
}
.pagination[data-v-0319257e] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}
.pagination-btn[data-v-0319257e] {
    padding: 0.625rem 1.25rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.15s;
}
.pagination-btn[data-v-0319257e]:hover:not(:disabled) {
    border-color: #1a365d;
    background: #f0f4f8;
}
.pagination-btn[data-v-0319257e]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-info[data-v-0319257e] {
    color: #6b7280;
    font-size: 0.875rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
.desktop-pills.year-pills[data-v-0319257e] {
        display: none;
}
.mobile-select[data-v-0319257e] {
        display: block;
}
.filter-row[data-v-0319257e] {
        flex-direction: column;
        gap: 1rem;
}
.extra-filters[data-v-0319257e] {
        flex-direction: column;
}
.geography-filter[data-v-0319257e],
    .conducted-filter[data-v-0319257e] {
        width: 100%;
        min-width: auto;
}
.poll-meta[data-v-0319257e] {
        flex-direction: column;
        gap: 0.5rem;
}
}
@media (min-width: 769px) {
.desktop-pills.year-pills[data-v-0319257e] {
        display: flex;
}
}

.hearings-index[data-v-ae36771f] {
    margin: 0 auto;
}
.filters-section[data-v-ae36771f] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.search-box[data-v-ae36771f] {
    position: relative;
    margin-bottom: 1.5rem;
}
.search-input[data-v-ae36771f] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.search-input[data-v-ae36771f]:focus {
    outline: none;
    border-color: #151F6D;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1);
}
.search-icon[data-v-ae36771f] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}
.filter-row[data-v-ae36771f] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.filter-label[data-v-ae36771f] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}
.year-selector[data-v-ae36771f] {
    flex: 1;
    min-width: 100%;
}
.month-selector[data-v-ae36771f] {
    flex: 1;
    min-width: 100%;
}
.desktop-pills[data-v-ae36771f] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}
.year-pill[data-v-ae36771f], .month-pill[data-v-ae36771f] {
    padding: 0.375rem 0.75rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.15s;
}
.year-pill[data-v-ae36771f]:hover, .month-pill[data-v-ae36771f]:hover {
    border-color: #151F6D;
    background: #fef2f2;
}
.year-pill.active[data-v-ae36771f], .month-pill.active[data-v-ae36771f] {
    background: #151F6D;
    border-color: #151F6D;
    color: white;
}
.mobile-select[data-v-ae36771f] {
    display: none;
}
.form-select[data-v-ae36771f] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9375rem;
    background: white;
    cursor: pointer;
}
.type-filter[data-v-ae36771f] {
    margin-bottom: 1rem;
}
.type-chips[data-v-ae36771f] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.type-chip[data-v-ae36771f] {
    padding: 0.375rem 0.875rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 20px;
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.15s;
}
.type-chip[data-v-ae36771f]:hover {
    border-color: #151F6D;
}
.type-chip.active[data-v-ae36771f] {
    background: #151F6D;
    border-color: #151F6D;
    color: white;
}
.advanced-filters[data-v-ae36771f] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}
.checkbox-label[data-v-ae36771f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    cursor: pointer;
}
.checkbox-label input[data-v-ae36771f] {
    width: 16px;
    height: 16px;
    accent-color: #151F6D;
}
.view-toggle[data-v-ae36771f] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}
.view-btn[data-v-ae36771f] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.15s;
}
.view-btn[data-v-ae36771f]:hover {
    border-color: #151F6D;
}
.view-btn.active[data-v-ae36771f] {
    background: #151F6D;
    border-color: #151F6D;
    color: white;
}
.results-summary[data-v-ae36771f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
}
.results-count[data-v-ae36771f] {
    font-size: 0.9375rem;
    color: #6b7280;
}
.clear-filters-btn[data-v-ae36771f] {
    background: none;
    border: none;
    color: #151F6D;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: underline;
}
.loading-state[data-v-ae36771f] {
    text-align: center;
    padding: 3rem 1rem;
}
.spinner[data-v-ae36771f] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e7eb;
    border-top-color: #151F6D;
    border-radius: 50%;
    animation: spin-ae36771f 0.8s linear infinite;
    margin: 0 auto 1rem;
}
@keyframes spin-ae36771f {
to { transform: rotate(360deg);
}
}

/* Timeline View */
.timeline-view[data-v-ae36771f] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.month-group[data-v-ae36771f] {
    border-left: 3px solid #151F6D;
    padding-left: 1.5rem;
}
.month-heading[data-v-ae36771f] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.day-range[data-v-ae36771f] {
    font-size: 0.875rem;
    font-weight: 400;
    color: #6b7280;
}
.hearings-cards[data-v-ae36771f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hearing-card[data-v-ae36771f] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    transition: box-shadow 0.2s;
}
.hearing-card[data-v-ae36771f]:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.card-header[data-v-ae36771f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.hearing-date[data-v-ae36771f] {
    font-size: 0.9375rem;
    color: #4b5563;
    font-weight: 500;
}
.day-badge[data-v-ae36771f] {
    background: #151F6D;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
}
.hearing-type-badge[data-v-ae36771f] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.625rem;
    border-radius: 12px;
    margin-bottom: 0.5rem;
}
.hearing-type-badge.main_hearings[data-v-ae36771f] { background: #dbeafe; color: #1e40af;
}
.hearing-type-badge.preliminary_hearings[data-v-ae36771f] { background: #fef3c7; color: #92400e;
}
.hearing-type-badge.interlocutory_hearings[data-v-ae36771f] { background: #d1fae5; color: #065f46;
}
.hearing-type-badge.anonymity_hearings[data-v-ae36771f] { background: #ede9fe; color: #5b21b6;
}
.hearing-type-badge.venue_applications[data-v-ae36771f] { background: #fce7f3; color: #9d174d;
}
.hearing-type-badge.opening_session[data-v-ae36771f] { background: #e0e7ff; color: #3730a3;
}
.hearing-type-badge.other[data-v-ae36771f] { background: #f3f4f6; color: #374151;
}
.business-summary[data-v-ae36771f] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}
.witnesses[data-v-ae36771f] {
    margin-bottom: 0.75rem;
}
.witness-label[data-v-ae36771f] {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-right: 0.5rem;
}
.witness-chips[data-v-ae36771f] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}
.witness-chip[data-v-ae36771f] {
    background: #f3f4f6;
    color: #374151;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}
.witness-more[data-v-ae36771f] {
    color: #151F6D;
    font-size: 0.75rem;
    cursor: pointer;
    text-decoration: underline;
}
.card-links[data-v-ae36771f] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}
.resource-link[data-v-ae36771f] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    padding: 0.375rem 0.625rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.15s;
}
.resource-link.transcript[data-v-ae36771f] {
    background: #dbeafe;
    color: #1e40af;
}
.resource-link.bbc[data-v-ae36771f] {
    background: #fef3c7;
    color: #92400e;
}
.resource-link.birw[data-v-ae36771f] {
    background: #d1fae5;
    color: #065f46;
}
.resource-link[data-v-ae36771f]:hover {
    filter: brightness(0.95);
}
.view-details[data-v-ae36771f] {
    color: #151F6D;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    margin-left: auto;
}
.view-details[data-v-ae36771f]:hover {
    text-decoration: underline;
}

/* Table View */
.table-view[data-v-ae36771f] {
    overflow-x: auto;
}
.table-wrapper[data-v-ae36771f] {
    min-width: 100%;
}
.hearings-table[data-v-ae36771f] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}
.hearings-table th[data-v-ae36771f] {
    background: #f3f4f6;
    font-weight: 600;
    text-align: left;
    padding: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
}
.hearings-table td[data-v-ae36771f] {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}
.date-cell[data-v-ae36771f] {
    white-space: nowrap;
}
.day-of-week[data-v-ae36771f] {
    display: block;
    font-weight: 500;
    color: #374151;
}
.date[data-v-ae36771f] {
    color: #6b7280;
    font-size: 0.8125rem;
}
.day-cell[data-v-ae36771f] {
    text-align: center;
}
.day-num[data-v-ae36771f] {
    background: #151F6D;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}
.business-cell[data-v-ae36771f] {
    max-width: 300px;
}
.type-badge[data-v-ae36771f] {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.125rem 0.5rem;
    border-radius: 10px;
    margin-bottom: 0.25rem;
}
.type-badge.main_hearings[data-v-ae36771f] { background: #dbeafe; color: #1e40af;
}
.type-badge.preliminary_hearings[data-v-ae36771f] { background: #fef3c7; color: #92400e;
}
.type-badge.interlocutory_hearings[data-v-ae36771f] { background: #d1fae5; color: #065f46;
}
.type-badge.anonymity_hearings[data-v-ae36771f] { background: #ede9fe; color: #5b21b6;
}
.type-badge.venue_applications[data-v-ae36771f] { background: #fce7f3; color: #9d174d;
}
.type-badge.opening_session[data-v-ae36771f] { background: #e0e7ff; color: #3730a3;
}
.type-badge.other[data-v-ae36771f] { background: #f3f4f6; color: #374151;
}
.business-link[data-v-ae36771f] {
    display: block;
    color: #111827;
    text-decoration: none;
}
.business-link[data-v-ae36771f]:hover {
    color: #151F6D;
}
.witnesses-cell[data-v-ae36771f] {
    font-size: 0.8125rem;
    color: #4b5563;
    max-width: 200px;
}
.links-cell[data-v-ae36771f] {
    white-space: nowrap;
}
.table-link[data-v-ae36771f] {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.25rem;
    border-radius: 4px;
    text-decoration: none;
    background: #f3f4f6;
    color: #374151;
}
.table-link[data-v-ae36771f]:hover {
    background: #e5e7eb;
}
.no-results[data-v-ae36771f] {
    text-align: center;
    padding: 3rem 1rem;
    background: #f9fafb;
    border-radius: 12px;
}
.no-results p[data-v-ae36771f] {
    color: #6b7280;
    margin-bottom: 1rem;
}
.btn-primary[data-v-ae36771f] {
    background: #151F6D;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-primary[data-v-ae36771f]:hover {
    background: #151F6D;
}
.pagination[data-v-ae36771f] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}
.pagination-btn[data-v-ae36771f] {
    padding: 0.625rem 1.25rem;
    border: 1px solid #d1d5db;
    background: white;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.15s;
}
.pagination-btn[data-v-ae36771f]:hover:not(:disabled) {
    border-color: #151F6D;
    background: #fef2f2;
}
.pagination-btn[data-v-ae36771f]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-info[data-v-ae36771f] {
    color: #6b7280;
    font-size: 0.875rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
.desktop-pills[data-v-ae36771f] {
        display: none;
}
.mobile-select[data-v-ae36771f] {
        display: block;
}
.filter-row[data-v-ae36771f] {
        flex-direction: column;
        gap: 1rem;
}
.advanced-filters[data-v-ae36771f] {
        flex-direction: column;
        align-items: flex-start;
}
.view-toggle[data-v-ae36771f] {
        margin-left: 0;
        width: 100%;
}
.view-btn[data-v-ae36771f] {
        flex: 1;
        justify-content: center;
}
.month-group[data-v-ae36771f] {
        padding-left: 1rem;
}
.hearings-table[data-v-ae36771f] {
        font-size: 0.75rem;
}
.hearings-table th[data-v-ae36771f],
    .hearings-table td[data-v-ae36771f] {
        padding: 0.5rem;
}
}
@media (min-width: 769px) {
.desktop-pills[data-v-ae36771f] {
        display: flex;
}
}

.source-documents-index[data-v-8897817e] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 0;
}

/* Filters Section */
.filters-section[data-v-8897817e] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.search-wrapper[data-v-8897817e] {
    position: relative;
    margin-bottom: 1rem;
}
.search-icon[data-v-8897817e] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
}
.search-input[data-v-8897817e] {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 2.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.search-input[data-v-8897817e]:focus {
    outline: none;
    border-color: #151F6D;
    box-shadow: 0 0 0 3px rgba(21, 31, 109, 0.1);
}
.filter-group[data-v-8897817e] {
    margin-bottom: 1rem;
}
.filter-label[data-v-8897817e] {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.5rem;
}
.year-pills[data-v-8897817e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.year-pill[data-v-8897817e] {
    padding: 0.5rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    background: white;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}
.year-pill[data-v-8897817e]:hover {
    border-color: #151F6D;
    background: #f0f4ff;
}
.year-pill.active[data-v-8897817e] {
    background: #151F6D;
    border-color: #151F6D;
    color: white;
}
.year-select[data-v-8897817e], .filter-select[data-v-8897817e] {
    width: 100%;
    padding: 0.625rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
    background: white;
    cursor: pointer;
}
.year-select[data-v-8897817e]:focus, .filter-select[data-v-8897817e]:focus {
    outline: none;
    border-color: #151F6D;
}
.extra-filters[data-v-8897817e] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.filter-group.compact[data-v-8897817e] {
    flex: 1;
    min-width: 200px;
}
.results-bar[data-v-8897817e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 1rem;
}
.results-count[data-v-8897817e] {
    font-size: 0.875rem;
    color: #6b7280;
}
.view-toggle[data-v-8897817e] {
    display: flex;
    gap: 0.5rem;
}
.view-btn[data-v-8897817e] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}
.view-btn[data-v-8897817e]:hover {
    border-color: #151F6D;
}
.view-btn.active[data-v-8897817e] {
    background: #151F6D;
    border-color: #151F6D;
    color: white;
}
.clear-btn[data-v-8897817e] {
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    color: #151F6D;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: underline;
}

/* Mobile-specific styles */
.desktop-only[data-v-8897817e] {
    display: flex;
}
.mobile-only[data-v-8897817e] {
    display: none;
}
@media (max-width: 768px) {
.desktop-only[data-v-8897817e] {
        display: none !important;
}
.mobile-only[data-v-8897817e] {
        display: block !important;
}
.extra-filters[data-v-8897817e] {
        flex-direction: column;
}
.filter-group.compact[data-v-8897817e] {
        min-width: 100%;
}
}

/* Loading State */
.loading-state[data-v-8897817e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}
.spinner[data-v-8897817e] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e7eb;
    border-top-color: #151F6D;
    border-radius: 50%;
    animation: spin-8897817e 0.8s linear infinite;
}
@keyframes spin-8897817e {
to { transform: rotate(360deg);
}
}

/* Cards View */
.year-group[data-v-8897817e] {
    margin-bottom: 3rem;
}
.year-heading[data-v-8897817e] {
    font-size: 2rem;
    font-weight: 700;
    color: #151F6D;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #151F6D;
}
.group-section[data-v-8897817e] {
    margin-bottom: 2rem;
}
.group-heading[data-v-8897817e] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid #151F6D;
}
.documents-grid[data-v-8897817e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}
.documents-grid.ungrouped[data-v-8897817e] {
    margin-bottom: 2rem;
}
.document-card[data-v-8897817e] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    transition: box-shadow 0.2s, transform 0.2s;
}
.document-card[data-v-8897817e]:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.card-header[data-v-8897817e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.type-badge[data-v-8897817e] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #e5e7eb;
    color: #374151;
}
.type-badge.speech[data-v-8897817e] { background: #dbeafe; color: #1e40af;
}
.type-badge.statement[data-v-8897817e] { background: #fef3c7; color: #92400e;
}
.type-badge.agreement[data-v-8897817e] { background: #d1fae5; color: #065f46;
}
.type-badge.report[data-v-8897817e] { background: #f3e8ff; color: #6b21a8;
}
.type-badge.press_release[data-v-8897817e] { background: #d8dae9; color: #313977;
}
.type-badge.policy_document[data-v-8897817e] { background: #e0e7ff; color: #3730a3;
}
.type-badge.article[data-v-8897817e] { background: #cffafe; color: #0e7490;
}
.type-badge.small[data-v-8897817e] {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
}
.date-badge[data-v-8897817e] {
    font-size: 0.8rem;
    color: #6b7280;
}
.card-title[data-v-8897817e] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.card-title a[data-v-8897817e] {
    color: #1f2937;
    text-decoration: none;
}
.card-title a[data-v-8897817e]:hover {
    color: #151F6D;
}
.card-authors[data-v-8897817e] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}
.card-tags[data-v-8897817e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1rem;
}
.tag[data-v-8897817e] {
    padding: 0.2rem 0.5rem;
    background: #f3f4f6;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #4b5563;
}
.card-footer[data-v-8897817e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}
.view-link[data-v-8897817e] {
    color: #151F6D;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}
.view-link[data-v-8897817e]:hover {
    text-decoration: underline;
}
.download-link[data-v-8897817e] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: #f0f4ff;
    color: #151F6D;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}
.download-link[data-v-8897817e]:hover {
    background: #e0e7ff;
}

/* Table View */
.documents-table-wrapper[data-v-8897817e] {
    overflow-x: auto;
}
.documents-table[data-v-8897817e] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.documents-table th[data-v-8897817e] {
    background: #f8fafc;
    padding: 1rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}
.documents-table td[data-v-8897817e] {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: top;
}
.documents-table tr[data-v-8897817e]:hover {
    background: #f8fafc;
}
.year-cell[data-v-8897817e] {
    font-weight: 600;
    color: #151F6D;
    width: 60px;
}
.date-cell[data-v-8897817e] {
    white-space: nowrap;
    width: 120px;
    color: #6b7280;
}
.title-cell[data-v-8897817e] {
    min-width: 250px;
}
.table-title-link[data-v-8897817e] {
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
}
.table-title-link[data-v-8897817e]:hover {
    color: #151F6D;
    text-decoration: underline;
}
.group-label[data-v-8897817e] {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}
.authors-cell[data-v-8897817e] {
    max-width: 200px;
    color: #6b7280;
}
.type-cell[data-v-8897817e] {
    width: 100px;
}
.link-cell[data-v-8897817e] {
    width: 80px;
}
.table-link[data-v-8897817e] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #f0f4ff;
    color: #151F6D;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
}
.table-link[data-v-8897817e]:hover {
    background: #e0e7ff;
}

/* Pagination */
.pagination[data-v-8897817e] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem;
}
.pagination-btn[data-v-8897817e] {
    padding: 0.625rem 1.25rem;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}
.pagination-btn[data-v-8897817e]:hover:not(:disabled) {
    border-color: #151F6D;
    background: #f0f4ff;
}
.pagination-btn[data-v-8897817e]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-info[data-v-8897817e] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Empty State */
.empty-state[data-v-8897817e] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}
.empty-state svg[data-v-8897817e] {
    margin-bottom: 1rem;
}
.empty-state h3[data-v-8897817e] {
    font-size: 1.25rem;
    color: #374151;
    margin-bottom: 0.5rem;
}
.btn-primary[data-v-8897817e] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #151F6D;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1rem;
}
.btn-primary[data-v-8897817e]:hover {
    background: #0f1752;
}

.source-document-detail[data-v-3a85150b] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Loading & Error States */
.loading-state[data-v-3a85150b],
.error-state[data-v-3a85150b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}
.spinner[data-v-3a85150b] {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e7eb;
    border-top-color: #151F6D;
    border-radius: 50%;
    animation: spin-3a85150b 0.8s linear infinite;
}
@keyframes spin-3a85150b {
to { transform: rotate(360deg);
}
}
.error-state svg[data-v-3a85150b] {
    color: #dc2626;
    margin-bottom: 1rem;
}
.error-state h3[data-v-3a85150b] {
    font-size: 1.5rem;
    color: #374151;
    margin-bottom: 0.5rem;
}
.btn-primary[data-v-3a85150b] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #151F6D;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
}

/* Document Content Layout */
.document-content[data-v-3a85150b] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
}
@media (max-width: 900px) {
.document-content[data-v-3a85150b] {
        grid-template-columns: 1fr;
}
.document-sidebar[data-v-3a85150b] {
        order: -1;
}
}

/* Header */
.document-header[data-v-3a85150b] {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #151F6D 0%, #1e3a8a 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}
.header-meta[data-v-3a85150b] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.type-badge[data-v-3a85150b] {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
}
.type-badge.speech[data-v-3a85150b] { background: #3b82f6;
}
.type-badge.statement[data-v-3a85150b] { background: #f59e0b;
}
.type-badge.agreement[data-v-3a85150b] { background: #10b981;
}
.type-badge.report[data-v-3a85150b] { background: #8b5cf6;
}
.type-badge.press_release[data-v-3a85150b] { background: #ef4444;
}
.type-badge.policy_document[data-v-3a85150b] { background: #6366f1;
}
.year-badge[data-v-3a85150b] {
    padding: 0.375rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
}
.document-title[data-v-3a85150b] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.header-info[data-v-3a85150b] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    opacity: 0.9;
}
.header-info p[data-v-3a85150b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.group-context[data-v-3a85150b] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.group-label[data-v-3a85150b] {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-right: 0.5rem;
}
.group-title[data-v-3a85150b] {
    font-size: 0.95rem;
}

/* Document Body */
.document-body[data-v-3a85150b] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.section[data-v-3a85150b] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
}
.section h2[data-v-3a85150b] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f3f4f6;
}
.description-section p[data-v-3a85150b] {
    color: #4b5563;
    line-height: 1.7;
}

/* Tags Section */
.tag-group[data-v-3a85150b] {
    margin-bottom: 1rem;
}
.tag-group[data-v-3a85150b]:last-child {
    margin-bottom: 0;
}
.tag-group h3[data-v-3a85150b] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.5rem;
}
.tags[data-v-3a85150b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.classification-tag[data-v-3a85150b] {
    padding: 0.375rem 0.75rem;
    background: #dbeafe;
    color: #1e40af;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}
.topic-tag[data-v-3a85150b] {
    padding: 0.375rem 0.75rem;
    background: #f3f4f6;
    color: #4b5563;
    border-radius: 6px;
    font-size: 0.8rem;
}

/* Link Section */
.link-cards[data-v-3a85150b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.link-card[data-v-3a85150b] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s;
}
.link-card[data-v-3a85150b]:hover {
    border-color: #151F6D;
    background: #f0f4ff;
}
.link-card.primary[data-v-3a85150b] {
    background: #151F6D;
    border-color: #151F6D;
    color: white;
}
.link-card.primary[data-v-3a85150b]:hover {
    background: #0f1752;
}
.link-icon[data-v-3a85150b] {
    flex-shrink: 0;
}
.link-info[data-v-3a85150b] {
    flex: 1;
}
.link-title[data-v-3a85150b] {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
}
.link-meta[data-v-3a85150b] {
    display: block;
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 0.25rem;
}
.link-arrow[data-v-3a85150b] {
    flex-shrink: 0;
    opacity: 0.7;
}

/* Details Section */
.details-list[data-v-3a85150b] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}
.detail-item[data-v-3a85150b] {
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
}
.detail-item dt[data-v-3a85150b] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}
.detail-item dd[data-v-3a85150b] {
    font-size: 0.9rem;
    color: #1f2937;
}

/* Original Entry */
.original-entry[data-v-3a85150b] {
    padding: 1rem;
    background: #fefce8;
    border: 1px solid #fef08a;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #713f12;
    line-height: 1.6;
    font-family: 'Courier New', monospace;
}

/* Sidebar */
.document-sidebar[data-v-3a85150b] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.nav-card[data-v-3a85150b],
.related-card[data-v-3a85150b],
.source-card[data-v-3a85150b] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
}
.back-link[data-v-3a85150b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #151F6D;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 1rem;
}
.back-link[data-v-3a85150b]:hover {
    text-decoration: underline;
}
.year-link[data-v-3a85150b] {
    display: block;
    color: #6b7280;
    font-size: 0.875rem;
    text-decoration: none;
}
.year-link[data-v-3a85150b]:hover {
    color: #151F6D;
}
.related-card h3[data-v-3a85150b],
.source-card h3[data-v-3a85150b] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
}
.related-list[data-v-3a85150b] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.related-list li[data-v-3a85150b] {
    border-bottom: 1px solid #f3f4f6;
}
.related-list li[data-v-3a85150b]:last-child {
    border-bottom: none;
}
.related-list a[data-v-3a85150b] {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
}
.related-list a:hover .related-title[data-v-3a85150b] {
    color: #151F6D;
}
.related-title[data-v-3a85150b] {
    display: block;
    font-size: 0.875rem;
    color: #1f2937;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}
.related-meta[data-v-3a85150b] {
    font-size: 0.75rem;
    color: #9ca3af;
}
.source-card p[data-v-3a85150b] {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}
.source-link[data-v-3a85150b] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #151F6D;
    font-size: 0.85rem;
    text-decoration: none;
}
.source-link[data-v-3a85150b]:hover {
    text-decoration: underline;
}
