/* ============================================================
   UTM Campaign Link Builder Styling - Scenic IT Solutions
   ============================================================ */

/* Target URL Result Box */
.utm-url-box {
  background: #0d0d12;
  border: 2px solid #26262e;
  border-radius: 18px;
  padding: 25px;
  margin-bottom: 25px;
}

.utm-url-text {
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  color: #0099E5;
  word-break: break-all;
  background: #07070a;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #1a1a22;
  margin-bottom: 20px;
  min-height: 52px;
  line-height: 1.5;
}

/* Quick Preset Chips */
.utm-preset-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.utm-chip-btn {
  background: #121216;
  border: 1px solid #282834;
  color: #aaaaaa;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.utm-chip-btn:hover {
  border-color: #F68B1F;
  color: #ffffff;
  background: rgba(246, 139, 31, 0.1);
}

.utm-full-width-btn {
  width: 100% !important;
}
