.documents-table-thingy .cpd-documents-search-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 20px 0;
}
.documents-table-thingy .search-header {
  margin-bottom: 20px;
}
.documents-table-thingy .search-header h3 {
  margin: 0 0 15px 0;
  color: #333;
}
.documents-table-thingy .search-controls {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.documents-table-thingy .search-input {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  min-width: 250px;
}
.documents-table-thingy .search-input:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}
.documents-table-thingy .results-count {
  color: #666;
  font-size: 14px;
}
.documents-table-thingy .table-container {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.documents-table-thingy .documents-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
.documents-table-thingy .documents-table th {
  background: #f8f9fa;
  padding: 12px 8px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.documents-table-thingy .documents-table th:hover {
  background: #e9ecef;
}
.documents-table-thingy .documents-table th.sortable {
  position: relative;
}
.documents-table-thingy .documents-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.documents-table-thingy .documents-table tr:hover {
  background: #f8f9fa;
}
.documents-table-thingy .highlighted-row {
  background: #fff3cd !important;
}
.documents-table-thingy .highlighted-row:hover {
  background: #ffeaa7 !important;
}
.documents-table-thingy .title-cell {
  font-weight: 500;
}
.documents-table-thingy .document-link {
  color: #007cba;
  text-decoration: none;
}
.documents-table-thingy .document-link:hover {
  text-decoration: underline;
}
.documents-table-thingy .document-title-no-link {
  color: #666;
}
.documents-table-thingy .description-cell {
  max-width: 300px;
  word-wrap: break-word;
}
.documents-table-thingy .categories-cell, .documents-table-thingy .sections-cell {
  max-width: 200px;
  word-wrap: break-word;
}
.documents-table-thingy .highlight-cell {
  text-align: center;
}
.documents-table-thingy .highlight-badge {
  font-size: 16px;
}
.documents-table-thingy .no-link {
  color: #999;
  font-size: 12px;
}
.documents-table-thingy .no-description {
  color: #999;
  font-style: italic;
}
.documents-table-thingy .no-results {
  text-align: center;
  padding: 40px;
  color: #666;
}
@media (max-width: 768px) {
  .documents-table-thingy .search-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .documents-table-thingy .search-input {
    min-width: auto;
  }
  .documents-table-thingy .documents-table {
    font-size: 12px;
  }
  .documents-table-thingy .documents-table th,
  .documents-table-thingy .documents-table td {
    padding: 8px 4px;
  }
}

table.quicktips-table .keywords-cell {
  font-size: 0.85em;
  font-style: italic;
  color: #666;
}

#cpd-documents-sections-listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#cpd-documents-sections-listing .search-header {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
#cpd-documents-sections-listing .search-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
#cpd-documents-sections-listing .search-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
#cpd-documents-sections-listing .search-input:focus {
  outline: none;
  border-color: rgb(30, 55, 101);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
#cpd-documents-sections-listing .clear-search-btn {
  background: rgb(30, 55, 101);
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
#cpd-documents-sections-listing .clear-search-btn:hover {
  background: #5a6268;
}
#cpd-documents-sections-listing .results-count {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}
#cpd-documents-sections-listing .no-results {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
#cpd-documents-sections-listing .section-header {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(30, 55, 101);
  color: #212529;
  font-size: 24px;
  font-weight: 600;
}
#cpd-documents-sections-listing .document-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#cpd-documents-sections-listing .document-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #f1f3f4;
  position: relative;
}
#cpd-documents-sections-listing .document-item:last-child {
  border-bottom: none;
}
#cpd-documents-sections-listing .document-title {
  font-weight: bold !important;
  margin-bottom: 0;
}
#cpd-documents-sections-listing a.document-link {
  font-weight: bold;
}
#cpd-documents-sections-listing .document-edit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  color: rgb(30, 55, 101);
  padding: 5px 10px;
}
#cpd-documents-sections-listing .document-edit a {
  text-decoration: none;
}
#cpd-documents-sections-listing .document-keywords {
  margin-top: 0;
  font-size: 0.85rem;
  color: #8f8f8f;
}

#cpd-documents-sections-listing .document-section {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
#cpd-documents-sections-listing .document-section.accreditation {
  background-color: #eaf4fb;
}
#cpd-documents-sections-listing .document-section.certificates {
  background-color: #f9f7ef;
}
#cpd-documents-sections-listing .document-section.design-and-planning {
  background-color: #f3f7f0;
}
#cpd-documents-sections-listing .document-section.implementation-and-delivery {
  background-color: #f7f3fa;
}
#cpd-documents-sections-listing .document-section.program-evaluation {
  background-color: #f9f3f3;
}

/*# sourceMappingURL=cpd-documents-style.css.map */