/**
 * Ottoman Frontend Styles
 */

.ottoman-padishah-meta {
    background: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #8b4513;
    border-radius: 4px;
}

.ottoman-padishah-meta p {
    margin: 10px 0;
    line-height: 1.6;
}

.ottoman-padishah-meta strong {
    color: #333;
    margin-right: 10px;
}

.ottoman-padishah-meta a {
    color: #8b4513;
    text-decoration: none;
}

.ottoman-padishah-meta a:hover {
    text-decoration: underline;
}

.period-years {
    margin: 15px 0;
    font-size: 1.1em;
    color: #666;
}

.period-related-content {
    margin-top: 40px;
}

.period-related-content section {
    margin-bottom: 30px;
}

.period-related-content h2 {
    border-bottom: 2px solid #8b4513;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.period-related-content ul {
    list-style: none;
    padding: 0;
}

.period-related-content li {
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
}

.period-related-content li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #8b4513;
}

.period-related-content a {
    color: #8b4513;
    text-decoration: none;
}

.period-related-content a:hover {
    text-decoration: underline;
}

