.cf7b-pro-baner-row {
  width: 98%;
  display: flex;
  margin: 20px 0;
}

.cf7b-pro-baner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #D0D0D080;
  border-radius: 7px;
  color: #000000;
  padding: 10px;
}

.cf7b-pro-baner .buy-pro-button {
  background-color: #29B311;
  border-radius: 20px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 44px;
  text-decoration: none;
  text-transform: uppercase;
  height: 20px;
}

.cf7b-pro-baner-text {
  flex-grow: 1;
}

.cf7b-pro-baner-text h2 {
  color: #0C4D68;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}

.cf7b-pro-baner-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.cf7b-ask-question {
  background-color: #4786FF;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
  height: 64px;
  line-height: 64px;
  border-radius: 7px;
  padding: 0 20px;
  font-size: 18px;
}

.cf7b-ask-question:hover,
.cf7b-ask-question:visited {
  color: #fff;
}

.cf7b-ask-question .dashicons-editor-help {
  line-height: 64px;
  margin-right: 10px;
  color: #fff;
  font-size: 26px;
}

.cf7b-upgrade-mini-button {
  background-color: #29B311;
  border-radius: 20px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px 20px;
  text-decoration: none;
  text-transform: uppercase;
  height: 10px;
  margin-left: 10px;
  display: inline-table;
}

.cf7b-upgrade-mini-button:hover {
  color: #ffffff;
}

.row-actions .view,
.row-actions .trash {
  color: #dcdcde;
  font-size: 13px;
  cursor: pointer;
}