.pub-filter-container-62e13901 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 20px 0;
    width: 100%;
}

.pub-filters-bar-62e13901 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    background-color: #f8fafc;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

.pub-filter-group {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pub-filter-label {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

.pub-filter-select {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #0f172a;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    width: 100%;
}

.pub-filter-select:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.pub-results-count-62e13901 {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 20px;
    font-weight: 500;
}

.pub-cards-grid-62e13901 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.pub-card-62e13901 {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pub-card-62e13901:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.pub-card-title-62e13901 {
    margin: 0 0 12px 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 12px !important;
}

.pub-card-title-62e13901 a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pub-card-title-62e13901 a:hover {
    color: #0284c7;
}

.pub-card-excerpt-62e13901 {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}

.pub-card-meta-62e13901 {
    display: none !important;
}

.pub-meta-item {
    display: none !important;
}

/* Force hide old authors field if cached */
.pub-meta-autores, .pub-tag-autor {
    display: none !important;
}

/* Beautiful aligned horizontal tags row */
.pub-card-tags-62e13901 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    border-top: none !important;
    padding-top: 0 !important;
}

.pub-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.pub-tag-linea {
    background-color: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.pub-tag-ano {
    background-color: #f0f9ff;
    color: #075985;
    border: 1px solid #bae6fd;
}

.pub-tag-investigador {
    display: none !important; /* Hide Investigator tags in card results */
}

.pub-tag-revista {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}

.pub-tag-doi {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    background-color: #f0fdfa !important;
    color: #0d9488 !important;
    border: 1px solid #ccfbf1 !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
    cursor: pointer !important;
}

.pub-tag-doi:hover {
    background-color: #0d9488 !important;
    color: #ffffff !important;
    border-color: #0d9488 !important;
    text-decoration: none !important;
}

.pub-tag-item i {
    font-size: 14px;
}

.pub-no-results, .pub-no-results-hidden {
    padding: 40px;
    text-align: center;
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #64748b;
    font-size: 16px;
}
