/**
 * Styled Log Message Component Styles
 *
 * @format
 */

.styled-log-user {
    color: #007bff;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: rgba(0, 123, 255, 0.1);
    text-decoration: none;
    white-space: nowrap;
}

.styled-log-user:hover {
    background-color: rgba(0, 123, 255, 0.2);
    text-decoration: none;
    color: #0056b3;
}

.styled-log-listing {
    color: #e56220; /* Iron Hunt brand color */
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: rgba(229, 98, 32, 0.1);
    text-decoration: none;
    white-space: nowrap;
}

.styled-log-listing:hover {
    background-color: rgba(229, 98, 32, 0.2);
    text-decoration: none;
    color: #c04e15;
}

.styled-log-invoice {
    color: #6610f2;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: rgba(102, 16, 242, 0.1);
    text-decoration: none;
    white-space: nowrap;
}

.styled-log-invoice:hover {
    background-color: rgba(102, 16, 242, 0.2);
    text-decoration: none;
    color: #520dc2;
}

.styled-log-money {
    color: #28a745;
    font-weight: 600;
    white-space: nowrap;
}

.styled-log-system {
    color: #6c757d;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: rgba(108, 117, 125, 0.1);
    text-decoration: none;
    white-space: nowrap;
}
