/* Oud al-Nad Archive - Green Theme */
:root {
    --ink: #2d362e;
    --ink-muted: #5b6b5e;
    --ink-faint: #a3b2a6;
    --paper: #f2f4f2;
    --cream: #e1e8e1;
    --accent: #2a5a43;
    --accent-lt: #568a6e;
    --rule: #cedbd0;
    --header-bg: #2a5a43;
    --header-fg: #ffffff;
    --selection: #d1e7dd;
    --shadow: rgba(42, 90, 67, 0.1);
}

/* Centering the archive */
.archive-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
border: 1px solid maroon;
}

/* Base header styles (layout only, no colors) */
.archive-header {
  text-align: center;
  padding-bottom: 2rem;
}

/* Specific colors for Oud al-Nad archive */
.archive-oud {
  background-color: var(--background-color);
}

.archive-oud .archive-header h1 {
  background-color: var(--paper);
  border-bottom: 3px solid var(--light-gray); /* ← reused */
}

.archive-oud .search-area {
  background: var(--background-color);
  border: 1px solid var(--light-gray);        /* ← reused */
  border-radius: 8px;
}

/* Deepseek style */
.archive-header h1 {
  color: #1a2a4f;
}

/* Search area */
.search-container {
  background: mintcream;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 200px;
  padding: 2rem;
  margin-bottom: 2rem;
}
 
#search {
  width: 100%;
  min-height: 120px;
}


.other-archives {
display: flex;
justify-content: space-around;

background: azure;
text-align: center;
height: 2rem;

}