/*
 * Styles for the admin notices this plugin renders on every admin screen
 * (the review request and the offer banner).
 *
 * These deliberately live outside help-page.css: that stylesheet is scoped to
 * the plugin's own screen, but these notices appear anywhere in wp-admin and
 * would otherwise render unstyled.
 */

/* Review notice */
#eventful-for-elementor-review-notice {
  padding: 18px 15px 18px 0;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  box-shadow: 0 0 20px 0 rgba(36, 39, 50, 0.08);
}

#eventful-for-elementor-review-notice .eventful-for-elementor-plugin-icon {
  width: 125px;
  float: left;
  line-height: 90px;
  text-align: center;
  margin-left: 8px;
}

#eventful-for-elementor-review-notice .eventful-for-elementor-plugin-icon img {
  max-width: 94px;
  vertical-align: middle;
  margin-right: 8px;
}

#eventful-for-elementor-review-notice .eventful-for-elementor-notice-text {
  overflow: hidden;
}

#eventful-for-elementor-review-notice .eventful-for-elementor-notice-text h3 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1;
}

#eventful-for-elementor-review-notice .eventful-for-elementor-notice-text p {
  margin: 10px 0 10px 0;
  font-size: 13px;
}

#eventful-for-elementor-review-notice
  .eventful-for-elementor-notice-text
  p.eventful-for-elementor-review-actions {
  margin: 10px 0 2px 0;
}

#eventful-for-elementor-review-notice
  .eventful-for-elementor-notice-text
  .eventful-for-elementor-review-actions
  a {
  text-decoration: none;
  margin-right: 8px;
  color: #63a37b;
  display: inline-block;
  position: relative;
}

#eventful-for-elementor-review-notice
  .eventful-for-elementor-notice-text
  .eventful-for-elementor-review-actions
  a
  span {
  padding-right: 2px;
}

#eventful-for-elementor-review-notice
  .eventful-for-elementor-notice-text
  .eventful-for-elementor-review-actions
  a.button {
  color: #fff;
}

.rtl #eventful-for-elementor-review-notice {
  margin: 20px 0 0 20px;
  padding: 18px 0 18px 15px;
}

.rtl #eventful-for-elementor-review-notice .eventful-for-elementor-plugin-icon {
  float: right;
  margin: 0 0 0 8px;
}

/* Offer banner */
#themeatelier-offer-banner {
  padding: 0;
  border: 0;
  line-height: 0;
  background: 0 0;
}

#themeatelier-offer-banner .notice-dismiss{
  background-color: #fff;
}
