/* ============================================================
   URL Encoder & Decoder Styling - Scenic IT Solutions
   ============================================================ */

.url-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.url-table th,
.url-table td {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 13px;
}

.url-table th {
  background: rgba(0, 153, 229, 0.15);
  color: #0099E5;
  font-weight: 700;
}

.url-table td:first-child {
  font-weight: 600;
  color: #f093fb;
  width: 30%;
}

.url-table td:last-child {
  font-family: 'Courier New', monospace;
  color: #27ae60;
  word-break: break-all;
}

.url-actions-row {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}
