#pageexsu-excerpt-sidebar {
    margin-top: 20px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#pageexsu-excerpt-sidebar button {
    display: block;
    width: 100%;
    text-align: center;
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

#pageexsu-excerpt-sidebar button:hover {
    background: #005177;
}

#pageexsu_sidebar_excerpt {
    width: 100%;
    height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#pageexsu-save-excerpt {
    margin-top: 5px;
    width: 100%;
    background: #28a745;
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}

#pageexsu-save-excerpt:hover {
    background: #218838;
}