@charset "UTF-8";
/* CSS Document */

.su-quote-style-default {
  padding: 4rem 0;
  text-align: center;
  border-top: 5px solid var(--pbfMain);
  border-bottom: 5px solid var(--pbfMain);
  margin-bottom: 3.5em;
  margin-top: 3.5em;
}

.su-quote-style-default .su-quote-cite {
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
}

.su-quote-style-default::after,
.su-quote-style-default::before {
  display: none;
}

.su-table table {
  border: none !important;
}

.su-table table td {
  border: none !important;
}

.su-table-alternate table thead tr td {
  border-bottom: 1px solid var(--pbfSecondary);
}

.su-table-alternate table tr:nth-child(2n) td {
  background-color: var(--pbfPastel) !important;
}

.su-button {
  font-weight: var(--wghtBold);
}
