/* Administrative Orders — stylesheet
   Served from https://www.jud11.flcourts.org/docs/ao-html/ao.css
   Edit this file to update styles across all generated AO pages instantly. */

body {
  background: #f5f5f5;
}

* { box-sizing: border-box; }

.ao-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 1rem 1.5rem 2rem;
  font-family: 'Times New Roman', Times, serif;
}

.ao-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 1.25rem; flex-wrap: wrap;
  font-family: Arial, sans-serif;
}

.ao-search {
  flex: 1; min-width: 160px; max-width: 300px;
  height: 34px; padding: 0 12px;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  font-size: 13px;
  background: #fff;
  color: #000;
}

.ao-btn {
  display: flex; align-items: center; gap: 6px;
  padding: 0 14px; height: 34px;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 13px; cursor: pointer; white-space: nowrap;
  font-family: Arial, sans-serif;
}
.ao-btn:hover { background: #f5f5f5; }

.ao-doc {
  background: #fff;
  border: 0.5px solid #ccc;
  padding: 3.5rem;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.ao-top-header { display: flex; }
.ao-top-left { min-height: 80px; flex: 1; }
.ao-top-right { display: flex; flex-direction: column; }

.ao-top-right-row {
  padding: 0.6rem 0.85rem;
  font-size: 16px; font-weight: bold; line-height: 1.3;
}

.ao-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: none;
  margin-bottom: 15px;
}

.ao-in-re-block {
  padding: 0.75rem 0.85rem 0 0.85rem;
  font-size: 16px; font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3; text-align: justify;
}

.ao-in-re-close {
  display: flex; align-items: center; gap: 0;
  padding: 0 0 0.25rem 0;
  border-bottom: 1px solid #000;
}

.ao-in-re-close-slash {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-left: 2px;
    position: relative;
    top: 7px;
    right: -3px;
    margin-left: auto;
}

.ao-middle-right { padding: 0.75rem 0.85rem; }

.ao-body-section {
  border-top: none;
  padding: 1rem 1.25rem;
  font-size: 16px; line-height: 1.3;
  text-align: justify;
}
.ao-body-section p { margin: 0 0 0.85rem; text-indent: 2.5rem; }

.ao-block-indent {
  margin-left: 2.5rem;
  margin-bottom: 0.85rem;
  text-align: justify;
}

.ao-body-section .ao-block-indent p {    
    text-indent: 0;
}

.ao-sig-block {
  border-top: none; padding: 0.75rem 0.85rem;
  font-size: 16px; font-weight: bold; line-height: 1.3;
  display: flex; width: 100%; justify-content: flex-end;
}

.ao-exhibit {
  page-break-before: always;
  break-before: page;
  padding-top: 2rem;
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  border-top: 0.5px solid #ccc;
  margin-top: 2rem;
}
.ao-exhibit p { margin: 0 0 0.85rem; text-indent: 2.5rem; }

.ao-exhibit table {
  width: 100%; border-collapse: collapse;
  margin: 1rem 0; font-size: 16px;
}
.ao-exhibit th, .ao-exhibit td {
  border: 0.5px solid #000;
  padding: 0.4rem 0.75rem;
  text-align: left;
}
.ao-exhibit th { font-weight: bold; }

.ao-body-section table {
  width: 100%; border-collapse: collapse;
  margin: 1rem 0; font-size: 16px;
  table-layout: fixed;
}
.ao-body-section th, .ao-body-section td {
  border: 0.5px solid #000;
  padding: 0.4rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.ao-body-section th { font-weight: bold; }

.ao-body-section ol,
.ao-body-section ul {
  margin: 0 0 0.85rem 0;
  padding-left: 3.5rem;
}
.ao-body-section ol li,
.ao-body-section ul li {
  margin-bottom: 0.85rem;
  line-height: 1.3;
  text-align: justify;
}

.ao-exhibit ol,
.ao-exhibit ul {
  margin: 0 0 0.85rem 0;
  padding-left: 3.5rem;
}
.ao-exhibit ol li,
.ao-exhibit ul li {
  margin-bottom: 0.85rem;
  line-height: 1.3;
  text-align: justify;
}

p.ada{
  font-weight:bold;
  font-size: 18px;
}

mark { background: #ffe066; color: #000; border-radius: 2px; padding: 0 1px; }

@page {
  margin: 0.75in;
}

@media print {
  .ao-toolbar { display: none !important; }
  .ao-doc { border: none; border-radius: 0; padding: 0; box-shadow: none; }
  .ao-wrap { padding: 0; max-width: 100%; }
  .ao-exhibit { border-top: none; margin-top: 0; padding-top: 1rem; }
  .ao-body-section table { page-break-inside: auto; }
  .ao-body-section tr { page-break-inside: avoid; page-break-after: auto; }
}

@media (max-width: 580px) {
  .ao-doc { padding: 1.25rem 1rem; }
  .ao-top-header { flex-direction: column; }
  .ao-middle { grid-template-columns: 1fr; }
  .ao-block-indent { margin-left: 1.5rem; margin-right: 1.5rem; }
}
