/* Container */
#ecomm-reels-rate-us-notice.ecomm-reels-notice-wrap.notice.is-dismissible {
  display: flex;
  align-items: flex-start;
  border-left: 4px solid #4f46e5;
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Left Icon */
.ecomm-reels-notice-icon {
  width: 48px;
  margin-right: 20px;
}
.ecomm-reels-notice-icon img {
  width: 100%;
  height: auto;
}
#ecomm-reels-rate-us-notice .ecomm-reels-notice-content {
  width: 100%;
}

/* Content */
.ecomm-reels-notice-content h3 {
  margin: 0 0 8px;
  font-size: 1.25em;
}
.ecomm-reels-notice-content p {
  margin: 0 0 16px;
  color: #555d66;
}

/* Buttons */
.ecomm-reels-notice-content .button-primary {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
}

button.button.ecomm-reels-never-show {
  margin-left: 8px;
}
.ecomm-reels-dismiss-btn {
  background: transparent;
  border: 1px solid #ccd0d4;
  color: #666;
}
.ecomm-reels-dismiss-btn:hover {
  background-color: #f0f0f0;
  color: #111;
}
#ecomm-reels-rate-us-notice .ecomm-reels-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;

  @media screen and (max-width: 991.98px) {
    flex-direction: column;
    align-items: start;
  }
}
#ecomm-reels-rate-us-notice .ecomm-reels-action-btns,
#ecomm-reels-rate-us-notice .ecomm-reels-dismiss-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

#ecomm-reels-rate-us-notice button.button.button-tertiary {
  border: none;
  padding: 0;
  background-color: transparent;
}
