.wpp-channel-select {
  min-width: 0;
  max-width: 128px;
  height: 24px;
  margin-left: auto;
  padding: 0 22px 0 7px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 6px;
  background: rgba(0,0,0,.16);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  outline: none;
}

.wpp-channel-select option {
  background: #17201d;
  color: #fff;
}

.wpp-delivery-status {
  display: inline-block;
  min-width: 12px;
  margin-left: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.wpp-delivery-status.delivered,
.wpp-delivery-status.read { color: #20a6d8; }
.wpp-delivery-status.failed { color: #d45b62; }

.wpp-bubble-agendada-edit input[type="datetime-local"] {
  width: 100%;
  padding: 4px 6px;
  border: 1px solid #c4b5fd;
  border-radius: 5px;
  background: var(--surface);
  color: var(--text);
  font-size: 11px;
}

@media (max-width: 760px) {
  .wpp-channel-select { max-width: 104px; }
}
