/* dkim-generator-styles.css */

.dkim-generator {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
}

.dkim-form label {
    font-weight: bold;
    color: #333;
}

.dkim-form input[type="file"],
.dkim-form input[type="email"] {
    margin-top: 10px;
    width: 100%;
    padding: 8px;
}

.dkim-button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
}

.dkim-button:hover {
    background-color: #005177;
}

.dkim-error {
    background-color: #ffebe8;
    color: #c00;
    padding: 10px;
    border: 1px solid #dd3d36;
    margin-top: 20px;
}

.dkim-output {
    background-color: #e7f7d3;
    padding: 20px;
    border: 1px solid #7ad03a;
    margin-top: 20px;
}

.dkim-output h2,
.dkim-output h3 {
    color: #1d6f42;
}

.dkim-output p,
.dkim-output li {
    color: #333;
}

.dkim-output {
    display: none;
}

.dkim-generator.generated .dkim-output {
    display: block;
}
