.fnews-widget {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
  color: #111;
  font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.fnews-grid {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.fnews-left {
  flex: 0 0 40%;
  max-width: 40%;
  box-sizing: border-box;
  min-width: 0;
}

.fnews-right {
  flex: 1;
  box-sizing: border-box;
  min-width: 0;
}

.elementor-widget-wmedia_featured_news .elementor-widget-container {
  position: relative;
}

.fnews-sep {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #b3b3b3;
  pointer-events: none;
}

.fnews-thumb {
  display: block;
}

.fnews-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.fnews-main-title {
  margin: 12px 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.fnews-main-title a {
  text-decoration: none;
  color: #111;
}

.fnews-side-title {
  margin: 12px 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.fnews-side-title a {
  text-decoration: none;
  color: #111;
}

.fnews-side-excerpt {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.fnews-main-title,
.fnews-side-title {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fnews-chip {
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fafafa;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  margin-top: 12px;
}

.fnews-chip:hover {
  color: #c00;
}

.fnews-thumb-caption {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 768px) {
  .elementor-widget-wmedia_featured_news .fnews-grid {
    flex-direction: column;
    width: 100% !important;
    gap: 10px;
  }
  .elementor-widget-wmedia_featured_news .fnews-right {
    order: 1;
    width: 100% !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .elementor-widget-wmedia_featured_news .fnews-left {
    order: 2;
    width: 100% !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .elementor-widget-wmedia_featured_news .fnews-main-title {
    font-size: 22px;
  }
  .elementor-widget-wmedia_featured_news .fnews-side-title {
    font-size: 20px;
  }
  .elementor-widget-wmedia_featured_news .fnews-chip {
    font-size: 14px;
    padding: 8px 10px;
  }
  .elementor-widget-wmedia_featured_news .fnews-thumb-caption {
    font-size: 11px;
  }
  .fnews-sep {
    display: none;
  }
}