.custom-editorial-layout {
    background: #f8f9fa;
    padding: 30px;
}
.editorial-title {
    color: #003366;
    font-size: 1.8em;
    margin-bottom: 20px;
}
.editorial-section {
    margin-bottom: 40px;
}
.editor-profile {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.editor-profile img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}
.editor-profile div {
    max-width: 700px;
}
.editorial-section h2 {
    color: #005b96;
    margin-bottom: 15px;
}
