/* ─────────────────────────────────────────────
   Expert Elementor Widgets
   Minimal baseline styles; typography/alignment are controlled in Elementor.
───────────────────────────────────────────── */

.ep-elementor-placeholder {
  padding: 12px 14px;
  border: 1px dashed var(--ep-color-border, #d0d0d0);
  border-radius: 8px;
  color: var(--ep-color-muted, #666);
  background: var(--ep-color-surface, #f8f8f8);
}

.ep-elementor-text {
  display: block;
  width: 100%;
  margin: 0;
}

.ep-elementor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ep-elementor-list--inline {
  display: flex;
  flex-wrap: wrap;
}

.ep-elementor-list--stacked {
  display: block;
}

.ep-elementor-list__item {
  display: block;
}

.ep-elementor-list--pill .ep-elementor-list__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--ep-color-border, #e6e6e6);
  color: var(--ep-color-text, #333);
  font-size: 14px;
  line-height: 1.4;
}

.ep-elementor-list--inline.ep-elementor-list--pill {
  gap: 8px;
}

.ep-elementor-list--stacked .ep-elementor-list__item {
  display: block;
  width: 100%;
  margin: 0;
}

.ep-elementor-avatar-wrap {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.ep-elementor-avatar-wrap--fill {
  display: block;
  width: 100%;
  height: 100%;
}

.ep-elementor-avatar {
  display: block;
  width: var(--ep-elementor-avatar-width, auto);
  height: var(--ep-elementor-avatar-height, auto);
  max-width: 100%;
  border-radius: var(--ep-elementor-avatar-radius, 50%);
  object-fit: var(--ep-elementor-avatar-fit, cover);
}

.ep-elementor-avatar-wrap--fill .ep-elementor-avatar {
  width: 100%;
  height: 100%;
  max-width: none;
}

.ep-elementor-products {
  display: grid;
  grid-template-columns: repeat(
    var(--ep-elementor-product-columns, 2),
    minmax(0, 1fr)
  );
  gap: 24px;
}

.ep-elementor-products--native {
  display: block;
}

.ep-elementor-products-wrapper {
  display: grid;
  place-items: center;
}

.ep-elementor-product-card {
  border: 1px solid var(--ep-color-border, #e6e6e6);
  border-radius: 12px;
  overflow: hidden;
  background: var(--ep-color-surface, #fff);
}

.ep-elementor-product-card__thumb {
  display: block;
  overflow: hidden;
}

.ep-elementor-product-card__thumb img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.ep-elementor-product-card__thumb a {
  display: block;
}

.ep-elementor-product-card__body {
  padding: 16px;
}

.ep-elementor-product-card__title {
  margin: 0 0 8px;
  font-weight: 600;
}

.ep-elementor-product-card__excerpt {
  margin: 0 0 12px;
  color: var(--ep-color-text, #666);
  font-size: 0.9rem;
}

.ep-elementor-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ep-elementor-product-card__price {
  font-weight: 600;
  color: var(--ep-color-heading, #333);
}

.ep-elementor-fluent-events-wrapper {
  display: grid;
  gap: 16px;
}

.ep-elementor-fluent-events-ended {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 18px 20px;
  border: 1px dashed var(--ep-color-border, #d7dce3);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  color: var(--ep-color-muted, #637083);
  pointer-events: none;
  cursor: default;
}

.ep-elementor-fluent-events-ended__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef1f5;
  color: #415066;
  font-weight: 600;
  letter-spacing: 0.01em;
}
