.not-listed-message {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background-color: rgba(45, 204, 112, 0.1);
    border-radius: 8px;
    border-left: 4px solid var(--color-primary);
}

.not-listed-message p {
    margin: 0;
    color: var(--color-text-secondary);
}

.not-listed-message a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
}

.not-listed-message a:hover {
    text-decoration: underline;
}