.search_panel {
    font-family: Inter, sans-serif;
}

@media (min-width: 1024px) {
    .search_panel {
        position: fixed;
        z-index: 100000;
        width: 100% !important;
        max-width: 650px;
        top: 56px !important;
        margin-top: 0;
    }
    .search_panel-form {
        background: white;
        border-radius: 20px;
        position: relative;
        height: 32px;
        border: none;
    }
}

@media (max-width: 1023px) {
    .search_panel {
        position: fixed;
        z-index: 100000;
        width: 100% !important;
        top: 110px !important;
        margin-top: 0;
        left: 0;
    }
}

.search_panel-detached_overlay .search_panel {
    top: unset !important;
}

.search_panel-detached_overlay {
    z-index: 100000;
}

.search_panel-detached_search {
    border: 0;
    border-radius: 0;
}

.search_panel-layout {
    max-height: 500px;
}

.search_panel-header {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    color: #6b7280;
    letter-spacing: .025em;
    margin-bottom: .5rem;
}

.search_panel-content_body {
    gap: 0;
}

.search_panel-title {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    color: black;
}

.search_panel-title.recent-posts,
.search_panel-title.author {
    color: #0046d0
}

.search_panel-subtitle {
    font-size: .75rem;
    line-height: 1rem;
    margin-top: .25rem;
    color: #6b7280;
}

.search_panel-icon {
    width: 12px;
    color: #0046d0;
    font-size: .875rem;
    line-height: 1.25rem;
}

.search_panel-icon.recent-posts {
    color: #4a90e2;
    margin-top: .125rem;
}

.search_panel-content.recent-posts {
    align-items: flex-start;
}

.search_panel-author_image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.search_panel-item_link {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.search_panel-item_link:hover {
    background-color: #f9fafb;
    text-decoration: none;
}

.search_panel-content {
    width: 100%;
    grid-template-columns: auto 1fr;
}

.search_panel-content_body.author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_panel-badge {
    font-size: 10px;
    background: #fef3c7;
    color: #d97706;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 8px; 
}

.search_panel-prefix,
.search_panel-suffix {
    height: 32px;
}

.search_panel-submit {
    width: auto;
}

.search_panel-label {
    margin: 0;
}

.search_panel-no_results {
    color: #6b7280; 
    font-size: 14px;
}