.elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title:before, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title:after, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-content, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tabs-content-wrapper{border-width:0px;}.elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-mobile-title, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-desktop-title.elementor-active, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title:before, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title:after, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-content, .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tabs-content-wrapper{border-color:#FF9211;}.elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title.elementor-active,
					 .elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title.elementor-active a{color:#FF9211;}.elementor-3842 .elementor-element.elementor-element-1b357be .elementor-tab-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-3842 .elementor-element.elementor-element-086c5a6{width:100%;}}/* Start custom CSS for section, class: .elementor-element-e2eac09 */.binandicator-dashboard .links {
    display: none;
}/* End custom CSS */
/* Start custom CSS */.binandicator-dashboard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.signal-card {
  background-color: #1a1a1a;
  border-radius: 16px;
  padding: 16px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  position: relative;
}

.signal-card .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.signal-card .top .left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.signal-card .top .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 0.9em;
  color: #ccc;
}

.signal-card .badges {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.signal-card .badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: 500;
  color: white;
}

/* Long (green) and Short (red) — outline style */
.badge.green {
  color: #16a34a;
  border: 1px solid #16a34a;
  background: transparent;
}

.badge.red {
  color: #dc2626;
  border: 1px solid #dc2626;
  background: transparent;
}

/* Entry and Stop — solid style */
.badge-entry {
  background: #16a34a;
  color: white;
  border: none;
}

.badge-stop {
  background: #dc2626;
  color: white;
  border: none;
}

/* Risk — outline style */
.badge.orange {
  color: #f97316;
  border: 1px solid #f97316;
  background: transparent;
}

.badge.gray {
  background: #4b5563;
}

.signal-card .market {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.9em;
  color: #ccc;
}

.signal-card .links {
  font-size: 0.85em;
  margin-top: auto;
}

.signal-card .links a {
  color: #3b82f6;
  margin-right: 12px;
  text-decoration: none;
}

.signal-card .links a:hover {
  text-decoration: underline;
}

.signal-card .performance {
  font-weight: bold;
  font-size: 1em;
  color: #10b981; /* positive (green) */
}

.signal-card .performance.negative {
  color: #ef4444; /* negative (red) */
}
.mark-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111827;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 500;
}

.mark-box .mark-label {
  color: #aaa;
  margin-right: 8px;
}

.mark-box .mark-value {
  color: #fff;
  flex: 1;
}

.mark-box .mark-gain {
  font-weight: bold;
  color: #10b981;
}
.mark-box .mark-gain.negative {
  color: #ef4444;
}
.mark-box .live-dot {
  color: #ef4444;
  margin-left: 8px;
  font-size: 0.75em;
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}/* End custom CSS */