.bloks-card-grid .so-rounded {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(10,18,40,.96) 0%,
    rgba(5,8,22,.985) 100%
  );
  border: 2px solid rgba(74,125,255,.7);
  border-radius: 18px;
  box-shadow:
    0 20px 55px rgba(0,0,0,.52),
    0 0 24px rgba(47,82,255,.16);
  overflow: hidden;
  transition: all .22s ease;
}

.bloks-card-grid .so-rounded:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 16px;
  border: 1px solid rgba(248,250,252,.08);
  pointer-events: none;
  z-index: 2;
}

.bloks-card-grid .so-rounded:hover {
  transform: translateY(-4px);
  border-color: rgba(56,189,248,.9);
  box-shadow:
    0 28px 70px rgba(0,0,0,.62),
    0 0 42px rgba(47,82,255,.26);
}

.bloks-card-grid .widget_siteorigin-panels-builder {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(10,18,40,.96) 0%,
    rgba(5,8,22,.985) 100%
  ) !important;

  border: 2px solid rgba(74,125,255,.7) !important;
  border-radius: 18px !important;

  box-shadow:
    0 20px 55px rgba(0,0,0,.52),
    0 0 24px rgba(47,82,255,.16);

  overflow: hidden;
  transition: all .22s ease;
}

.bloks-card-grid .widget_siteorigin-panels-builder:hover {
  transform: translateY(-4px);
  border-color: rgba(56,189,248,.9) !important;
  box-shadow:
    0 28px 70px rgba(0,0,0,.62),
    0 0 42px rgba(47,82,255,.26);
}

@media (max-width: 780px) {

  .bloks-card-grid .widget_siteorigin-panels-builder {
    margin-bottom: 22px;
  }

  .bloks-card-grid .widget_siteorigin-panels-builder .panel-grid {
    display: block !important;
  }

  .bloks-card-grid .widget_siteorigin-panels-builder .panel-grid-cell {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .bloks-card-grid .sow-image-container {
    text-align: center;
  }

  .bloks-card-grid .so-widget-image {
    max-width: 220px !important;
    width: 72% !important;
    height: auto !important;
    margin: 0 auto 10px;
    display: block;
  }

  .bloks-card-grid .siteorigin-widget-tinymce {
    text-align: center;
    padding: 0 22px 24px;
  }

  .bloks-card-grid .siteorigin-widget-tinymce h1 {
    margin-top: 0;
  }

  .bloks-card-grid .siteorigin-widget-tinymce h1 span {
    font-size: 32px !important;
  }

  .bloks-card-grid .siteorigin-widget-tinymce p {
    font-size: 17px;
    line-height: 1.45;
  }

  .bloks-card-grid .siteorigin-widget-tinymce a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .bloks-card-grid .siteorigin-widget-tinymce a img {
    float: none !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    order: 2;
  }
}

/* =========================================
   CARD INTERNAL SPACING
========================================= */

.bloks-card-grid .widget_siteorigin-panels-builder {

  padding: 0;

}

.bloks-card-grid .panel-grid-cell {

  position: relative;

}

/* image spacing */

.bloks-card-grid .sow-image-container {

  padding:
    28px
    28px
    10px;

}

/* icon */

.bloks-card-grid .sow-icon-container {

  margin-bottom: 10px;

}

.bloks-card-grid .sow-icon-materialicons {

  font-size: 34px !important;
  color: #38BDF8;

  filter:
    drop-shadow(0 0 10px rgba(56,189,248,.25));

}

/* text area */

.bloks-card-grid .siteorigin-widget-tinymce {

  padding:
    0
    30px
    30px;

}

/* title */

.bloks-card-grid .siteorigin-widget-tinymce h1 {

  margin:
    0
    0
    14px;

  line-height: 1.02;
  letter-spacing: -0.02em;

}

/* body */

.bloks-card-grid .siteorigin-widget-tinymce p {

  color: #CBD5E1;

  font-size: 18px;
  line-height: 1.55;

  margin-bottom: 18px;

}

/* link */

.bloks-card-grid .siteorigin-widget-tinymce a {

  color: #4A7DFF;

  font-weight: 600;

  text-decoration: none;

  transition:
    color .22s ease,
    opacity .22s ease;

}

.bloks-card-grid .siteorigin-widget-tinymce a:hover {

  color: #38BDF8;

}

/* =========================================
   CARD IMAGE + CTA POLISH
========================================= */

.bloks-card-grid .so-widget-image {
  display: block;
  margin: 0 auto;
  filter:
    drop-shadow(0 18px 26px rgba(0,0,0,.28))
    drop-shadow(0 0 20px rgba(47,82,255,.18));
  transition: transform .25s ease, filter .25s ease;
}

.bloks-card-grid .widget_siteorigin-panels-builder:hover .so-widget-image {
  transform: scale(1.035);
  filter:
    drop-shadow(0 22px 34px rgba(0,0,0,.34))
    drop-shadow(0 0 28px rgba(56,189,248,.22));
}

.bloks-card-grid .siteorigin-widget-tinymce a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bloks-card-grid .siteorigin-widget-tinymce a img {
  float: none !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  order: 2;
  transition: transform .22s ease, filter .22s ease;
}

.bloks-card-grid .siteorigin-widget-tinymce a:hover img {
  transform: translateX(4px);
  filter: drop-shadow(0 0 10px rgba(56,189,248,.45));
}

/* =========================================
   BLOKS CTA / BUTTON LINKS
========================================= */

.bloks-card-grid .siteorigin-widget-tinymce a {
  padding: 8px 10px 8px 16px;
  border-radius: 999px;
  background: rgba(47,82,255,.10);
  border: 1px solid rgba(74,125,255,.28);
  box-shadow: 0 0 18px rgba(47,82,255,.10);
}

.bloks-card-grid .siteorigin-widget-tinymce a:hover {
  background: rgba(56,189,248,.12);
  border-color: rgba(56,189,248,.45);
}

/* =========================================
   BLOKS LIGHT SWEEP
========================================= */

.bloks-card-grid .widget_siteorigin-panels-builder::after {

  content: "";

  position: absolute;

  top: -120%;
  left: -40%;

  width: 80%;
  height: 300%;

  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.045) 48%,
    rgba(255,255,255,.08) 50%,
    rgba(255,255,255,.045) 52%,
    rgba(255,255,255,0) 100%
  );

  transform: rotate(18deg);

  opacity: 0;

  transition:
    opacity .25s ease,
    transform .8s ease;

  pointer-events: none;

}

.bloks-card-grid .widget_siteorigin-panels-builder:hover::after {

  opacity: 1;

  transform:
    rotate(18deg)
    translateX(140%);

}

/* =========================================
   CARD CONTENT ALIGNMENT
========================================= */

.bloks-card-grid .panel-grid-cell {

  display: flex;
  flex-direction: column;
  justify-content: center;

}

/* center text block vertically */

.bloks-card-grid .siteorigin-widget-tinymce {

  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 100%;

}

.bloks-card-grid .siteorigin-widget-tinymce {
  padding-top: 30px;
}