/* Advertising Platform Admin UI Overrides (Phase 6)
   Layered on top of admin-frontend.css to remove harsh black outlines.
*/

/* Tabs */
.ap-tabs{
  gap: 10px;
}

.ap-tab{
  border-color: rgba(148,163,184,.45) !important;
  background: rgba(255,255,255,.75) !important;
  backdrop-filter: blur(6px);
}

.ap-tab.is-active{
  border-color: var(--ap-primary) !important;
  background: rgba(37,99,235,.10) !important;
  color: var(--ap-primary-2) !important;
}

/* Remove any forced black borders on buttons/rows */
.ap-btn.secondary,
.ap-btn.ghost,
.ap-btn.danger{
  border-color: rgba(148,163,184,.55) !important;
}

/* Tables in admin: soften */
.ap-table{
  border-color: rgba(148,163,184,.45) !important;
}
.ap-table tr:hover td{
  background: rgba(2,6,23,.02) !important;
}
