.ewd-otp-clear {
  clear: both;
}

.ewd-otp-helper-install-notice {
  display: inline-block;
  clear: both;
}

.ewd-otp-helper-install-notice-img,
.ewd-otp-helper-install-notice-txt
 {
  float: left;
  padding: 8px 8px 8px 0px;
}

.ewd-otp-helper-install-notice div img {
  max-height: 36px;
}

/* NEW PLUGIN NOTICE */

.ait-aiaa-new-plugin-notice {
  display: flex;
  align-items: center;
  min-height: 88px;
  border-left-color: #5511f8;
}
.ewd-otp-new-plugin-notice-img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.ewd-otp-new-plugin-notice-img img {
  width: 64px;
  height: 64px;
}
.ewd-otp-new-plugin-notice-txt p {
  margin: 2px 0;
  padding: 0;
}
.ewd-otp-new-plugin-notice-txt a {
  color: #5511f8;
  font-weight: bold;
  text-decoration: none;
}
.ewd-otp-new-plugin-notice-txt a:hover {
  color: #7e56dc;
  text-decoration: underline;
}

.ewd-otp-dashboard-aiaa-support-notice {
  display: flex;
  justify-content: center; 
  width: 100%;
  margin-top: 48px;
}
.ewd-otp-dashboard-aiaa-support-notice-inside {
  display: flex;
  align-items: center;
  max-width: 1000px;
  height: 64px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #212427;
  background-color: rgb(255, 249, 243);
}
.ewd-otp-dashboard-aiaa-support-notice-inside span.dashicons {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #6026B4;
}
.ewd-otp-dashboard-aiaa-support-notice-inside p a {
  color: #6026B4;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .35s;
}
.ewd-otp-dashboard-aiaa-support-notice-inside p a:hover {
  border-bottom-color: #6026B4;
}