.capa-b01-owner {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid #b8d8d2;
  border-radius: 10px;
  background: #f4fbf9;
}

.capa-b01-owner__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.capa-b01-owner__head strong { color: #174f4b; }
.capa-b01-owner label { display: block; font-weight: 650; margin-bottom: 6px; }
.capa-b01-owner select {
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid #9bb7b3;
  border-radius: 8px;
  background: #fff;
  color: #17324d;
}

.capa-b01-owner__status { font-size: 12px; color: #526777; }
.capa-b01-owner__status[data-state="dirty"] { color: #9a5a00; font-weight: 700; }
.capa-b01-owner__status[data-state="error"] { color: #b42318; font-weight: 700; }
.capa-b01-owner__actions { display: flex; justify-content: flex-end; margin-top: 10px; }
.capa-b01-owner__discard {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #b9c7d1;
  border-radius: 8px;
  background: #fff;
  color: #30485d;
  cursor: pointer;
}

@media (max-width: 820px), (pointer: coarse) {
  .capa-b01-owner select, .capa-b01-owner__discard { min-height: 48px; font-size: 16px; }
}
