/* Naji al‑Ali Archive – Black, White & Gray Theme */
/* Centering the archive */
.archive-content {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
border: 1px solid black;
}
.archive-naji {
background-color: #e5e6eb;
}
/* Base header styles (layout only, no colors) */
.archive-header {
background-color: #000000;
text-align: center;
padding: 1rem;
margin-bottom: 1rem;
border: 1p solid #ddd;
border-radius: 1rem;
}
.archive-header h1 {
color: white;
}
.archive-header p {
color: white;
}

.search-area {
background: #fffff4;
border: 1px solid black;
border-radius: 8px;
padding: 2rem;
margin: 1rem;
}
/** to syle later
#search {
}
**/
.archive-footer {
border: 1px solid black;
}
.other-archives {
display: flex;
justify-content: space-around;
}