.agent {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: white;
}

.agent-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.agent-name {
    font-weight: bold;
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.agent-description {
    color: #666;
    font-size: 0.9rem;
    margin-top: 4px;
    line-height: 1.4;
}

.agent-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agent-property {
    display: flex;
    padding: 8px 0;
    line-height: 1.5;
}

.property-label {
    font-weight: bold;
    color: #333;
    min-width: 120px;
}

.property-value {
    color: #666;
    flex: 1;
}
