.mentoriel-live-search {
position: relative;
width: 100%;
max-width: 720px;
margin: 30px auto;
}
.mentoriel-live-search-input {
width: 100%;
padding: 16px 22px;
border: 1px solid #ddd;
border-radius: 999px;
font-size: 16px;
outline: none;
background: #fff;
}
.mentoriel-live-search-input:focus {
border-color: #111827;
}
.mentoriel-live-search-results {
display: none;
position: absolute;
top: calc(100% + 10px);
left: 0;
right: 0;
z-index: 50;
background: #fff;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
overflow: hidden;
}
.mentoriel-live-search-results.is-visible {
display: block;
}
.mentoriel-search-list {
list-style: none;
padding: 8px;
margin: 0;
}
.mentoriel-search-item {
margin: 0;
}
.mentoriel-search-item a {
display: block;
padding: 14px 16px;
border-radius: 14px;
text-decoration: none;
color: #111827;
}
.mentoriel-search-item a:hover {
background: #f5f5f5;
}
.mentoriel-search-title {
display: block;
font-weight: 700;
margin-bottom: 4px;
}
.mentoriel-search-type {
display: inline-block;
margin-bottom: 6px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #6b7280;
}
.mentoriel-search-excerpt {
display: block;
font-size: 14px;
color: #4b5563;
line-height: 1.4;
}
.mentoriel-search-loading,
.mentoriel-search-empty {
padding: 18px;
color: #6b7280;
font-size: 14px;
} .mentoriel-search-floating-btn {
position: fixed;
right: 28px;
bottom: 50%;
z-index: 9998;
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 22px;
border: none;
border-radius: 999px;
background: #1f2d4a;
color: #ffffff;
font-weight: 700;
font-size: 15px;
cursor: pointer;
box-shadow: 0 18px 40px rgba(31, 45, 74, 0.25);
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
background 0.2s ease;
}
.mentoriel-search-floating-btn:hover {
transform: translateY(-2px);
background: #24385f;
box-shadow: 0 22px 50px rgba(31, 45, 74, 0.35);
}
.mentoriel-search-floating-icon {
display: inline-flex;
align-items: center;
justify-content: center;
} .mentoriel-search-overlay[hidden] {
display: none !important;
} .mentoriel-search-overlay {
position: fixed;
inset: 0;
z-index: 99999;
width: 100vw;
height: 100dvh;
display: none;
align-items: center;
justify-content: center;
overflow: hidden;
} .mentoriel-search-overlay.is-open {
display: flex !important;
} .mentoriel-search-overlay-backdrop {
position: absolute;
inset: 0;
background: rgba(16, 24, 40, 0.68);
backdrop-filter: blur(4px);
} .mentoriel-search-overlay-panel {
position: relative;
z-index: 1;
width: min(680px, calc(100vw - 32px));
max-height: calc(100dvh - 48px);
padding: 34px 34px 28px;
border-radius: 26px;
background: #ffffff;
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
overflow: hidden;
display: flex;
flex-direction: column;
} .mentoriel-search-overlay-close {
position: absolute;
top: 14px;
right: 14px;
z-index: 3;
width: 36px;
height: 36px;
border: none;
border-radius: 50%;
background: #f3f5f8;
color: #1f2d4a;
line-height: 36px;
text-align: center;
cursor: pointer;
padding: 0;
}
.mentoriel-search-overlay-close:hover {
background: #1f2d4a;
color: #ffffff;
} .mentoriel-search-overlay-header {
margin-bottom: 22px;
padding: 0 42px;
text-align: center;
flex: 0 0 auto;
}
.mentoriel-search-eyebrow {
display: inline-block;
margin-bottom: 8px;
color: #1fb6e9;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.mentoriel-search-overlay-header h2 {
margin: 0 0 8px;
color: #1f2d4a;
font-size: clamp(24px, 3vw, 34px);
font-weight: 800;
}
.mentoriel-search-overlay-header p {
max-width: 520px;
margin: 0 auto;
color: #667085;
font-size: 15px;
line-height: 1.5;
} .mentoriel-search-overlay-box {
width: 100%;
max-width: 540px;
margin: 0 auto;
flex: 1 1 auto;
min-height: 0;
display: flex;
flex-direction: column;
}
.mentoriel-search-overlay-box .mentoriel-live-search {
width: 100%;
max-width: 540px;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
min-height: 0;
}
.mentoriel-search-overlay-box .mentoriel-live-search-input:focus {
border-color: #1fb6e9;
outline: none;
} .mentoriel-search-overlay-box .mentoriel-live-search-results {
position: relative;
top: auto;
left: auto;
right: auto;
width: 100%;
margin-top: 12px;
max-height: min(360px, calc(100dvh - 320px));
overflow-y: auto;
overscroll-behavior: contain;
z-index: 2;
} .mentoriel-search-overlay-box .mentoriel-live-search-results::-webkit-scrollbar {
width: 8px;
}
.mentoriel-search-overlay-box .mentoriel-live-search-results::-webkit-scrollbar-track {
background: #f3f5f8;
border-radius: 999px;
}
.mentoriel-search-overlay-box .mentoriel-live-search-results::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 999px;
} html.mentoriel-search-open,
body.mentoriel-search-open {
overflow: hidden !important;
height: 100%;
}
.mentoriel-search-overlay,
.mentoriel-search-overlay *,
.mentoriel-live-search,
.mentoriel-live-search *,
.mentoriel-live-search-input {
box-sizing: border-box;
} @media (max-width: 768px) { body.mentoriel-show-recaptcha-badge .grecaptcha-badge {
bottom: 88px !important;
} .mentoriel-search-floating-btn {
left: 16px;
right: 16px;
bottom: 18px;
width: auto;
justify-content: center;
padding: 14px 18px;
font-size: 14px;
transform: none;
}
.mentoriel-search-floating-btn:hover {
transform: translateY(-2px);
}
.mentoriel-search-overlay {
width: auto;
height: auto;
inset: 0;
padding: 14px;
align-items: flex-start;
justify-content: center;
overflow-x: hidden;
overflow-y: auto;
}
.mentoriel-search-overlay-panel {
width: 100%;
max-width: 100%;
max-height: calc(100dvh - 28px);
padding: 30px 14px 20px;
border-radius: 22px;
overflow-x: hidden;
}
.mentoriel-search-overlay-close {
top: 12px;
right: 12px;
width: 34px;
height: 34px;
font-size: 22px;
line-height: 34px;
}
.mentoriel-search-overlay-header {
padding: 0 30px;
margin-bottom: 18px;
}
.mentoriel-search-overlay-header h2 {
font-size: 23px;
line-height: 1.2;
}
.mentoriel-search-overlay-header p {
font-size: 14px;
line-height: 1.45;
}
.mentoriel-search-overlay-box,
.mentoriel-search-overlay-box .mentoriel-live-search {
width: 100%;
max-width: 100%;
}
.mentoriel-search-overlay-box .mentoriel-live-search-input {
width: 100%;
max-width: 100%;
padding: 15px 18px;
font-size: 14px;
}
.mentoriel-search-overlay-box .mentoriel-live-search-results {
width: 100%;
max-width: 100%;
max-height: calc(100dvh - 290px);
}
}