/*
  Styling for Bootstrap 3 tooltips shown when Site Settings > Prevent Sales
  blocks buy CTAs (.tipsoon). Tooltips are appended to body; the script adds
  class drake-tipsoon via the tooltip template (see site-settings.js).
*/

.tooltip.drake-tipsoon.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip.drake-tipsoon .tooltip-inner {
  max-width: 450px;
  width: auto;
  min-width: 280px;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  background-color: #fff;
  border: 1px solid #1C75BB;
  border-radius: 8px;
  text-align: center;
  padding: 20px 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tooltip.drake-tipsoon .tooltip-inner b {
  color: #222;
  font-weight: 700;
}

.tooltip.drake-tipsoon.top .tooltip-arrow {
  border-top-color: #1C75BB;
}

.tooltip.drake-tipsoon.right .tooltip-arrow {
  border-right-color: #1C75BB;
}

.tooltip.drake-tipsoon.bottom .tooltip-arrow {
  border-bottom-color: #1C75BB;
}

.tooltip.drake-tipsoon.left .tooltip-arrow {
  border-left-color: #1C75BB;
}
