/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
.powermail_create table th {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
}

/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
.powermail_create table th {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 700;
}

/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.tx-powermail {
  container-type: inline-size;
}

.powermail_legend.h3style {
  text-transform: none;
}

fieldset.powermail_fieldset {
  --gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: space-between;
  margin-bottom: 4rem;
}
fieldset.powermail_fieldset:last-of-type {
  margin-bottom: 0;
}
fieldset.powermail_fieldset .powermail_fieldwrap {
  width: 100%;
}
@container (min-width: 800px) {
  fieldset.powermail_fieldset .powermail_fieldwrap {
    max-width: none;
  }
  fieldset.powermail_fieldset .powermail_fieldwrap.grid-50 {
    width: calc(50% - var(--gap) / 2);
  }
  fieldset.powermail_fieldset .powermail_fieldwrap.grid-33 {
    width: calc(33% - var(--gap) / 2);
  }
  fieldset.powermail_fieldset .powermail_fieldwrap.grid-66 {
    width: calc(66% - var(--gap) / 2);
  }
}

.powermail_create table {
  width: auto;
}
.powermail_create table th, .powermail_create table td {
  padding: 0.9375rem;
}
.powermail_create table th {
  text-transform: uppercase;
}
.powermail_create tbody th, .powermail_create tbody td {
  border-bottom: 3px solid #F1EFED;
}

table.powermail_cart_table tr:last-child td {
  border: none;
}

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