/* CryptoChoco v234 — provider inventory / task launcher polish.
   Additive only: preserves v222+ UX baseline and v233 compact card geometry. */

.cc-featured-head-v234 {
  align-items: flex-end;
  gap: .85rem;
}
.cc-featured-controls-v234 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  flex-wrap: wrap;
}
.cc-featured-filter-v234 {
  width: auto;
  min-width: 10.75rem;
  max-width: 14rem;
  padding-top: .55rem;
  padding-bottom: .55rem;
  font-size: .72rem;
  font-weight: 800;
}
.cc-task-launcher-v234 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  width: min(100%, 34rem);
  padding: .85rem .95rem;
  border-radius: 1rem;
  text-decoration: none;
}
.cc-task-details-v234 {
  border-top: 1px solid rgba(148, 163, 184, .18);
  padding-top: .7rem;
}
@media (max-width: 640px) {
  .cc-featured-head-v234 { align-items: stretch; }
  .cc-featured-controls-v234 { justify-content: flex-start; width: 100%; }
  .cc-featured-filter-v234 { flex: 1 1 11rem; max-width: none; }
  .cc-task-launcher-v234 { align-items: stretch; flex-direction: column; }
  .cc-task-launcher-v234 .cc-btn { width: 100%; justify-content: center; }
}
