.company-directory-dashboard {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.user-info {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.welcome-message {
    font-size: 16px;
}

.user-email {
    font-style: italic;
    margin-left: 10px;
}

.logout-link {
    float: right;
}

.company-listings-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.company-listings-table th,
.company-listings-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.company-listings-table th {
    background-color: #f2f2f2;
}

.button {
    display: inline-block;
    padding: 8px 15px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

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

.form-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.cancel-button {
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.cancel-button:hover {
    background-color: #e0e0e0;
}

.no-listings {
    font-style: italic;
    color: #666;
}

.error {
    color: #d63638;
    font-size: 14px;
    margin-top: 5px;
}

input.error,
textarea.error {
    border-color: #d63638;
}
