.marketing-template h1 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
  }
  
  .marketing-template h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px;
  }
  
  .marketing-template h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  
  .marketing-template h4 {
    font-size: 20px;
  }
  
  .marketing-template ul,
  .marketing-template ol {
    margin-top: 1.5rem;
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 32px;
  }
  
  .marketing-template ul li,
  .marketing-template ol li {
    line-height: 1.5;
    margin: 0;
  }
  
  .marketing-template ol {
    list-style-type: decimal;
  }
  
  .marketing-template p,
  .marketing-template li {
    font-size: 16px;
    color: var(--md-sys-color-on-surface);
    margin-bottom: 32px;
  }
  
  .marketing-template table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
  }
  
  .marketing-template .table-responsive {
    overflow-x: auto;
  }
  
  .marketing-template .table-responsive .table {
    min-width: 290px;
  }
  
  .marketing-template .tbl-content {
    margin-top: 0;
    overflow-x: auto;
  }
  
  .marketing-template td,
  .marketing-template th {
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 16px;
    text-align: center;
    color: var(--md-sys-color-on-surface);
    padding: 10px;
  }
  
  .marketing-template th {
    color: var(--md-sys-color-on-primary);
    font-weight: 700;
  }
  
  .marketing-template a {
    color: #e48b05;
    cursor: pointer;
    text-decoration: none;
  }
  
  .marketing-template .special-offer {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
  }
  
  .marketing-template .special-offer__body {
    padding: 12px;
    font-size: 14px;
    color: var(--md-sys-color-on-surface);
  }
  
  .marketing-template .special-offer__img {
    margin-right: 4px;
  }
  
  .marketing-template .special-offer__header {
    background-color: rgba(56, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    padding: 12px;
  }
  
  .marketing-template .notification-yellow {
    background: linear-gradient(180deg, #fdc830 0, #f37335);
    border: 1px solid #fad961;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 40px;
  }
  
  .marketing-template .notification-yellow__btn {
    min-width: 222px;
    height: 40px;
    font-size: 1.1428571429rem;
    text-decoration: none;
    color: #02003b;
  }
  
  .marketing-template .notification-yellow__subtitle {
    font-size: 14px;
  }
  
  .marketing-template .notification-yellow--with-img {
    border-radius: 0 0 4px 4px;
  }
  
  .marketing-template .notification-attached-img img {
    width: 100%;
  }
  
  .marketing-template .flex-align-center {
    align-items: center;
  }
  
  .marketing-template .display-flex {
    display: flex;
  }
  
  .marketing-template .flex-direction-column {
    flex-direction: column;
  }
  
  .marketing-template .text-black {
    color: black;
  }
  
  .marketing-template .image-container {
    margin-left: 0;
    margin-right: 0;
  }
  
  .marketing-template h1 a,
  .marketing-template h2 a,
  .marketing-template h3 a,
  .marketing-template h4 a,
  .marketing-template h5 a,
  .marketing-template h6 a {
    color: inherit;
  }
  
  .marketing-template .card-block {
    background: white;
    border: 1px solid #dedede;
    border-radius: 0.375rem;
    color: black;
    display: inline-block;
    padding: 0 0.5rem;
    vertical-align: middle;
  }
  
  .marketing-template figure {
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .marketing-template figure figcaption {
    font-style: italic;
    font-size: 12px;
    margin-top: 2px;
  }
  
  @media (max-width: 700px) {
    .marketing-template .special-offer__body {
      font-size: 13px;
      color: var(--md-sys-color-on-secondary);
    }
    .marketing-template .notification-yellow__btn {
      font-size: 1rem;
    }
  
    .marketing-template .notification-yellow__subtitle {
      font-size: 12px;
    }
  }
  
  @media (max-width: 768px) {
    .marketing-template h1 {
      font-size: 22px;
      margin-bottom: 18px;
    }
    .marketing-template h2 {
      font-size: 16px;
      margin-bottom: 16px;
    }
    .marketing-template h3 {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .marketing-template h4 {
      font-size: 14px;
    }
    .marketing-template p,
    .marketing-template li {
      font-size: 14px;
      color: var(--md-sys-color-on-secondary);
      margin-bottom: 16px;
    }
    .marketing-template td,
    .marketing-template th {
      font-size: 12px;
      color: var(--md-sys-color-on-secondary);
    }
    .marketing-template td {
      padding: 8px 0;
    }
    .marketing-template .image-container {
      margin-left: -16px;
      margin-right: -16px;
    }
  }
  
  @media (max-width: 1024px) {
    .marketing-template .card-block.text-6 {
      font-size: 16px !important;
    }
  }