.psy-search-ai-wrapper {
    background-color: #130F14;
    padding: 90px 30px;
    border-radius: 16px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
 }
 .psy-search-ai-wrapper .psy-search-ai-container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
 }
 .psy-search-ai-wrapper .psy-search-ai-container #exa-answer h2 {
    color: #fff;
 }
.psy-search-ai-wrapper .psy-search-ai-container #exa-answer h3, 
.psy-search-ai-wrapper .psy-search-ai-container #exa-answer p,
.psy-search-ai-wrapper .psy-search-ai-container #exa-answer ul li,
.psy-search-ai-wrapper .psy-search-ai-container #exa-answer ul li a,
.psy-search-ai-wrapper .psy-search-ai-container #exa-answer a{
    font-size: 14px;
    color: #fff;
    line-height: 140%;

 }
  .psy-search-ai-wrapper .psy-search-ai-container #exa-answer .exa-answer-content {
    font-size: 14px;
    color: #fff;
    line-height: 140%;
  }
 .psy-search-ai-wrapper .psy-search-ai-container #exa-answer h3 {
    font-weight: 800;
 }
 .psy-search-ai-wrapper .psy-search-ai-container #exa-question{
    /* border-bottom: 1px solid #fff; */
 }
.psy-search-ai-wrapper .psy-search-ai-container #exa-question h4{
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.psy-search-ai-wrapper .psy-search-ai-container .answer-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 30px;
    padding-top: 20px;
}
.psy-search-ai-wrapper .psy-search-ai-container .answer-block .exa-answer-streaming  {
    padding-top: 30px;
}
.psy-search-ai-wrapper .psy-search-ai-container .exa-results {
    position: relative;
}
.psy-search-ai-wrapper .psy-search-ai-container .top-sources-wrapper{
    list-style-type: none;
    display: flex;
    gap: 12px;
    padding-left: 0;
    flex-direction: row;
}

.psy-search-ai-wrapper .psy-search-ai-container .top-sources-wrapper .source-card{
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    gap: 25px;
    padding: 15px;
    flex-direction: column;
    width: 200px;
    flex-shrink: 0;
}
.psy-search-ai-wrapper .psy-search-ai-container .top-sources-wrapper .source-card-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.psy-search-ai-wrapper .psy-search-ai-container .top-sources-wrapper .source-card img {
    width: 30px;
    flex-shrink: 0;
    object-fit: contain;
}
.psy-search-ai-wrapper .psy-search-ai-container .top-sources-wrapper .source-card span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
}
.psy-search-ai-wrapper .psy-search-ai-container .top-sources-wrapper .source-card a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.psy-search-ai-wrapper .psy-search-ai-container #exa-search-box {
    display: flex;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(217, 217, 217, 0.10);
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}
.psy-search-ai-wrapper .psy-search-ai-container #exa-search-box input{
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 20px;
    border: none;
    color: #fff;
}
.psy-search-ai-wrapper .psy-search-ai-container #exa-search-box button{
    background-color: transparent;
    color: #fff;
    appearance: none;
    border: none;
    padding: 3px 20px;
    font-size: 20px;
}
.psy-search-ai-wrapper .psy-search-ai-container #exa-loading {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
}

#exa-results {
    position: relative;
}

.top-sources-wrapper {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* hide native scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-sources-wrapper::-webkit-scrollbar { display: none; }

.source-card {
  flex: 0 0 auto;              
  scroll-snap-align: start;     
  min-width: 220px;             
  background: #222;
  padding: 16px;
  border-radius: 8px;
}

/* arrows */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.prev-btn { left: 8px; }
.next-btn { right: 8px; }



/* Submit ticket  */

.psy-ticket-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

.psy-ticket-form h2{
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;

}
.psy-ticket-form hr {
    border-color: rgba(255, 255, 255, 0.40);
    border-bottom: 1px solid;
    width: 100%;
    margin-top: 0;
}
.psy-ticket-form p {
    font-size: 16px;
    color: #fff;
}
.psy-ticket-form .fluentform {
    padding-top: 30px;
}
.psy-ticket-form .fluentform form.frm-fluent-form .ff-el-input--content input:not([type=checkbox]), 
.psy-ticket-form .fluentform form.frm-fluent-form .ff-el-input--content textarea {
    background-color: transparent !important;
    border-radius: 8px;
    border: 2px solid rgba(47, 37, 125, 1) !important;
    font-family: var(--font-tertiary);
}
.psy-ticket-form .fluentform  form.fluent_form_7 .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: rgba(47, 37, 125, 1);
    border-radius: 104px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font-secondary);
}


/* Exa streaming */

.exa-answer-streaming {
    font-size: 14px;
    color: #fff;
}

/* Responsive  */

@media only screen and (max-width: 768px) {
    .psy-search-ai-wrapper {
        padding: 30px 10px;
        
    }
}