/* CATEGORY TAGS */
.ls-main-cat {
  background: #E7F1D6;
  color: #3A5A40;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-right: 8px;
}

.ls-sub-cat {
  background: #F2D6E8;
  color: #8A2D5E;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-right: 8px;
}

.ls-read-time {
  font-size: 13px;
  color: #5F5F5F;
  font-weight: 500;
}

/* TITLE */
.elementor-widget-post-title h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #111111;
  margin-top: 24px;
  margin-bottom: 16px;
}

/* SUB COPY */
.elementor-widget-post-excerpt {
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* AUTHOR BOX */
.ls-author-name {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}

.ls-post-date {
  font-size: 14px;
  color: #6B6B6B;
}

/* FEATURED IMAGE */
.elementor-widget-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.ls-expert-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.ls-expert-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.ls-expert-info {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.ls-expert-name {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}

.ls-expert-date {
  font-size: 14px;
  color: #6B6B6B;
}

/* Container */
.know-lingo-box {
    background: #ffb3f1;
    border-radius: 10px;
    padding: 16px;
}

/* Header */
.know-lingo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.know-lingo-header .title {
    font-weight: 700;
    font-size: 14px;
}

.see-all-glossary {
    background: transparent;
    border: 1px solid #d81b8c;
    color: #d81b8c;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

/* Item */
.know-lingo-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.know-lingo-item:last-child {
    border-bottom: none;
}

/* Title row */
.know-lingo-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
}

/* + / − sign */
.know-lingo-toggle .icon {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

/* Content */
.know-lingo-content {
    display: none;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Open state */
.know-lingo-item.active .know-lingo-content {
    display: block;
}
