/**
 * Main -> main.css
 *
 * @package   sf-hello
 * @author    sagefrog
 * @since     1.0.0
 */
/**
 * Variables
 *
 * @package   sf-hello
 * @author    sagefrog
 * @since     1.0.0
 */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
}

.sf-content-block-richtext .sf-content-block-richtext__description ul {
  padding-inline-start: 23px;
}
.sf-content-block-richtext .sf-content-block-richtext__description ul li:not(:last-child) {
  margin-bottom: 6px;
}
.sf-content-block-richtext .sf-content-block-richtext__description ul li::marker {
  font-size: 0.75em;
}

.elementor-widget-text-editor .elementor-widget-container ul {
  padding-inline-start: 23px;
}
.elementor-widget-text-editor .elementor-widget-container ul li:not(:last-child) {
  margin-bottom: 6px;
}
.elementor-widget-text-editor .elementor-widget-container ul li::marker {
  font-size: 0.75em;
}

.sf-e-button {
  display: inline-block;
  border-radius: 50px;
  padding: 13px 21px 14px 24px;
  width: auto;
}
.sf-e-button .button-content-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sf-e-button span {
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}
.sf-e-button .button-icon {
  align-items: center;
  display: flex;
}
.sf-e-button .button-icon .button-arrow {
  width: 0.625rem;
  height: auto;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.sf-e-button.btn-size-default {
  padding: 13px 21px 14px 24px;
}
.sf-e-button.btn-size-default span {
  font-size: 1rem;
  line-height: 1.25rem;
}
.sf-e-button.btn-size-sm {
  padding: 11px 24px 11px 24px;
}
.sf-e-button.btn-size-sm span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sf-e-button.btn-size-lg {
  padding: 14px 24px 14px 34px;
}
.sf-e-button.btn-size-lg span {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.sf-e-button.btn-size-lg .button-icon .button-arrow {
  width: 12px;
}
.sf-e-button.btn-color-blue {
  background-color: #2934FF;
}
.sf-e-button.btn-color-blue span {
  color: #ffffff;
}
.sf-e-button.btn-color-blue svg path {
  fill: #ffffff;
}
.sf-e-button.btn-color-blue:hover {
  background: #415FFF;
}
.sf-e-button.btn-color-turquoise {
  background-color: #00E4E5;
}
.sf-e-button.btn-color-turquoise span {
  color: #0A0F2C;
}
.sf-e-button.btn-color-turquoise svg path {
  fill: #0A0F2C;
}
.sf-e-button.btn-color-turquoise:hover {
  background: #00E4E5;
}
.sf-e-button.btn-color-white {
  background-color: #ffffff;
}
.sf-e-button.btn-color-white span {
  color: #0A0F2C;
}
.sf-e-button.btn-color-white svg path {
  fill: #0A0F2C;
}
.sf-e-button.btn-color-white:hover {
  background: #FAFCFE;
}
.sf-e-button.btn-color-minimal {
  background-color: transparent;
}
.sf-e-button.btn-color-minimal span {
  color: #2934FF;
}
.sf-e-button.btn-color-minimal svg path {
  fill: #2934FF;
}
.sf-e-button.btn-color-minimal:hover {
  background: #FAFCFE;
}

.sf-content-block-richtext__card-link:hover .sf-e-button--primary.btn-color-blue {
  background-color: var(--sf-cardlink-hover-btn-bg-blue, #415FFF);
}
.sf-content-block-richtext__card-link:hover .sf-e-button--primary.btn-color-turquoise {
  background-color: var(--sf-cardlink-hover-btn-bg-turquoise, #00E4E5);
}
.sf-content-block-richtext__card-link:hover .sf-e-button--primary.btn-color-white {
  background-color: var(--sf-cardlink-hover-btn-bg-white, #FAFCFE);
}
.sf-content-block-richtext__card-link:hover .sf-e-button--primary.btn-color-minimal {
  background-color: var(--sf-cardlink-hover-btn-bg-minimal, #FAFCFE);
}

.sf-content-block-richtext--align-buttons {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  width: 100%;
}
.sf-content-block-richtext--align-buttons > .sf-e-button--primary {
  margin-top: auto;
  align-self: flex-start;
  width: auto;
}
.sf-content-block-richtext--align-buttons > .sf-content-block-richtext__buttons {
  margin-top: auto;
  width: auto;
}

.sf-content-block-richtext__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.sf-content-block-richtext__buttons--inline {
  flex-direction: row;
  align-items: center;
}
.sf-content-block-richtext__buttons--stacked {
  flex-direction: column;
}
.sf-content-block-richtext__buttons .sf-e-button {
  margin-top: 0;
  width: auto;
}

.sf-content-block-richtext__card-link--align-buttons {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  width: 100%;
  align-self: stretch;
}

/* Solesis Image Card - layout to match Figma (image left, content right) */
.solesis-image-card-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.solesis-image-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  overflow: hidden;
  outline: 3px solid transparent;
  width: 100%;
  transition: outline-color 0.3s ease;
}

.solesis-image-card-link:hover .solesis-image-card,
.solesis-image-card:hover {
  outline-color: transparent;
}

.solesis-image-card__image {
  flex: 0 0 auto;
  width: 130px;
  height: 133px;
}

@media screen and (max-width: 780px) {
  .solesis-image-card__image {
    gap: 0.438rem;
  }
}
@media screen and (max-width: 640px) {
  .solesis-image-card__image {
    width: 116px;
    height: 119px;
  }
}
.solesis-image-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solesis-image-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}

.solesis-image-card__title {
  font-weight: 700;
}

.solesis-image-card__link-text {
  display: block;
  margin-top: 0.25rem;
}

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