.wpmc-container {
    border: 1px solid #ddd;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    margin: 20px 0;
}

.wpmc-section h3 {
    margin-top: 0;
}

.wpmc-field {
    margin-bottom: 15px;
}

.wpmc-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.wpmc-field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wpmc-breadcrumb {
    margin-bottom: 15px;
    padding: 10px;
    background: #eee;
    border-radius: 4px;
    font-size: 14px;
}

.wpmc-crumb {
    color: #2271b1;
    cursor: pointer;
    font-weight: bold;
}

.wpmc-crumb:hover {
    text-decoration: underline;
}

.wpmc-toolbar {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.wpmc-folder-link {
    font-weight: bold;
    color: #2271b1;
    text-decoration: none;
}

.wpmc-folder-link:hover {
    text-decoration: underline;
}

.wpmc-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.wpmc-table th, .wpmc-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.wpmc-table th {
    background: #f1f1f1;
}

.wpmc-table tr:hover {
    background: #fafafa;
}

.small {
    padding: 4px 8px;
    font-size: 12px;
}

#wpmc-login-msg {
    margin-top: 10px;
    font-weight: bold;
}

.button-link-delete {
    color: #d63638;
}

.button-link-delete:hover {
    color: #bc0b0b;
}
