/* Pan AI Section Styles for IntelJunky */

/* Weather/Weather emoji styling - larger and more prominent */
.pan-emoji {
    font-size: 2em;
    margin: 0 0.2em;
    vertical-align: middle;
}

/* Link styling */
.pan-link {
    color: #667eea;
    text-decoration: none;
    border-bottom: 1px dotted #667eea;
    transition: all 0.2s ease;
}

.pan-link:hover {
    color: #764ba2;
    border-bottom-style: solid;
    text-decoration: none;
}

/* List styling */
.pan-response ul {
    margin: 12px 0;
    padding-left: 24px;
}

.pan-response li {
    margin: 8px 0;
    line-height: 1.6;
}

/* General Pan response text */
.pan-response {
    color: #1f2937;
    line-height: 1.7;
}

.pan-name {
    font-weight: 700;
    color: #667eea;
    margin-right: 8px;
}