#beapp_posts_metabox {
  .inside {
    background: #f9f9f9;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .field-label {
    /* font-family: Roboto; */
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15px;
  }

  .field-container {
    margin-bottom: 16px;

    textarea,
    input {
      width: 100%;
      margin-top: 8px;
      padding: 7px 15px 7px 15px;
      border: 1px solid #172B4D3B;
    }

    textarea {
      resize: none;
    }
  }

  .custom-dashboard-container {
    background: #fff;
    max-width: 907px;
    margin: auto;
    padding: 2em;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
  }

  .dashboard-section {
    margin-bottom: 15px;
  }

  p.clickout-msg {
    /* font-family: Roboto; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #172B4DAD;

    .clickout-link {
      font-weight: 700;
      color: #2379BF;
      text-decoration: none;

      &::after {
        content: url("../assets/images/goto-link.svg");
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
      }
    }
  }

  .beapp_snippet_preview {
    max-width: 500px;
    /* min-height: 150px; */
    padding: 1.5em;
    margin-top: 8px;
    border: 1px solid #172B4D1F;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
    word-break: break-word;

    .site-info-container {
      display: flex;
      gap: 8px;

      .site-favicon-preview {
        display: flex;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin-top: auto;
        margin-bottom: auto;
        background: #F5F5F5;
        border: 1px solid #172B4D3B;
        border-radius: 25px;
        min-width: 28px;

        .favicon-preview-img {
          width: 20px;
          height: 20px;
          margin: auto;
        }
      }

      .site-info-preview {
        max-width: 90%;

        .site-title-preview {
          margin: 0;
          /* font-family: Roboto; */
          font-size: 14px;
          font-weight: 400;
          line-height: 20.02px;
        }

        .slug-preview {
          margin: 0;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0.40px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 6px;
        }
      }
    }

    .meta-info-preview {
      margin-top: 12px;
      margin-bottom: 12px;

      .beapp-title-preview {
        /* font-family: Roboto; */
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: #2379BF;
        margin-bottom: 6px;
      }

      .beapp-desc-preview {
        /* font-family: Roboto; */
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.17px;
      }
    }
  }
}
