.phorte-certificate-226 {
  --phorte-certificate-226-section-bg: #b91c1c;
  --phorte-certificate-226-text: #fff;
  --phorte-certificate-226-copy: rgba(255, 255, 255, 0.84);
  --phorte-certificate-226-accent: #fff;
  --phorte-certificate-226-button-bg: #fff;
  --phorte-certificate-226-button-text: #991b1b;
  background: var(--phorte-certificate-226-section-bg);
  border-radius: var(--phorte-certificate-226-radius, 12px);
  color: var(--phorte-certificate-226-text);
  padding: var(--phorte-certificate-226-padding, 30px);
}
.phorte-certificate-226__inner {
  align-items: center;
  display: flex;
  gap: var(--phorte-certificate-226-gap, 18px);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}
.phorte-certificate-226__lead {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
}
.phorte-certificate-226__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
}
.phorte-certificate-226__icon svg {
  height: 23px;
  width: 23px;
}
.phorte-certificate-226 h2 {
  color: var(--phorte-certificate-226-text) !important;
  font-size: var(--phorte-certificate-226-title-size, 28px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}
.phorte-certificate-226 p {
  color: var(--phorte-certificate-226-copy) !important;
  font-size: var(--phorte-certificate-226-body-size, 14px);
  font-weight: 600;
  line-height: 1.6;
  margin: 8px 0 0;
}
.phorte-certificate-226__button {
  background: var(--phorte-certificate-226-button-bg);
  border-radius: 10px;
  color: var(--phorte-certificate-226-button-text) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  padding: 14px 20px;
  text-decoration: none;
}
.phorte-certificate-226--standard,
.phorte-certificate-226--commerce,
.phorte-certificate-226--figma {
  --phorte-certificate-226-section-bg: #fff;
  --phorte-certificate-226-text: #101828;
  --phorte-certificate-226-copy: #52627b;
  --phorte-certificate-226-accent: #b91c1c;
  --phorte-certificate-226-button-bg: #b91c1c;
  --phorte-certificate-226-button-text: #fff;
  border: 1px solid rgba(16, 24, 40, 0.1);
}
.phorte-certificate-226--standard .phorte-certificate-226__icon,
.phorte-certificate-226--commerce .phorte-certificate-226__icon,
.phorte-certificate-226--figma .phorte-certificate-226__icon {
  background: rgba(239, 38, 48, 0.1);
}
@media (max-width: 767px) {
  .phorte-certificate-226 {
    padding: 24px;
  }
  .phorte-certificate-226__inner,
  .phorte-certificate-226__lead {
    align-items: flex-start;
    flex-direction: column;
  }
  .phorte-certificate-226__button {
    width: 100%;
    justify-content: center;
  }
  .phorte-certificate-226 h2 {
    font-size: 24px;
  }
}

.phorte-certificate-226 {
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.phorte-certificate-226__inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
