/* Scoped op wrapper zodat je geen random Elementor styles sloopt */
.elementor-widget-tip_card .tip-card{
  --accent: #f9bf9a;
  --accent-width: 6px;
  --icon-color: #a65f2a;

  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;

  width: 100%;
  max-width: 760px;
  padding: 12px 14px;
  border-radius: 14px;

  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow:
    0 10px 22px rgba(17,24,39,.06),
    0 2px 6px rgba(17,24,39,.04);

  overflow: hidden;
}

.elementor-widget-tip_card .tip-card::after{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: var(--accent-width);
  background: var(--accent);
  pointer-events:none;
}

.elementor-widget-tip_card .tip-badge{
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(249,191,154,.28);
  border: 1px solid rgba(249,191,154,.55);
}

.elementor-widget-tip_card .tip-badge i{
  color: var(--icon-color);
  font-size: 18px;
  line-height: 1;
}

.elementor-widget-tip_card .tip-badge svg{
  width: 18px;
  height: 18px;
  fill: var(--icon-color);
  display: block;
}

.elementor-widget-tip_card .tip-label{
  flex: 0 0 auto;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  color: #a65f2a;
}

.elementor-widget-tip_card .tip-text{
  margin: 0;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.35;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.elementor-widget-tip_card .tip-chip{
  display: inline-block;
  padding: 2px 8px;
  margin: 0 2px;
  border-radius: 999px;
  background: rgba(17,24,39,.04);
  border: 1px solid rgba(17,24,39,.08);
  font-weight: 800;
  white-space: nowrap;
}
