.athenas-search{

    max-width:850px;
    margin:0 auto 45px auto;
    position:relative;

}

#athenas-search-input{

    width:100%;
    padding:18px 22px;
    font-size:18px;
    border:2px solid #E5E7EB;
    border-radius:14px;
    outline:none;
    box-sizing:border-box;
    transition:.25s;

}

#athenas-search-input:focus{

    border-color:#4F46E5;
    box-shadow:0 0 0 4px rgba(79,70,229,.10);

}

#athenas-search-results{

    display:none;

    position:absolute;

    top:100%;

    left:0;

    right:0;

    margin-top:10px;

    background:#FFF;

    border:1px solid #E5E7EB;

    border-radius:14px;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

    overflow:hidden;

    z-index:999;

}

.athenas-result{

    display:flex;

    gap:18px;

    padding:18px;

    text-decoration:none;

    color:#273469;

    border-bottom:1px solid #F1F5F9;

    transition:.20s;

}

.athenas-result:last-child{

    border-bottom:none;

}

.athenas-result:hover{

    background:#F8FAFC;

}

.athenas-result-icon{

    font-size:34px;

    width:42px;

    text-align:center;

}

.athenas-result-title{

    font-size:18px;

    font-weight:700;

}

.athenas-result-meta{

    margin-top:5px;

    color:#64748B;

    font-size:14px;

}

.athenas-result-description{

    margin-top:8px;

    color:#475569;

    font-size:14px;

    line-height:1.6;

}

.athenas-pro{

    display:inline-block;

    margin-left:8px;

    padding:3px 8px;

    border-radius:999px;

    background:#EDE9FE;

    color:#6D28D9;

    font-size:11px;

    font-weight:700;

}

.athenas-free{

    display:inline-block;

    margin-left:8px;

    padding:3px 8px;

    border-radius:999px;

    background:#ECFDF5;

    color:#047857;

    font-size:11px;

    font-weight:700;

}

.athenas-empty{

    padding:25px;

    text-align:center;

    color:#64748B;

}

.athenas-highlight{

    background:#FEF08A;

    color:#111827;

    padding:0 2px;

    border-radius:3px;

    font-weight:700;

}

.athenas-selected{

    background:#EEF2FF !important;

}