/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.need-help .item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--wp--preset--color--text-color); }
  .need-help .item:not(:first-child) {
    margin-top: 20px; }
  .need-help .item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--quaternary);
    color: var(--wp--preset--color--text-color);
    flex-shrink: 0;
    border-radius: 100%;
    font-size: 18px; }
    .need-help .item .icon .icon-chat-bot {
      font-size: 25px; }
  .need-help .item .text {
    line-height: 1.2em; }
    .need-help .item .text strong {
      display: block; }

iframe[id$="frame-chatmin"] {
  z-index: 99999991 !important;
  max-height: 95vh; }

/*# sourceMappingURL=need-help.css.map */
