/* B2B PAGE STYLES */
.in-b2b .content-in ul li {
}
.in-b2b #content-in > article > div > p,
.in-b2b #content-in > article > div > ul > li {
  font-size: 1rem;
  line-height: 1.25rem;
}
.in-b2b #content-in > article > div > ul {
  margin-left: 2rem !important;
}
.in-b2b #content-in > article > div > ul > li {
  list-style-type: none;
}
.in-b2b #content-in > article > div > ul > li:before {
  content: "›";
  color: #f56b00;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 0;
  margin-right: 0.8rem;
}
.in-b2b.type-page #content-in > article > div > h2 {
  margin-top: 3.5rem;
}
.benefit-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.benefit-boxes article {
  flex-grow: 1;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 10px;
  padding: 20px;
  background-color: #fff3e9;
}
.benefit-boxes article .icon {
  height: 60px;
  margin-bottom: 20px;
}
.benefit-boxes article .caption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 80%;
}
.partners {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.partners img {
  display: flex;
  width: 16%;
  padding: 20px;
}
.cta-card {
  width: 100%;
  background-color: #fff3e9;
  border: 1px solid #f56b00;
  padding: 40px 20px;
  margin: 30px 0;
}
.cta-card h3 {
  color: #f56b00;
}
.cta-card p {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 552px) {
  .benefit-boxes article {
    width: 45%;
    margin: 5px;
    padding: 15px;
  }
  .benefit-boxes article .icon {
    height: 40px;
  }
  .benefit-boxes article .caption {
    font-size: 15px;
    width: 100%;
  }
}

/* TYPOGRAPHY */

@media only screen and (min-width: 40.063em) {
  .type-post #content h1 {
    font-weight: 500;
  }
  .type-post #content h2 {
    font-size: 18pt;
  }
  .type-post #content h3 {
    font-size: 16pt;
  }
  .type-post #content h4 {
    font-size: 14pt;
  }
}

/* DETAIL POST STYLES */

.type-post #content,
#content-in ul li,
#content-in ol li {
  font-size: 12pt;
  line-height: 1.7;
}
.type-post #content p a {
  color: var(--color-accent);
}
.type-post #content a:hover {
  color: black;
}
.type-post #content blockquote {
  background: #f56b0014;
  margin: 0;
  padding: 30px;
}
.type-post #content blockquote p {
  margin-bottom: 0;
}
.type-post #content blockquote p:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("/user/documents/upload/media/idea2.png");
  background-size: contain;
  margin-right: 8px;
}
.type-post #content .next-prev a {
  text-decoration: none;
}
.type-post #content h2,
.type-post #content h3,
.type-post #content h4 {
  font-weight: 700;
}
.type-post #content h2 {
  margin-top: 56px;
}
.type-post #content h3 {
  margin-top: 48px;
}
.type-post #content h4 {
  margin-top: 40px;
}
.type-post #content p,
.type-post #content ul,
.type-post #content blockquote,
.type-post #content table {
  margin-bottom: 32px;
}
.type-post #content p {
  font-size: 12pt;
}
.type-post #content p img {
  margin-top: 24px;
}
.type-post #content p a img {
  margin: 0;
}
.type-post #content .btn-default {
  text-decoration: none;
  font-size: 16px;
  color: white;
}

/* DETAIL POST - PRODUCTS */

.type-post #content figure.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .type-post #content figure.products {
    padding: 0;
  }
}
.type-post #content figure.products a {
  flex-grow: 1;
  width: 30%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: black;
}
.type-post #content figure.products a:hover img {
  opacity: 1;
}
.type-post #content figure.products a:hover img {
  opacity: 0.6;
  transition: all ease 0.3s;
}
.type-post #content figure.products a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/user/documents/upload/arrow.svg");
  background-size: contain;
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: block;
}
.type-post #content figure.products a img {
  width: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .type-post #content figure.products a {
    width: 48%;
  }
  .type-post #content figure.products a:after {
    width: 25px;
    height: 25px;
  }
}
.type-post #content figure.cta {
  background: #f56b0014;
  margin: 0;
  padding: 30px;
  text-align: center;
  margin-bottom: 32px;
  border: 1px solid #f56b003b;
}
.type-post #content figure.cta * {
  margin: 0;
}
.type-post #content figure.cta h2,
.type-post #content figure.cta p {
  margin-bottom: 16px;
}
