/* Vchat 0.37.7 · Single compact booking surface in Inbox */
.vchat-frontend-app #vchat-booking-context-strip{
  display:none!important;
}
#vchat-conversation-context.vchat-conversation-context-dock [data-context-kind="booking"].is-actionable{
  cursor:pointer!important;
  transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease!important;
}
#vchat-conversation-context.vchat-conversation-context-dock [data-context-kind="booking"].is-actionable:hover{
  border-color:#cfc5ef!important;
  background:#f8f6ff!important;
  box-shadow:0 4px 12px rgba(70,54,128,.07)!important;
}
#vchat-conversation-context.vchat-conversation-context-dock [data-context-kind="booking"].is-actionable:focus-visible{
  outline:2px solid #7765c5!important;
  outline-offset:2px!important;
}
#vchat-conversation-context.vchat-conversation-context-dock [data-context-kind="booking"].is-actionable strong::after{
  content:'  ›';
  color:#7564bd;
  font-weight:900;
}
@media(max-width:760px){
  #vchat-conversation-context.vchat-conversation-context-dock [data-context-kind="booking"].is-actionable{touch-action:manipulation!important}
}
