/*
 * The related css is auto-generated. Do not edit the generated css file directly.
 * Instead, make changes to the source LESS file and recompile.
 * the .less files stored in <repo location>\Store.Web\RapidScale.Store.Web\Styles\
 * Again, only edit the .less files, not the generated .css files.
 * 
 * To have .less compile automatically, run the project using the task in <repo location>\Store.Web\README.md.
 * .css will be generated automatically on .less file change.
 */
.solutions-marketplace section.solutions-marketplace-header .bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solutions-marketplace section.solutions-marketplace-header .bg-cover.bg-blue {
  background-image: url("../../../../../img/new_logos_banners_v2/webstore_banner_no_text_short.jpg");
}
.solutions-marketplace section.solutions-marketplace-header .bg-cover .header-text > * {
  margin: 0;
}
.solutions-marketplace section.solutions-marketplace-header .product-description {
  background-color: #0316a1;
}
.solutions-marketplace .information {
  background: #F2F3F8;
}
.solutions-marketplace .information .solutions {
  gap: 4rem;
  padding: 1rem 0;
  border-radius: 1rem;
}
.solutions-marketplace .information .solutions .solution-card {
  box-shadow: 2px 5px 4px 2px lightgray;
  padding: 1rem 0;
}
.solutions-marketplace .information .solutions .solution-card .card-header .solution-img {
  width: 120px;
}
.solutions-marketplace .information .solutions .solution-card .card-header .solution-img .solution-img-sm {
  width: 100px;
}
.solutions-marketplace .information .solutions .solution-card .card-body .solution-title {
  color: var(--rs-standard-card-title-color);
  font-family: 'CeraPro-Medium';
}
.solutions-marketplace .information .solutions .solution-card .card-body .solution-card-body-content {
  padding-left: 16px;
}
.solutions-marketplace .information .solutions .solution-card .card-footer .solution-marketplace-partial-post-btn {
  padding: 0.8rem;
}
