.phorte-bonus-224 {
  --phorte-bonus-224-section-bg: #b91c1c;
  --phorte-bonus-224-text: #fff;
  --phorte-bonus-224-copy: rgba(255, 255, 255, 0.84);
  --phorte-bonus-224-accent: #fff;
  --phorte-bonus-224-button-bg: #fff;
  --phorte-bonus-224-button-text: #991b1b;
  background: var(--phorte-bonus-224-section-bg);
  border-radius: var(--phorte-bonus-224-radius, 12px);
  color: var(--phorte-bonus-224-text);
  overflow: hidden;
  padding: var(--phorte-bonus-224-padding, 36px);
}
.phorte-bonus-224__empty {
  border: 1px dashed #9ca3af;
  border-radius: 8px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
  padding: 16px;
}
.phorte-bonus-224__inner {
  align-items: center;
  display: grid;
  gap: var(--phorte-bonus-224-gap, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}
.phorte-bonus-224:not(.phorte-bonus-224--has-image) .phorte-bonus-224__inner {
  display: block;
}
.phorte-bonus-224__media {
  min-width: 0;
  order: 2;
}
.phorte-bonus-224__media img {
  border-radius: 14px;
  display: block;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}
.phorte-bonus-224__content {
  min-width: 0;
}
.phorte-bonus-224__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: var(--phorte-bonus-224-accent);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 20px;
  width: 44px;
}
.phorte-bonus-224__icon svg {
  height: 22px;
  width: 22px;
}
.phorte-bonus-224 h2 {
  color: var(--phorte-bonus-224-text) !important;
  font-size: var(--phorte-bonus-224-title-size, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 620px;
}
.phorte-bonus-224__copy {
  color: var(--phorte-bonus-224-copy) !important;
  font-size: var(--phorte-bonus-224-body-size, 15px);
  font-weight: 600;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 620px;
}
.phorte-bonus-224__copy p {
  margin: 0;
}
.phorte-bonus-224__button {
  background: var(--phorte-bonus-224-button-bg);
  border-radius: 10px;
  color: var(--phorte-bonus-224-button-text) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-top: 28px;
  padding: 14px 20px;
  text-decoration: none;
}
.phorte-bonus-224--standard,
.phorte-bonus-224--commerce,
.phorte-bonus-224--figma {
  --phorte-bonus-224-section-bg: #fff;
  --phorte-bonus-224-text: #101828;
  --phorte-bonus-224-copy: #52627b;
  --phorte-bonus-224-accent: #b91c1c;
  --phorte-bonus-224-button-bg: #b91c1c;
  --phorte-bonus-224-button-text: #fff;
  border: 1px solid rgba(16, 24, 40, 0.1);
}
.phorte-bonus-224--standard .phorte-bonus-224__icon,
.phorte-bonus-224--commerce .phorte-bonus-224__icon,
.phorte-bonus-224--figma .phorte-bonus-224__icon {
  background: rgba(239, 38, 48, 0.1);
}
.phorte-bonus-224--standard h2,
.phorte-bonus-224--commerce h2,
.phorte-bonus-224--figma h2 {
  color: var(--phorte-bonus-224-text) !important;
}
@media (max-width: 767px) {
  .phorte-bonus-224 {
    padding: 24px;
  }
  .phorte-bonus-224__inner {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .phorte-bonus-224__media {
    order: 0;
  }
  .phorte-bonus-224 h2 {
    font-size: var(--phorte-bonus-224-title-size, 32px);
  }
}

.phorte-bonus-224 {
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.phorte-bonus-224__inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
