.maillog .well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.email-text-content, .email-html-content, .email-attachments {
    margin-bottom: 25px;
}

.attachments-list {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.attachment-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
    gap: 10px;
}

.attachment-item:last-child {
    border-bottom: none;
}

.attachment-item .fa {
    color: #337ab7;
    width: 20px;
}

.attachment-item .filename {
    font-weight: bold;
    flex: 1;
}

.attachment-item .filesize {
    color: #666;
    font-size: 0.9em;
}

.attachment-item .filetype {
    color: #999;
    font-size: 0.8em;
}

.raw-content-toggle {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

#raw-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
