/* main.css - Estilos personalizados para Playas de España */

/* Autocomplete */
.autocomplete {
    max-height: 300px;
    overflow-y: auto;
}
.autocomplete a {
    display: block;
    padding: 10px 16px;
    color: #374151;
    font-size: 0.875rem;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.15s;
}
.autocomplete a:hover {
    background-color: #f0f9ff;
    color: #0e7490;
}
.autocomplete a:last-child {
    border-bottom: none;
}

/* Prose (artículos generados por Gemini) */
.prose {
    color: #374151;
    line-height: 1.8;
    font-size: 1rem;
}
.prose h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
    letter-spacing: -0.025em;
}
.prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}
.prose p {
    margin-bottom: 1.25rem;
    line-height: 1.8;
}
.prose ul, .prose ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}
.prose ul {
    list-style-type: disc;
}
.prose ol {
    list-style-type: decimal;
}
.prose li {
    margin-bottom: 0.375rem;
    line-height: 1.7;
}
.prose strong {
    font-weight: 700;
    color: #111827;
}
.prose em {
    font-style: italic;
}
.prose a {
    color: #0891b2;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.prose a:hover {
    color: #0e7490;
}
.prose blockquote {
    border-left: 4px solid #06b6d4;
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    background-color: #f0f9ff;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #1e40af;
    font-style: italic;
}
.prose img {
    border-radius: 0.75rem;
    margin: 1.5rem 0;
}
.prose hr {
    border: none;
    border-top: 2px solid #e5e7eb;
    margin: 2rem 0;
}
