/**
 * Agent Title Styles
 *
 * Styles for agent product title display
 */

.agent-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #28a745;
}

.agent-title h1 {
    font-size: 32px;
    color: #333;
    margin: 0 0 8px 0;
}

.agent-title .agent-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}
