/* .search-desktop-fixo form {
    z-index: 9999;
    width: calc(100% - 200px);
    margin-right: 0;
} */


.search .main-sidebar {
    margin-bottom: 15px;
}

.search-result-item {
	margin-bottom: 24px;
    padding: 16px 24px;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
}

.search-result-item .info h3 {
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 600;
    color: var(--color-gray);
}

.search-result-item .permalink {
	min-width: 120px;
}

.search-result-item .permalink a {
    justify-self: self-end;
}

.badge.badge-post-type {
	background: #003d59;
	color: #fff;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 0.9em;
	margin-right: 6px;
	display: inline-block;
}

.badge.badge-category {
    background: #009649;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 0.9em;
    margin-right: 6px;
    display: inline-block;
}

/* Se houver múltiplas categorias, separar com espaçamento */
.badge.badge-category:not(:last-child) {
	margin-right: 6px;
}

body > pre {
    display: none !important;
}