.testimonial.is-preview {
  background-color: #f2f2f2;
  padding: 15px 10px;
}

div:has( > div[data-lazyblocks-control-name="title-left-card"]),
div:has( > div[data-lazyblocks-control-name="content-left-card"]),
div:has( > div[data-lazyblocks-control-name="title-middle-card"]),
div:has( > div[data-lazyblocks-control-name="content-middle-card"]),
div:has( > div[data-lazyblocks-control-name="title-right-card"]),
div:has( > div[data-lazyblocks-control-name="content-right-card"]){
  width : 33.33% !important;
}

.testimonial.is-preview a,
.link {
  color: #750e6d;
  font-weight: 400;
}

.testimonial.is-preview {
  font-family: "Basel Grotesk", "Myriad Pro", sans-serif;
  font-weight: 300;
  font-size: 1.500rem; /* 24px */
  line-height: 1.5;
  color: #3d3d3d;
}

.testimonial.is-preview ol,
.testimonial.is-preview ul {
  margin: 0;
}
/* 1. Use a more-intuitive box-sizing model */

.testimonial.is-preview *,
.testimonial.is-preview *::before,
.testimonial.is-preview *::after {
  box-sizing: border-box;
}

.testimonial.is-preview body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

.testimonial.is-preview h1,
.testimonial.is-preview h2,
.testimonial.is-preview h3,
.testimonial.is-preview h4,
.testimonial.is-preview h5,
.testimonial.is-preview h6 {
  text-wrap: balance;
}



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

.testimonial.is-preview html {
  background-color: #f2f2f2;
}

.testimonial.is-preview body {
  font-family: "Basel Grotesk", "Myriad Pro", sans-serif;
  font-weight: 300;
  font-size: 1.500rem; /* 24px */
  line-height: 1.5;
  color: #3d3d3d;
}


.testimonial.is-preview ol,
.testimonial.is-preview ul {
  list-style-left: 0;
}

.testimonial.is-preview a {
  text-decoration: none;
  /* color: inherit; */
}

.testimonial.is-preview a:hover,
.testimonial.is-preview a:focus,
.testimonial.is-preview a:active {
  opacity: 0.8;
}

.testimonial.is-preview p {
  margin-top: 0em;
  margin-bottom: 0em;
}

.testimonial.is-preview p+p {
  margin-top: 1em;
}

.testimonial.is-preview button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.testimonial.is-preview button:hover,
.testimonial.is-preview button:focus,
.testimonial.is-preview button:active {
  opacity: 0.8;
}

.testimonial.is-preview small {
  font-size: 1em;
}

.testimonial.is-preview .container {
  max-width: 1712px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}

.testimonial.is-preview .news-caption{
  font-size: 1em;
  color:darkgray;
  text-align: center;
}


.testimonial.is-preview .section {
  margin-bottom: 100px;
}

.testimonial.is-preview .link {
  color: #750e6d;
  font-weight: 400;
}

.testimonial.is-preview .link:hover,
.testimonial.is-preview .link:focus,
.testimonial.is-preview .link:active {
  text-decoration: underline;
}

.testimonial.is-preview ol,
.testimonial.is-preview ol.list {
  list-style: decimal;
  /* margin-left: 1em; */
}

.testimonial.is-preview ul.list {
  margin-left: 1em;
}

.testimonial.is-preview ul.list li {
  position: relative;
}

.testimonial.is-preview ul.list li::before {
  content: "•";
  display: inline-block;
  position: absolute;
  top: -0.1em;
  left: -0.8em;
}

.testimonial.is-preview address {
  font-style: normal;
}

.testimonial.is-preview .break-all {
  word-break: break-all;
}

@media (max-width: 768px) {
  .testimonial.is-preview body {
    font-size: 1.625rem; /* 26px */
    line-height: 1.36;
  }

  .testimonial.is-preview .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial.is-preview .section {
    margin-bottom: 50px;
  }
}

html :where(.wp-block) {
  max-width: 1500px;
}