@charset "utf-8";
/* CSS Document */

/* Key Points Box Styling */
.pfeai-key-points {
  background: #f0f4ff;
  border-left: 4px solid #1a73e8;
  padding: 18px 22px;
  margin: 0 0 28px;
  border-radius: 0 4px 4px 0;
}

.pfeai-key-points h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.2;
}

.pfeai-key-points ul {
  margin: 0;
  padding-left: 22px;
}

.pfeai-key-points li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* Image Caption Styling */
figure.wp-block-image {
  background-color: #313131;
  text-align: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 1.5em 0;
  padding: 0;
}

figure.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

figure.wp-block-image figcaption {
  font-size: 10px;
  color: white;
  font-weight: bold;
  padding: 0 15px 15px 15px;
  margin: 0;
}

/* Key Points Header */
h3.pfeai-key-points-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 1.2;
}

/* Key Points Box (Applied directly to the list) */
ul.pfeai-key-points-list {
  background: #f0f4ff;
  border-left: 4px solid #1a73e8;
  padding: 18px 22px 18px 40px; /* Extra left padding to accommodate bullets */
  margin: 0 0 28px;
  border-radius: 0 4px 4px 0;
  list-style-position: outside;
}

/* Key Points List Items */
ul.pfeai-key-points-list li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}