@charset "UTF-8";
.wpz-woocommerce-random-orders-settings-box {
  position: relative;
}
.wpz-woocommerce-random-orders-settings-box:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 782px) {
  .wpz-woocommerce-random-orders-settings-box {
    padding-right: 35px;
  }
}

/*  Settings container */
#wpz-woocommerce-random-orders-settings-container {
  margin: 20px 15px;
}
/*  Settings window */
#wpz-woocommerce-random-orders-settings {
  border-radius: 5px;
  font-weight: normal;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
}
#wpz-woocommerce-random-orders-settings p > a {
  font-weight: 600;
  color: #0070F0;
}
#wpz-woocommerce-random-orders-settings p {
  font-size: 14px;
}
#wpz-woocommerce-random-orders-settings h1, #wpz-woocommerce-random-orders-settings h2, #wpz-woocommerce-random-orders-settings h3, #wpz-woocommerce-random-orders-settings h4, #wpz-woocommerce-random-orders-settings h5, #wpz-woocommerce-random-orders-settings h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
}
#wpz-woocommerce-random-orders-settings form > input[type=submit] {
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid;
  padding: 8px 10px;
  cursor: pointer;
  height: auto;
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
  background: #0070F0 !important;
  border-color: #0070F0 !important;
  min-width: 80px;
  padding: 10px 25px !important;
  font-size: 17px;
  margin: 25px 0 0;
}
#wpz-woocommerce-random-orders-settings form > input[type=submit]:hover {
  background: #0070F0 !important;
  border-color: #0070F0 !important;
  opacity: 0.9;
}

#wpz-woocommerce-random-orders-settings-account {
  padding: 20px;
}

/* Settings tab content */
#wpz-woocommerce-random-orders-settings-tabs-content {
  box-shadow: 0 0 10px rgba(90, 96, 127, 0.53);
  background-color: #fff;
  padding: 20px 20px 34px;
  min-height: 300px;
}
#wpz-woocommerce-random-orders-settings-tabs-content > div {
  display: none;
}
#wpz-woocommerce-random-orders-settings-tabs-content > .wpz-woocommerce-random-orders-settings-active {
  display: block;
}

/*
 * 11.2 - Settings Header
 */
#wpz-woocommerce-random-orders-settings-header {
  background: #fff;
  position: relative;
  padding: 16px 23px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px 5px 0 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
#wpz-woocommerce-random-orders-settings-header .wpz-woocommerce-random-orders-settings-logo {
  display: flex;
  align-items: center;
}
#wpz-woocommerce-random-orders-settings-header .wpz-woocommerce-random-orders-settings-logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 35px;
}
#wpz-woocommerce-random-orders-settings-header .wpz-woocommerce-random-orders-settings-logo h1 {
  margin: 0;
  color: #131523;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 660px) {
  #wpz-woocommerce-random-orders-settings-header {
    justify-content: center;
  }
  #wpz-woocommerce-random-orders-settings-header .wpz-woocommerce-random-orders-settings-header-links {
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
  }
  #wpz-woocommerce-random-orders-settings-header #wpz-woocommerce-random-orders-settings-header-links {
    text-align: center;
  }
}

#wpz-woocommerce-random-orders-settings-header-links a {
  text-decoration: none;
  color: #5A607F;
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  display: inline-block;
  border-radius: 4px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  box-shadow: none;
}
#wpz-woocommerce-random-orders-settings-header-links a:hover {
  opacity: 1;
}
#wpz-woocommerce-random-orders-settings-header-links a.active {
  opacity: 1;
}

#wpz-woocommerce-random-orders-settings-header-link-settings {
  background-image: url(../images/settings.svg);
  display: none !important;
}

#wpz-woocommerce-random-orders-settings-header-link-support {
  background-image: url(../images/help.svg);
}

/*
 * 11.1 - Settings Tabs
 */
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs {
  margin: 0;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  padding-left: 10px;
}
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li {
  margin: 0;
  float: left;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 600px) {
  #wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li {
    float: none;
    display: block;
    font-size: 13px;
  }
}
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li a {
  background-color: transparent;
  color: #131523;
  cursor: pointer;
  padding: 13px 16px !important;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: none;
  display: block;
  letter-spacing: 0.29px;
}
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li a:hover {
  color: #0070F0;
}
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li.wpz-woocommerce-random-orders-settings-active a {
  opacity: 1;
  color: #0070F0;
  border-bottom: 1px solid #0070F0;
}
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li.wpz-woocommerce-random-orders-settings-disabled a {
  cursor: default;
  color: #7047ff;
}
#wpz-woocommerce-random-orders-settings #wpz-woocommerce-random-orders-settings-tabs li.wpz-woocommerce-random-orders-settings-disabled a:hover {
  color: #7047ff;
  background-color: transparent;
}

/* Settings tab content */
#wpz-woocommerce-random-orders-settings-tabs-content {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
#wpz-woocommerce-random-orders-settings-tabs-content p {
  margin-top: 0;
}
#wpz-woocommerce-random-orders-settings-tabs-content > div[id^=ags-psr-settings] {
  display: none;
}
#wpz-woocommerce-random-orders-settings-tabs-content > .ags-psr-settings-active {
  display: block !important;
}

#wpz-woocommerce-random-orders-settings label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #131523;
}
#wpz-woocommerce-random-orders-settings input[type=text], #wpz-woocommerce-random-orders-settings input[type=password], #wpz-woocommerce-random-orders-settings input[type=number], #wpz-woocommerce-random-orders-settings select {
  box-shadow: none !important;
  background-color: #FFFFFF !important;
  font-size: 12px;
  border: 1px solid #D8E3E8;
  font-weight: 500;
  border-radius: 6px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  color: #131523;
  height: 42px;
  line-height: 42px !important;
  margin: 0;
}
#wpz-woocommerce-random-orders-settings input[type=text]:focus, #wpz-woocommerce-random-orders-settings input[type=password]:focus, #wpz-woocommerce-random-orders-settings input[type=number]:focus, #wpz-woocommerce-random-orders-settings select:focus {
  border-color: #dde2e5;
  color: #131523;
}
#wpz-woocommerce-random-orders-settings input[type=checkbox] {
  border-width: 1px;
  background-color: #fff;
  border-color: #dde2e5;
  border-radius: 6px;
  box-shadow: none;
  height: 25px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin: 0;
}
#wpz-woocommerce-random-orders-settings input[type=checkbox]:before {
  height: 23px;
  width: 23px;
  margin: 0 !important;
}
#wpz-woocommerce-random-orders-settings input[type=checkbox]:hover {
  border-color: #dde2e5;
}
#wpz-woocommerce-random-orders-settings input[type=checkbox]:checked:before {
  content: url(../images/svg/check-checked.svg);
}
#wpz-woocommerce-random-orders-settings input[type=radio] {
  background-color: #FDFDFD !important;
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #dde2e5 !important;
  cursor: pointer;
  font: inherit;
  height: 20px !important;
  outline: none;
  width: 21px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  padding: 0 !important;
}
#wpz-woocommerce-random-orders-settings input[type=radio]:checked {
  background-color: #0070F0;
  box-shadow: inset 0 0 0 5px #0070F0 !important;
  -webkit-transition: background 0.15s, box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s;
}
#wpz-woocommerce-random-orders-settings input[type=radio]:checked:before {
  display: none !important;
}
#wpz-woocommerce-random-orders-settings input[type=submit] {
  line-height: 1.4;
  cursor: pointer;
  height: auto !important;
  min-height: auto !important;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid;
  box-shadow: none !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px !important;
  min-width: 120px;
  color: #fff !important;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings input[type=submit]:focus {
  box-shadow: none;
}
#wpz-woocommerce-random-orders-settings input[type=submit][disabled] {
  cursor: not-allowed;
  color: #8f8e8f !important;
  background: #E7EAEC !important;
  border-color: #E7EAEC !important;
}
#wpz-woocommerce-random-orders-settings input[type=submit][disabled]:hover {
  color: #8f8e8f !important;
  background: #E7EAEC !important;
  border-color: #E7EAEC !important;
}
#wpz-woocommerce-random-orders-settings input[type=submit]:hover {
  padding: 10px 20px !important;
}
#wpz-woocommerce-random-orders-settings input[type=submit]:focus {
  color: #fff !important;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings input[type=submit]:hover {
  color: #fff;
  background-color: #5A607F !important;
  border-color: #5A607F !important;
}
#wpz-woocommerce-random-orders-settings .wpz-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 250px));
  align-items: center;
}
#wpz-woocommerce-random-orders-settings .wpz-form-row:last-of-type {
  margin-bottom: 10px;
}
#wpz-woocommerce-random-orders-settings .wpz-form-row h4 {
  margin: 14px 0;
  padding-bottom: 0;
  font-size: 13px;
  color: #3a3a3a;
  font-weight: 600;
}
#wpz-woocommerce-random-orders-settings .wpz-form-row select {
  max-width: unset;
}

#wpz-woocommerce-random-orders-settings {
  margin-bottom: 50px;
}

#wpz-woocommerce-random-orders-settings {
  color: #131523;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  font-weight: #131523;
  line-height: 1.7;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wpz-woocommerce-random-orders-settings h1, #wpz-woocommerce-random-orders-settings h2, #wpz-woocommerce-random-orders-settings h3, #wpz-woocommerce-random-orders-settings h4, #wpz-woocommerce-random-orders-settings h5, #wpz-woocommerce-random-orders-settings h6 {
  color: #131523;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  line-height: 1.7;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
}
#wpz-woocommerce-random-orders-settings h1 {
  font-size: 20px;
}
@media (max-width: 960px) {
  #wpz-woocommerce-random-orders-settings h1 {
    font-size: 20px;
  }
}
@media (max-width: 782px) {
  #wpz-woocommerce-random-orders-settings h1 {
    font-size: 20px;
  }
}
#wpz-woocommerce-random-orders-settings h2 {
  font-size: 17px;
}
@media (max-width: 960px) {
  #wpz-woocommerce-random-orders-settings h2 {
    font-size: 16px;
  }
}
@media (max-width: 782px) {
  #wpz-woocommerce-random-orders-settings h2 {
    font-size: 16px;
  }
}
#wpz-woocommerce-random-orders-settings h3 {
  font-size: 16px;
}
@media (max-width: 960px) {
  #wpz-woocommerce-random-orders-settings h3 {
    font-size: 15px;
  }
}
@media (max-width: 782px) {
  #wpz-woocommerce-random-orders-settings h3 {
    font-size: 13px;
  }
}
#wpz-woocommerce-random-orders-settings h4 {
  font-size: 14px;
}
@media (max-width: 960px) {
  #wpz-woocommerce-random-orders-settings h4 {
    font-size: 13px;
  }
}
@media (max-width: 782px) {
  #wpz-woocommerce-random-orders-settings h4 {
    font-size: 13px;
  }
}
#wpz-woocommerce-random-orders-settings h5 {
  font-size: 12px;
}
@media (max-width: 960px) {
  #wpz-woocommerce-random-orders-settings h5 {
    font-size: 12px;
  }
}
@media (max-width: 782px) {
  #wpz-woocommerce-random-orders-settings h5 {
    font-size: 12px;
  }
}
#wpz-woocommerce-random-orders-settings img {
  max-width: 100%;
}
#wpz-woocommerce-random-orders-settings p {
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0;
  font-weight: #131523;
  font-size: 13px;
  line-height: 2em;
}
#wpz-woocommerce-random-orders-settings p:last-of-type {
  margin-bottom: 0;
}
#wpz-woocommerce-random-orders-settings a {
  color: #0070F0;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
#wpz-woocommerce-random-orders-settings a:focus {
  outline: none;
  box-shadow: none;
}
#wpz-woocommerce-random-orders-settings a:hover, #wpz-woocommerce-random-orders-settings a:focus {
  color: #005BD0;
}
#wpz-woocommerce-random-orders-settings hr.wpz-solid {
  border-top: #e7ebee 1px solid;
  margin: 30px 0;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary {
  line-height: 1.4;
  cursor: pointer;
  height: auto !important;
  min-height: auto !important;
  outline: none;
  text-decoration: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid;
  box-shadow: none !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px !important;
  min-width: 120px;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button:focus, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary:focus, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary:focus {
  box-shadow: none;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button[disabled], #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary[disabled], #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary[disabled] {
  cursor: not-allowed;
  color: #8f8e8f !important;
  background: #E7EAEC !important;
  border-color: #E7EAEC !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button[disabled]:hover, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary[disabled]:hover, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary[disabled]:hover {
  color: #8f8e8f !important;
  background: #E7EAEC !important;
  border-color: #E7EAEC !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button:hover, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary:hover, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary:hover {
  padding: 10px 20px !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button.wpz-woocommerce-random-orders-button-large {
  font-size: 14px;
  padding: 15px 25px !important;
  min-width: 140px;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button.wpz-woocommerce-random-orders-button-large:hover {
  padding: 15px 25px !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button.wpz-woocommerce-random-orders-button-small {
  font-size: 12px;
  padding: 7px 13px !important;
  min-width: 108px;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button.wpz-woocommerce-random-orders-button-small:hover {
  padding: 7px 13px !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary {
  color: #fff !important;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button:focus, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary:focus {
  color: #fff !important;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button:hover, #wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-primary:hover {
  color: #fff;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary {
  color: #0070F0 !important;
  background-color: transparent !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary:focus {
  color: #fff !important;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings .wpz-woocommerce-random-orders-button-secondary:hover {
  color: #fff !important;
  background-color: #0070F0 !important;
  border-color: #0070F0 !important;
}
#wpz-woocommerce-random-orders-settings p.mb-20, #wpz-woocommerce-random-orders-settings .mb-20 {
  margin-bottom: 20px;
}
#wpz-woocommerce-random-orders-settings .mb-50 {
  margin-bottom: 50px;
}
#wpz-woocommerce-random-orders-settings a {
  font-weight: 600;
  text-decoration: underline;
}
#wpz-woocommerce-random-orders-settings ul {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 13px;
  list-style: disc inside;
  margin-left: 20px;
}

#wpz-woocommerce-random-orders-settings-container {
  width: 98%;
  margin: 20px auto;
}
@media (max-width: 782px) {
  #wpz-woocommerce-random-orders-settings-container {
    width: 90%;
  }
}

#wpz-ai-images-settings-footnote {
  margin-top: 1em;
  text-align: center;
}
#wpz-ai-images-settings-footnote small {
  font-size: 11px;
}

p#wpz-woocommerce-random-orders-settings-connected-notification {
  background-color: #5cfd8a;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
}

#wpz-ai-images-video {
  position: relative;
  margin-bottom: 30px;
}
#wpz-ai-images-video img {
  display: block;
}
#wpz-ai-images-video small {
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 11px;
}
#wpz-ai-images-video #wpz-ai-images-video-overlay {
  background-color: rgba(0, 0, 0, 0.6666666667);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wpz-ai-images-video #wpz-ai-images-video-overlay a {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-left: 50px solid #fff;
  border-top: 25px solid rgba(255, 255, 255, 0);
  border-bottom: 25px solid rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
  #wpz-ai-images-video #wpz-ai-images-video-overlay a {
    border-left: 100px solid #fff;
    border-top: 50px solid rgba(255, 255, 255, 0);
    border-bottom: 50px solid rgba(255, 255, 255, 0);
  }
}
#wpz-ai-images-video #wpz-ai-images-video-overlay a:hover {
  border-left-color: rgba(255, 255, 255, 0.6);
}

#wpz-woocommerce-random-orders-settings .berrypress-addons-page .addons-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
}
#wpz-woocommerce-random-orders-settings .berrypress-addons-page .addons-header h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#wpz-woocommerce-random-orders-settings .berrypress-addons-page .addons-header h2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.berrypress-addons-page .berrypress-addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

#wpz-woocommerce-random-orders-settings .berrypress-addons-page p {
  margin-bottom: 1.8em;
}

.berrypress-addons-page .berrypress-addon-item {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e9f4;
  transition: transform 0.4s ease;
}

.berrypress-addons-page .berrypress-addon-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.berrypress-addons-page .berrypress-addon-icon {
  margin-bottom: 20px;
}

.berrypress-addons-page .berrypress-addon-icon img {
  width: 40px;
  height: 40px;
}

.berrypress-addons-page .berrypress-addon-icon img:hover {
  transform: scale(1.05);
}

.berrypress-addons-page .berrypress-addon-item h3 {
  margin: 0 0 15px 0;
}

.berrypress-addons-page .berrypress-addon-item p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.berrypress-addons-page .berrypress-addon-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.berrypress-addons-page .berrypress-addon-features li {
  border-bottom: 1px solid #e6e9f4;
  position: relative;
  padding: 5px 0 5px 20px;
}

.berrypress-addons-page .berrypress-addon-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0070F0;
  font-weight: bold;
}

.berrypress-addons-page .berrypress-addon-features li:last-child {
  border-bottom: none;
}

.berrypress-addons-page .berrypress-product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
  text-transform: uppercase;
  background: #e6f0ff;
  color: #1658f8;
}

/* Box */
#wpz-woocommerce-random-orders-settings .berrypress-box-cta {
  text-align: center;
  background: #F3F5F9;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
}

#wpz-woocommerce-random-orders-settings .berrypress-box-cta h3 {
  margin: 0 0 15px 0;
}

#wpz-woocommerce-random-orders-settings .berrypress-box-cta p {
  color: #5A607F;
  font-size: 14px;
}

#wpz-woocommerce-random-orders-settings .berrypress-coupon {
  padding: 0.8rem;
  border: 2px dashed #d7dbec;
  font-size: 14px;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 15px;
}

#wpz-woocommerce-random-orders-settings a.berrypress-btn-primary {
  display: inline-block;
}

#wpz-woocommerce-random-orders-settings .berrypress-btn-primary {
  cursor: pointer;
  padding: 2px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  transition: background 0.3s ease, opacity 0.3s ease;
  background-color: #0070F0;
  color: #fff;
  border-color: #0070F0;
  white-space: nowrap;
  text-decoration: none;
}

#wpz-random-orders-progress {
  margin-top: 40px;
  inline-size: 350px;
  display: none;
}

.wpz-random-orders-small {
  margin-bottom: 1.5em !important;
}
.wpz-random-orders-small small {
  font-size: 12px;
}

/*# sourceMappingURL=admin.css.map */
