HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux server-manager.elshandawiily.com 4.18.0-553.87.1.el8_10.x86_64 #1 SMP Mon Dec 1 05:11:16 EST 2025 x86_64
User: elshanda (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/elshanda/public_html/wp-content/plugins/mailpoet/lib/EmailEditor/Engine/Renderer/styles.css
/* Base CSS rules to be applied to all emails */
/* Created based on original MailPoet template for rendering emails */
/* StyleLint is disabled because some rules contain properties that linter marks as unknown, but they are valid for email rendering */
/* stylelint-disable property-no-unknown */
body {
  line-height: 1.4; /* Recommended line-height that is also used in the email editor */
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; /* From MJMJ - Automatic test adjustment on mobile max to 100% */
  -ms-text-size-adjust: 100%; /* From MJMJ - Automatic test adjustment on mobile max to 100% */
}

.email_layout_wrapper {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}

table,
td {
  border-collapse: collapse;
  mso-table-lspace: 0;
  mso-table-rspace: 0;
}

img {
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  line-height: 100%;
  max-width: 100%;
  outline: none;
  text-decoration: none;
}

p {
  display: block;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

/* Wa want ensure the same design for all email clients */
ul,
ol {
  /* When margin attribute is set to zero, Outlook doesn't render the list properly. As a possible workaround, we can reset only margin for top and bottom */
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 0 40px;
}
/* Outlook was adding weird spaces around lists in some versions. Resetting vertical margin for list items solved it */
li {
  margin-bottom: 0;
  margin-top: 0;
}

/* https://www.emailonacid.com/blog/article/email-development/tips-for-coding-email-preheaders */
.email_preheader,
.email_preheader * {
  color: #fff;
  display: none;
  font-size: 1px;
  line-height: 1px;
  max-height: 0;
  max-width: 0;
  mso-hide: all;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (max-width: 660px) {
  .email_column {
    max-width: 100% !important;
  }
  .block {
    display: block;
    width: 100% !important;
  }

  /* Flex Layout */
  .layout-flex-wrapper,
  .layout-flex-wrapper tbody,
  .layout-flex-wrapper tr {
    display: block !important;
    width: 100% !important;
  }

  .layout-flex-item {
    display: block !important;
    padding-bottom: 8px !important; /* Half of the flex gap between blocks */
    padding-left: 0 !important;
    width: 100% !important;
  }

  .layout-flex-item table,
  .layout-flex-item td {
    display: block !important;
    width: 100% !important;
  }
  /* Flex Layout End */
}
/* stylelint-enable property-no-unknown */