/*
 * INNEREXILE_EMMA_CONVERSATION_START_V2
 */

.ix-emma-intro-copy-v2{
  display:grid;
  gap:18px;
  color:rgba(255,255,255,.84);
  line-height:1.85;
}

.ix-emma-intro-copy-v2 p{
  margin:0;
}

.ix-emma-intro-v2 .options{
  margin-top:24px;
}

.ix-emma-intro-v2 .options button{
  min-height:44px;
  padding:10px 16px;
}

.ix-emma-intro-v2 .options .ix-emma-starter-unknown-v2{
  flex-basis:100%;
  width:max-content;
  max-width:100%;
  border-color:rgba(255,122,24,.30);
  background:rgba(255,122,24,.08);
}

.ix-emma-starter-hint-v2{
  margin-top:12px;
  color:rgba(255,255,255,.42);
  font-size:12px;
  line-height:1.6;
}

@media(max-width:720px){
  .ix-emma-intro-copy-v2{
    gap:14px;
    font-size:15px;
  }

  .ix-emma-intro-v2 .options{
    gap:8px;
  }

  .ix-emma-intro-v2 .options button{
    min-height:42px;
    padding:9px 13px;
    font-size:13px;
  }
}

/* === IX_EMMA_CHAT_NO_FOOTER_V2_START === */

/* Emma 是沉浸式對話頁，不顯示全站 Footer */
html body .ix-shell-v2-footer,
html body [data-ix-shell-v2="footer"],
html body .ix-footer,
html body .ix-unified-footer,
html body .ix-member-footer,
html body #ix-pricing-footer{
  display:none !important;
}

/* 移除網站殼層為 Footer 預留的底部空間 */
html body.ix-shell-v2-ready{
  padding-bottom:0 !important;
}

/* === IX_EMMA_CHAT_NO_FOOTER_V2_END === */
