/* Results Display Feature Styles */

.results {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.city-result {
    border-left: 4px solid #007cba;
    padding: 15px;
    margin: 10px 0;
    background: #f9f9f9;
}

.homepage-matches {
    background: #fff3cd;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
}

.agenda-item {
    background: #d4edda;
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
    border-left: 3px solid #28a745;
}

.pdf-item {
    border-left-color: #dc3545;
}

.cannabis-update {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.update-recent {
    border-left: 4px solid #4CAF50;
}

.update-upcoming {
    border-left: 4px solid #FF9800;
}

.update-date {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.update-type {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 8px;
}

.update-content {
    margin: 10px 0;
    line-height: 1.5;
}

.update-link a {
    color: #1976D2;
    text-decoration: none;
    font-weight: 500;
}

.update-link a:hover {
    text-decoration: underline;
}

.section-header {
    font-size: 1.2em;
    font-weight: bold;
    margin: 25px 0 15px 0;
    color: #2c3e50;
}

.match-preview {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.ai-analysis {
    background: #d1ecf1;
    padding: 12px;
    border-radius: 6px;
    margin: 10px 0;
    border-left: 4px solid #17a2b8;
}
