body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
margin: 0;
padding: 20px;
background-color: #f5f5f5;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
background-color: white;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h1 {
color: #2c3e50;
border-bottom: 3px solid #3498db;
padding-bottom: 10px;
}
h2 {
color: #34495e;
margin-top: 30px;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 8px;
}
.metadata {
background-color: #ecf0f1;
padding: 15px;
border-radius: 4px;
margin: 20px 0;
}
.metadata p {
margin: 8px 0;
}
.summary {
margin: 20px 0;
}
.summary table {
width: 100%;
border-collapse: collapse;
}
.summary table th {
text-align: left;
padding: 10px;
background-color: #34495e;
color: white;
}
.summary table td {
padding: 10px;
border-bottom: 1px solid #ecf0f1;
}
.requirements {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
.requirements thead {
background-color: #2c3e50;
color: white;
}
.requirements th,
.requirements td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #ecf0f1;
}
.requirements tbody tr:hover {
background-color: #f8f9fa;
}
.status-pass {
color: #27ae60;
font-weight: bold;
}
.status-fail {
color: #e74c3c;
font-weight: bold;
}
.status-warning {
color: #f39c12;
font-weight: bold;
}
.status-na {
color: #95a5a6;
}
ul {
margin: 0;
padding-left: 20px;
}
li {
margin: 4px 0;
}